Results

By type

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

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

2021-09-02T11:14:46.611Z||main|||||INFO|500||The following profiles are active: basic
2021-09-02T11:15:02.659Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-02T11:15:02.661Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-02T11:15:02.797Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-02T11:15:08.599Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-02T11:15:09.140Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-02T11:15:09.931Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-02T11:15:09.938Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-02T11:15:10.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-02T11:15:10.711Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-02T11:15:12.116Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-02T11:15:17.472Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:15:19.914Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:15:19.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-02T11:15:20.680Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:15:20.865Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-02T11:15:22.254Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:15:23.370Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-02T11:15:23.389Z||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$$d2f5c2ba.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-02T11:15:23.390Z||main|||||WARN|500||The sdc end point is not alive
2021-09-02T11:15:26.384Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-02T11:15:29.551Z||main|||||WARN|500||---
2021-09-02T11:15:29.551Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-02T11:15:29.552Z||main|||||WARN|500||---
2021-09-02T11:15:30.060Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-02T11:15:35.254Z||main|||||INFO|500||Started Application in 52.579 seconds (JVM running for 58.356)
2021-09-02T11:15:35.274Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-02T11:15:35.282Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-02T11:15:35.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-02T11:15:35.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-02T11:15:35.369Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8512a1c1-323f-468e-9bd6-8293f3464982 url= /sdc/v1/artifactTypes
2021-09-02T11:15:35.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-02T11:15:35.654Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-02T11:15:35.675Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-02T11:15:35.743Z||scheduling-1|||||DEBUG|500||create keys
2021-09-02T11:15:35.756Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-02T11:15:35.799Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:15:35.826Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39479ad3-196a-4f65-b89b-4863707881a4 url= /sdc/v1/registerForDistribution
2021-09-02T11:15:35.917Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 39479ad3-196a-4f65-b89b-4863707881a4 url= /sdc/v1/registerForDistribution
2021-09-02T11:15:35.918Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-02T11:15:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:15:35.929Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:15:35.940Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:15:35.940Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-02T11:15:35.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:15:35.941Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:15:35.941Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:15:46.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:15:46.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:16:35.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:16:35.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:16:35.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:16:35.939Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:16:35.939Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:16:35.939Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:16:45.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:16:45.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:17:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:17:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:17:35.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:17:35.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:17:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:17:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:17:45.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:17:45.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:18:35.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:18:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:18:35.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:18:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:18:35.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:18:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:18:45.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:18:45.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:19:35.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:19:35.929Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:19:35.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:19:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:19:35.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:19:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:19:45.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:19:45.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:20:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:20:35.927Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:20:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:20:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:20:35.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:20:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:20:45.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:20:45.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:21:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:21:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:21:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:21:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:21:45.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:21:45.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:22:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:35.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:22:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:22:35.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:22:45.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:22:45.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:23:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:35.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:23:35.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:23:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:23:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:23:45.530Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:23:45.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:24:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:35.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:24:35.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:24:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:24:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:24:39.339Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-02T11:24:45.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:24:45.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:25:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:35.927Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:25:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:25:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:25:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:25:45.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:25:45.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:26:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:35.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:26:35.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:26:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:26:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:26:45.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:26:45.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:27:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:35.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:27:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:27:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:27:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:27:45.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:27:45.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:28:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:35.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:28:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:28:35.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:28:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:28:45.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:28:45.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:29:35.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:35.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:35.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:29:35.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:29:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:29:35.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T11:29:45.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:29:45.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:30:35.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:35.927Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:30:35.927Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T11:30:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:35.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:30:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:30:45.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:30:45.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:31:35.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:35.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:31:35.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:31:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:31:35.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T11:31:45.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:31:45.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:32:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:35.927Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:32:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:32:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:32:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:32:45.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:32:45.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:33:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:35.928Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:33:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:33:35.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:35.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:33:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:33:45.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:33:45.529Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:34:35.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:35.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:34:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:34:35.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:34:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:34:45.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:34:45.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:35:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:35.927Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:35:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:35:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:35.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:35:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:35:45.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:35:45.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:36:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:35.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:35.938Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:36:35.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:36:35.938Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:36:35.938Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:36:45.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:36:45.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:37:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:37:35.930Z||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-09-02T11:37:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:37:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:37:45.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:37:45.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:38:35.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:35.933Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:38:35.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:38:35.934Z||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-09-02T11:38:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:38:45.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:38:45.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:39:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:35.927Z||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-09-02T11:39:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:39:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:39:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:39:45.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:39:45.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:40:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:35.930Z||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-09-02T11:40:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:40:35.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:40:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:40:45.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:40:45.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:41:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:35.936Z||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-09-02T11:41:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:41:35.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:41:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:41:45.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:41:45.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:42:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:35.927Z||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-09-02T11:42:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:42:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:42:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:42:45.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:42:45.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:43:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:35.932Z||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-09-02T11:43:35.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:43:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:43:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:43:45.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:43:45.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:44:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:35.927Z||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-09-02T11:44:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:44:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:44:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:44:45.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:44:45.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:45:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:35.928Z||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-09-02T11:45:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:45:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:35.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:45:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:45:45.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:45:45.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:46:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:35.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:46:35.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:46:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:46:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:46:45.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:46:45.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:47:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:35.927Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:47:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:47:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:35.929Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:47:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:47:45.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:47:45.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:48:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:35.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:48:35.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:48:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:48:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:48:45.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:48:45.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:49:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:35.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:49:35.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:49:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:49:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:49:45.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:49:45.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:50:35.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:35.928Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:50:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:50:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:35.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:50:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:50:45.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:50:45.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:51:35.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:35.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:35.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:51:35.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:51:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:51:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:51:45.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:51:45.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:52:35.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:35.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:52:35.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:52:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:52:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:52:45.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:52:45.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:53:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:35.927Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:53:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:53:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:53:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:53:45.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:53:45.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:54:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:35.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:54:35.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:54:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:54:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:54:45.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:54:45.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:55:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:35.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:55:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:55:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:35.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:55:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:55:45.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:55:45.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:56:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:35.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:56:35.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:56:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:56:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:56:45.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:56:45.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:57:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:35.927Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:57:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:57:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:35.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:57:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:57:45.492Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:57:45.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:58:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:35.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:58:35.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:58:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:58:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:58:45.523Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:58:45.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:59:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:35.927Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:59:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:59:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:35.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T11:59:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:59:45.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T11:59:45.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:00:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:35.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:00:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:00:35.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:00:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:00:45.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:00:45.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:01:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:01:35.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:01:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:01:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:01:45.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:01:45.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:35.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:02:35.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:02:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:42.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:42.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:02:42.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d0a205d-9606-461d-9171-d9cbb3438354","serviceName":"vFW 2021-09-02 12-00-29","serviceVersion":"1.0","serviceUUID":"f7376498-f628-48fc-bd63-df20a6145a44","serviceDescription":"catalog service description","serviceInvariantUUID":"9cd72419-4ec9-4744-9202-029d98b99822","resources":[{"resourceInstanceName":"vFW 599da727-4556 0","resourceName":"vFW 599da727-4556","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697","resourceInvariantUUID":"d72f1905-5ee0-4aeb-867e-7b6a93d45ea6","resourceCustomizationUUID":"d6e2b425-1e05-4c58-8dc1-bc482749420e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml","artifactChecksum":"ZWFlOTNlYTU0NjIwNDhmMjQ2MjVkYWQxYmJiOTNhNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaf71d2d-9671-45f3-bb55-013fd5488dcb","artifactVersion":"1"},{"artifactName":"vfw599da72745560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json","artifactChecksum":"MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b3c89be-aba6-4425-b43c-166d1b218598","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"998b32eb-d2c1-4e38-9f4c-be1592f6f815","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2YzFkMzEyMTZkMmNjOTdjNWRiMjJiYmQ0OGFiYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de0874fb-e728-4662-8aeb-146ae97dc4d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1887539f-432e-46f4-9c0f-d17f9679f2c2","artifactVersion":"2","generatedFromUUID":"998b32eb-d2c1-4e38-9f4c-be1592f6f815"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210902120029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml","artifactChecksum":"M2M4NDk1MDRlNzMzZmQ3NzQ0ZjJhOGZmYzI3YjcyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22cf3d10-a023-46db-aca1-b3b1c8c969c0","artifactVersion":"1"},{"artifactName":"service-Vfw20210902120029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar","artifactChecksum":"YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23d4387d-cdae-4cc1-9b8d-35b78ee01b1f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:02:42.960Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:42.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:42.984Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:42.984Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.084Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-02T12:02:43.089Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:43.090Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:43.104Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:43.105Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:43.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:43.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:02:43.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:43.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:43.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:43.995Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:02:44.098Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-02T12:02:44.099Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:44.100Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:44.116Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:44.116Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:44.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:44.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:45.007Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:45.007Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:02:45.099Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-02T12:02:45.100Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:45.100Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:45.115Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:45.116Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:46.008Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:46.009Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:46.011Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:46.011Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:46.111Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:46.112Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:46.113Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:46.126Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:46.126Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:47.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:47.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:47.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:47.017Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T12:02:47.117Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:47.118Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:47.118Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:47.132Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:47.132Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:48.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:48.019Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:48.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:48.021Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:02:48.121Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:02:48.122Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:48.123Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:48.131Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:48.132Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:49.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:49.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:49.027Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:49.027Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:02:49.127Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:49.128Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:49.128Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:49.139Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:49.139Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:50.029Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "serviceName": "vFW 2021-09-02 12-00-29",
  "serviceVersion": "1.0",
  "serviceUUID": "f7376498-f628-48fc-bd63-df20a6145a44",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9cd72419-4ec9-4744-9202-029d98b99822",
  "resources": [
    {
      "resourceInstanceName": "vFW 599da727-4556 0",
      "resourceCustomizationUUID": "d6e2b425-1e05-4c58-8dc1-bc482749420e",
      "resourceName": "vFW 599da727-4556",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697",
      "resourceInvariantUUID": "d72f1905-5ee0-4aeb-867e-7b6a93d45ea6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw599da72745560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
          "artifactChecksum": "MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1b3c89be-aba6-4425-b43c-166d1b218598",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "998b32eb-d2c1-4e38-9f4c-be1592f6f815",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1887539f-432e-46f4-9c0f-d17f9679f2c2",
            "generatedFromUUID": "998b32eb-d2c1-4e38-9f4c-be1592f6f815"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1887539f-432e-46f4-9c0f-d17f9679f2c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210902120029-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
      "artifactChecksum": "YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23d4387d-cdae-4cc1-9b8d-35b78ee01b1f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:02:50.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:02:50.031Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7376498-f628-48fc-bd63-df20a6145a44 ASDC
2021-09-02T12:02:50.152Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8d0a205d-9606-461d-9171-d9cbb3438354
ServiceName:vFW 2021-09-02 12-00-29
ServiceVersion:1.0
ServiceUUID:f7376498-f628-48fc-bd63-df20a6145a44
ServiceInvariantUUID:9cd72419-4ec9-4744-9202-029d98b99822
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210902120029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
ArtifactUUID:23d4387d-cdae-4cc1-9b8d-35b78ee01b1f
ArtifactChecksum:YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 599da727-4556 0
ResourceCustomizationUUID:d6e2b425-1e05-4c58-8dc1-bc482749420e
ResourceInvariantUUID:d72f1905-5ee0-4aeb-867e-7b6a93d45ea6
ResourceName:vFW 599da727-4556
ResourceType:VF
ResourceUUID:f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw599da72745560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
ArtifactUUID:1b3c89be-aba6-4425-b43c-166d1b218598
ArtifactChecksum:MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY=
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
ArtifactUUID:998b32eb-d2c1-4e38-9f4c-be1592f6f815
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
ArtifactUUID:1887539f-432e-46f4-9c0f-d17f9679f2c2
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
ArtifactUUID:1887539f-432e-46f4-9c0f-d17f9679f2c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:02:50.153Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7376498-f628-48fc-bd63-df20a6145a44 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:02:50.424Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:02:50.425Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:50.428Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:52.475Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:52.495Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f 98697
2021-09-02T12:02:52.497Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar ASDC sendASDCNotification
2021-09-02T12:02:52.497Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:52.498Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:52.499Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:52.502Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:52.503Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584172495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:02:52.602Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:02:52.603Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:52.603Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:52.619Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:52.620Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:53.503Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:02:53.505Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:53.506Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f, URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar to file: /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.507Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:54.353Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP447030540485029897/Definitions/service-Vfw20210902120029-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-02T12:02:57.151Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:02:57.157Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:02:57.157Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 599da727-4556 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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.161Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.161Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:02:57.169Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.171Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.175Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.175Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:02:57.177Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:02:57.179Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.179Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:02:57.181Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.181Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.186Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:02:57.191Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=01e1bd9c-ee56-411c-8e48-a1c0d163008b
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-02 12-00-29
Description:catalog service description
Model UUID:f7376498-f628-48fc-bd63-df20a6145a44
Model Version:NULL
Model InvariantUuid:9cd72419-4ec9-4744-9202-029d98b99822
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 599da727-4556
Model UUID:d9215e4f-a3ab-4563-9cae-349f3a9d1eec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d72f1905-5ee0-4aeb-867e-7b6a93d45ea6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6e2b425-1e05-4c58-8dc1-bc482749420e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6064b4d3-859f-4bd8-8bbe-0740075e241a
ModelName:Vfw599da7274556..base_vfw..module-0
ModelUuid:f4e8c477-09e7-4130-9fba-183aba829485
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01e1bd9c-ee56-411c-8e48-a1c0d163008b
ModelInvariantUuid:9e10ca07-41a4-4de8-8c8a-f1b7f2f80ecd
ModelName:vFW 599da727-4556-nodes.vfwCvfc
ModelUuid:553aa197-1be8-46ab-ba5c-027123e58c1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4cea67e8-90e5-461f-8f21-abc473fa57ec
ModelInvariantUuid:7c9f4318-909b-4ae6-9991-158349cdab87
ModelName:Vfw599da7274556.compute.nodes.heat.vfw
ModelUuid:c79c282f-9d47-41e8-8ef9-e59db964679d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
ModelInvariantUuid:2e0f2cb5-1e59-4ef5-963e-418abe183bf6
ModelName:vFW 599da727-4556-nodes.vsnCvfc
ModelUuid:29b77fcd-1874-4e42-9b90-ba979608a915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5e7feda9-baa7-41d7-b6dd-6a80a7764fae
ModelInvariantUuid:ed84e85a-d393-4315-8dd9-1d5b08c90f14
ModelName:Vfw599da7274556.compute.nodes.heat.vsn
ModelUuid:0eb27346-cf43-4103-8d55-cfafc2bd3910
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
ModelInvariantUuid:e821d367-20b9-4f48-8a7c-1fe138bd3684
ModelName:vFW 599da727-4556-nodes.vpgCvfc
ModelUuid:02908845-d92d-4218-bd8e-6a2c8ed09f22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5ff457bb-8ffe-4cd0-be8d-38324664eb14
ModelInvariantUuid:e4cba9b9-9014-452e-94b9-36066827ac57
ModelName:Vfw599da7274556.compute.nodes.heat.vpg
ModelUuid:543e3cfc-33b0-432c-91eb-7bfd6e3f2315
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:02:57.223Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:02:57.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||vFW 599da727-4556 0
2021-09-02T12:02:57.319Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b3c89be-aba6-4425-b43c-166d1b218598 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.859Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json 1b3c89be-aba6-4425-b43c-166d1b218598 785
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json ASDC sendASDCNotification
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:57.864Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:57.864Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584177860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:02:57.969Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-02T12:02:57.970Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:57.971Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:57.989Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:57.989Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:58.866Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw599da7274556..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6064b4d3-859f-4bd8-8bbe-0740075e241a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e8c477-09e7-4130-9fba-183aba829485",
    "vfModuleModelCustomizationUUID": "ac90201e-8b08-41b0-9216-3cccbad764c5",
    "isBase": true,
    "artifacts": [
      "998b32eb-d2c1-4e38-9f4c-be1592f6f815",
      "1887539f-432e-46f4-9c0f-d17f9679f2c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:02:58.880Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw599da7274556..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e8c477-09e7-4130-9fba-183aba829485
VfModuleModelInvariantUUID:6064b4d3-859f-4bd8-8bbe-0740075e241a
VfModuleModelDescription:NULL
Artifacts UUID List:{
998b32eb-d2c1-4e38-9f4c-be1592f6f815
,
1887539f-432e-46f4-9c0f-d17f9679f2c2

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

isBase:true


}

2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw599da7274556..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6064b4d3-859f-4bd8-8bbe-0740075e241a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e8c477-09e7-4130-9fba-183aba829485",
    "vfModuleModelCustomizationUUID": "ac90201e-8b08-41b0-9216-3cccbad764c5",
    "isBase": true,
    "artifacts": [
      "998b32eb-d2c1-4e38-9f4c-be1592f6f815",
      "1887539f-432e-46f4-9c0f-d17f9679f2c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw599da7274556..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e8c477-09e7-4130-9fba-183aba829485
VfModuleModelInvariantUUID:6064b4d3-859f-4bd8-8bbe-0740075e241a
VfModuleModelDescription:NULL
Artifacts UUID List:{
998b32eb-d2c1-4e38-9f4c-be1592f6f815
,
1887539f-432e-46f4-9c0f-d17f9679f2c2

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

isBase:true


}

2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 998b32eb-d2c1-4e38-9f4c-be1592f6f815 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:59.044Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml 998b32eb-d2c1-4e38-9f4c-be1592f6f815 20368
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:59.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:59.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584179046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:02:59.148Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:59.149Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:02:59.150Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:59.161Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:02:59.162Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:00.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1887539f-432e-46f4-9c0f-d17f9679f2c2 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:03:00.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.214Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env 1887539f-432e-46f4-9c0f-d17f9679f2c2 2098
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:03:00.216Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:00.218Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:00.219Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584180215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:03:00.319Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:00.320Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:03:00.320Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:00.345Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:00.345Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:01.219Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f7376498-f628-48fc-bd63-df20a6145a44
2021-09-02T12:03:01.220Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 599da727-4556 0 f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:03:01.257Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d78a6c2, org.onap.sdc.toscaparser.api.parameters.Input@33a0f137, org.onap.sdc.toscaparser.api.parameters.Input@7e8cb931, org.onap.sdc.toscaparser.api.parameters.Input@3acb2d5a, org.onap.sdc.toscaparser.api.parameters.Input@724dc277]
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d6e2b425-1e05-4c58-8dc1-bc482749420e
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6e2b425-1e05-4c58-8dc1-bc482749420e matches Tosca VF Customization UUID: d6e2b425-1e05-4c58-8dc1-bc482749420e
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d6e2b425-1e05-4c58-8dc1-bc482749420e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:03:01.268Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.268Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d6e2b425-1e05-4c58-8dc1-bc482749420e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@795ecbeb
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:03:01.271Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac90201e-8b08-41b0-9216-3cccbad764c5
2021-09-02T12:03:01.272Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac90201e-8b08-41b0-9216-3cccbad764c5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.279Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.279Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.280Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.280Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.281Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.281Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=01e1bd9c-ee56-411c-8e48-a1c0d163008b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.291Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.291Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.297Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.298Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.298Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.300Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.300Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.306Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.306Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=d6e2b425-1e05-4c58-8dc1-bc482749420e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:03:01.309Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f7376498-f628-48fc-bd63-df20a6145a44: vFW 599da727-4556
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:03:01.313Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.313Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-02 12-00-29 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:03:01.628Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 599da727-4556 f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697 1 ASDC deployResourceStructure
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json ASDC sendASDCNotification
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:01.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:01.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584181628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:03:01.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:03:01.732Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:03:01.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:01.745Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:01.745Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:02.632Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:02.635Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:02.636Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584182632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:03:02.736Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:02.737Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:03:02.737Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:02.749Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:02.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:03.636Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T12:03:03.637Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:03.637Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:03.638Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:03.640Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:03.640Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584183636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:03:03.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:03.741Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:03:03.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:03.754Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:03.754Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:03:04.641Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar ASDC sendASDCNotification
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:04.644Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:04.644Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584184641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:03:04.745Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:04.745Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:03:04.745Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:04.758Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:04.758Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:05.645Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:03:05.669Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:03:35.674Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:03:35.692Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:03:35.693Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:03:35.693Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:03:35.694Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:03:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:03:35.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:03:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:03:35.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:05.695Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:04:05.726Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:04:05.730Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:04:05.730Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:04:05.731Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:04:35.732Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:04:35.747Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:04:35.749Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:04:35.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:04:35.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:04:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:04:35.931Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:04:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:04:36.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:04:36.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584160169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584154966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584155927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584162515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584163448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584171558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584171826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584172454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584172495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "cds",
  "timestamp": 1630584172579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:04:36.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584175638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584177331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "dcae-sch",
  "timestamp": 1630584170833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584177663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584177860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584178648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.525Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.525Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:04:36.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584178669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.534Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584179046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584172540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584179652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584180215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584180414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584174088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584181422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584181628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "policy-id",
  "timestamp": 1630584182426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.548Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.548Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:04:36.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584182632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584183636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584177391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584184641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584186412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584190787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584192797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "clamp",
  "timestamp": 1630584193803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584201212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "aai-ml",
  "timestamp": 1630584202220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:05:05.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:05:05.760Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-09-02T12:05:05.768Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:05:35.769Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:05:35.784Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d0a205d-9606-461d-9171-d9cbb3438354 and serviceModelVersionId: f7376498-f628-48fc-bd63-df20a6145a44
2021-09-02T12:05:35.785Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cd72419-4ec9-4744-9202-029d98b99822
2021-09-02T12:05:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:35.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:05:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:05:45.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:05:51.433Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0
2021-09-02T12:05:51.546Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:05:52.037Z|8d0a205d-9606-461d-9171-d9cbb3438354|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/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:05:52.042Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|INFO|500||Invoke
2021-09-02T12:05:52.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:05:52.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|INFO|500||InvokeReturn
2021-09-02T12:05:52.616Z|8d0a205d-9606-461d-9171-d9cbb3438354|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/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-12:05:52:188-13675], vertex-id=[209104], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:05:52 GMT], Content-Type=[application/json]}
2021-09-02T12:05:52.616Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:05:52.620Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:05:52.620Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-09-02T12:05:52.627Z|8d0a205d-9606-461d-9171-d9cbb3438354|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-09-02T12:05:52.628Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d0a205d-9606-461d-9171-d9cbb3438354 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:05:52.630Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:05:52.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:05:52.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:05:52.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584352629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:05:52.733Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:05:52.734Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:05:52.734Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:05:52.751Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:05:52.752Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:05:53.645Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:53.646Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:05:53.646Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:03.897Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:03.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:03.899Z||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-09-02T12:06:03.899Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:13.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:13.480Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:13.490Z||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-09-02T12:06:13.490Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:23.036Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:35.928Z||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-09-02T12:06:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:06:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:36.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:06:36.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:06:36.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584352629,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:06:36.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:06:45.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:07:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:07:35.930Z||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-09-02T12:07:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:07:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:07:45.501Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:07:45.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:35.934Z||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-09-02T12:08:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:35.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:08:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:42.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:42.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:08:42.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"982875f1-7fea-4cd6-894f-de8847a019fa","serviceName":"basic_onboard_nGPtON","serviceVersion":"1.0","serviceUUID":"13ab61b7-a9ff-4d70-8b55-28f54db0131b","serviceDescription":"service","serviceInvariantUUID":"4668cf2d-0566-47d0-a9eb-fe56cc3df52b","resources":[{"resourceInstanceName":"basic_onboard_nGPtON 0","resourceName":"basic_onboard_nGPtON","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c","resourceInvariantUUID":"1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8","resourceCustomizationUUID":"a349dee5-242a-4825-88d7-7ab347f9cae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml","artifactChecksum":"MDg3NjllN2ZlNjU0NTE5YmFmNDFjMWVjNTJkMzRkYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ad262e5-6705-469a-bac4-4582e0a06b72","artifactVersion":"1"},{"artifactName":"basic_onboard_ngpton0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json","artifactChecksum":"YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9014fa5-7bdd-4211-8a27-c7a7682d8032","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73235aaa-e547-461e-8430-4943be27dc05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f12f7d59-4a3e-4967-87a2-60abe7ff60cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6059131d-bdcc-4a2b-a645-996f0ae50e75","artifactVersion":"2","generatedFromUUID":"73235aaa-e547-461e-8430-4943be27dc05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNgpton-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml","artifactChecksum":"YTAyYTFhNmQ1NGYzY2QyNTk1ZDE0YTFlM2Q2OWNjNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"227dffe6-2626-42d9-a9f1-916db4539306","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNgpton-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar","artifactChecksum":"MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a7bc4f7-3867-45bc-9968-1bae26866063","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:08:42.034Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:42.034Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:42.039Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:42.039Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:08:42.139Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:42.142Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:42.142Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:42.181Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:42.182Z||pool-19-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:42.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:42.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:08:42.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:08:42.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:08:43.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:43.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:43.043Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:43.043Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:08:43.144Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:43.145Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:43.145Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:43.165Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:43.165Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:44.044Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:44.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:44.048Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:44.048Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:08:44.149Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:44.150Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:44.150Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:44.166Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:44.167Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:45.049Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:45.051Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:45.053Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:45.053Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:08:45.154Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:08:45.155Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:45.155Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:45.167Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:45.168Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:46.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:46.055Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:46.057Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:46.057Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:08:46.157Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:46.159Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:46.159Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:46.195Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:46.195Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:47.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:47.058Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:47.061Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:47.062Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:08:47.162Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:47.163Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:47.163Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:47.173Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:47.174Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:48.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:48.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:48.065Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:48.065Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:08:48.166Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:08:48.167Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:48.167Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:48.176Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:48.176Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:49.067Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "serviceName": "basic_onboard_nGPtON",
  "serviceVersion": "1.0",
  "serviceUUID": "13ab61b7-a9ff-4d70-8b55-28f54db0131b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4668cf2d-0566-47d0-a9eb-fe56cc3df52b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nGPtON 0",
      "resourceCustomizationUUID": "a349dee5-242a-4825-88d7-7ab347f9cae4",
      "resourceName": "basic_onboard_nGPtON",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c",
      "resourceInvariantUUID": "1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ngpton0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
          "artifactChecksum": "YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9014fa5-7bdd-4211-8a27-c7a7682d8032",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "73235aaa-e547-461e-8430-4943be27dc05",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6059131d-bdcc-4a2b-a645-996f0ae50e75",
            "generatedFromUUID": "73235aaa-e547-461e-8430-4943be27dc05"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6059131d-bdcc-4a2b-a645-996f0ae50e75",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNgpton-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
      "artifactChecksum": "MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a7bc4f7-3867-45bc-9968-1bae26866063"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:08:49.070Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:08:49.070Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13ab61b7-a9ff-4d70-8b55-28f54db0131b ASDC
2021-09-02T12:08:49.071Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:982875f1-7fea-4cd6-894f-de8847a019fa
ServiceName:basic_onboard_nGPtON
ServiceVersion:1.0
ServiceUUID:13ab61b7-a9ff-4d70-8b55-28f54db0131b
ServiceInvariantUUID:4668cf2d-0566-47d0-a9eb-fe56cc3df52b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNgpton-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
ArtifactUUID:3a7bc4f7-3867-45bc-9968-1bae26866063
ArtifactChecksum:MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nGPtON 0
ResourceCustomizationUUID:a349dee5-242a-4825-88d7-7ab347f9cae4
ResourceInvariantUUID:1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8
ResourceName:basic_onboard_nGPtON
ResourceType:VF
ResourceUUID:ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ngpton0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
ArtifactUUID:d9014fa5-7bdd-4211-8a27-c7a7682d8032
ArtifactChecksum:YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM=
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/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
ArtifactUUID:73235aaa-e547-461e-8430-4943be27dc05
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/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
ArtifactUUID:6059131d-bdcc-4a2b-a645-996f0ae50e75
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/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
ArtifactUUID:6059131d-bdcc-4a2b-a645-996f0ae50e75
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:08:49.071Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13ab61b7-a9ff-4d70-8b55-28f54db0131b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:08:49.106Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a7bc4f7-3867-45bc-9968-1bae26866063 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:49.111Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:49.111Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:50.134Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:50.137Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar 3a7bc4f7-3867-45bc-9968-1bae26866063 71360
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar ASDC sendASDCNotification
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:50.139Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:50.141Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:50.141Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584530138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:08:50.241Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:50.242Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:50.242Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:50.257Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:50.258Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:51.142Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:08:51.143Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:51.143Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3a7bc4f7-3867-45bc-9968-1bae26866063, URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar to file: /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.478Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5157984712371337315/Definitions/service-BasicOnboardNgpton-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nGPtON 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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7d0c4de-3df0-4b9a-b649-939209bc3275
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.748Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nGPtON
Description:service
Model UUID:13ab61b7-a9ff-4d70-8b55-28f54db0131b
Model Version:NULL
Model InvariantUuid:4668cf2d-0566-47d0-a9eb-fe56cc3df52b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nGPtON
Model UUID:a7fb2d6b-b536-4a81-8811-d9e3f8f7b053
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a349dee5-242a-4825-88d7-7ab347f9cae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97f93110-7c24-4f63-a5c8-1e41a8101278
ModelName:BasicOnboardNgpton..base_ubuntu18..module-0
ModelUuid:12bac8b7-be2f-4459-90d2-341250f18bd5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7d0c4de-3df0-4b9a-b649-939209bc3275
ModelInvariantUuid:49612529-4219-4755-88e8-77c6024b72bc
ModelName:basic_onboard_nGPtON-nodes.ubuntu18Cvfc
ModelUuid:c0acc696-3475-437b-8c35-77faeecf9e9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6005f95e-14a7-48bd-a7d5-8b152d3579ef
ModelInvariantUuid:7123358c-c0fa-4685-b867-0eda538e290d
ModelName:BasicOnboardNgpton.compute.nodes.heat.ubuntu18
ModelUuid:59b75981-bab2-4fcf-9bae-fef888bb0a08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:08:52.756Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:52.761Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||basic_onboard_nGPtON 0
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9014fa5-7bdd-4211-8a27-c7a7682d8032 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:52.763Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:54.725Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json d9014fa5-7bdd-4211-8a27-c7a7682d8032 798
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json ASDC sendASDCNotification
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:54.727Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:54.729Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:54.729Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584534726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:08:54.829Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:54.830Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:54.831Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:54.843Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:54.843Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:55.730Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNgpton..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97f93110-7c24-4f63-a5c8-1e41a8101278",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12bac8b7-be2f-4459-90d2-341250f18bd5",
    "vfModuleModelCustomizationUUID": "cf4d4080-d3b4-488c-ba2a-f6e96a55fe49",
    "isBase": true,
    "artifacts": [
      "73235aaa-e547-461e-8430-4943be27dc05",
      "6059131d-bdcc-4a2b-a645-996f0ae50e75"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:08:55.737Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNgpton..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12bac8b7-be2f-4459-90d2-341250f18bd5
VfModuleModelInvariantUUID:97f93110-7c24-4f63-a5c8-1e41a8101278
VfModuleModelDescription:NULL
Artifacts UUID List:{
73235aaa-e547-461e-8430-4943be27dc05
,
6059131d-bdcc-4a2b-a645-996f0ae50e75

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

isBase:true


}

2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNgpton..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97f93110-7c24-4f63-a5c8-1e41a8101278",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12bac8b7-be2f-4459-90d2-341250f18bd5",
    "vfModuleModelCustomizationUUID": "cf4d4080-d3b4-488c-ba2a-f6e96a55fe49",
    "isBase": true,
    "artifacts": [
      "73235aaa-e547-461e-8430-4943be27dc05",
      "6059131d-bdcc-4a2b-a645-996f0ae50e75"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNgpton..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12bac8b7-be2f-4459-90d2-341250f18bd5
VfModuleModelInvariantUUID:97f93110-7c24-4f63-a5c8-1e41a8101278
VfModuleModelDescription:NULL
Artifacts UUID List:{
73235aaa-e547-461e-8430-4943be27dc05
,
6059131d-bdcc-4a2b-a645-996f0ae50e75

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

isBase:true


}

2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73235aaa-e547-461e-8430-4943be27dc05 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:55.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:55.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:56.521Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:56.522Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml 73235aaa-e547-461e-8430-4943be27dc05 5033
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:56.524Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:56.526Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:56.526Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584536523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:08:56.626Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:56.629Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:56.629Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:56.640Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:56.640Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:57.527Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6059131d-bdcc-4a2b-a645-996f0ae50e75 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.527Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:57.528Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.823Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env 6059131d-bdcc-4a2b-a645-996f0ae50e75 909
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:57.825Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:57.826Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:57.826Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584537824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:08:57.927Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:08:57.928Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:57.928Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:57.939Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:57.940Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:58.827Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 13ab61b7-a9ff-4d70-8b55-28f54db0131b
2021-09-02T12:08:58.828Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nGPtON 0 ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:58.845Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63cc0406, org.onap.sdc.toscaparser.api.parameters.Input@3f150c3b, org.onap.sdc.toscaparser.api.parameters.Input@3500825f, org.onap.sdc.toscaparser.api.parameters.Input@2e2e642c, org.onap.sdc.toscaparser.api.parameters.Input@2d41a9db]
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a349dee5-242a-4825-88d7-7ab347f9cae4
2021-09-02T12:08:58.848Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a349dee5-242a-4825-88d7-7ab347f9cae4 matches Tosca VF Customization UUID: a349dee5-242a-4825-88d7-7ab347f9cae4
2021-09-02T12:08:58.848Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a349dee5-242a-4825-88d7-7ab347f9cae4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:08:58.850Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.850Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a349dee5-242a-4825-88d7-7ab347f9cae4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56d379a5
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf4d4080-d3b4-488c-ba2a-f6e96a55fe49
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf4d4080-d3b4-488c-ba2a-f6e96a55fe49
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:58.858Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7d0c4de-3df0-4b9a-b649-939209bc3275
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=a349dee5-242a-4825-88d7-7ab347f9cae4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 13ab61b7-a9ff-4d70-8b55-28f54db0131b: basic_onboard_nGPtON
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_nGPtON 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:08:58.937Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nGPtON ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c 1 ASDC deployResourceStructure
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json ASDC sendASDCNotification
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:58.941Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:58.941Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584538937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:08:59.043Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:08:59.044Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:08:59.044Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:59.056Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:08:59.056Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:59.949Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:59.949Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584539946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:09:00.050Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:00.050Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:09:00.051Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:00.062Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:00.062Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:09:00.954Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:09:00.954Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584540951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:09:01.054Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:01.055Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:09:01.055Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:01.066Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:01.066Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:01.955Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar ASDC sendASDCNotification
2021-09-02T12:09:01.955Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:09:01.956Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:09:01.956Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:09:01.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:09:01.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584541955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:09:02.058Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:02.059Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:09:02.059Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:02.081Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:02.082Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:02.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:09:02.969Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:09:02.971Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:09:02.971Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:09:02.972Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:09:32.972Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:09:32.980Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:09:32.982Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:09:32.983Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:09:32.983Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:09:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:09:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:09:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:35.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:09:35.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:09:35.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:09:35.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:10:02.985Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:10:03.000Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:10:33.005Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:10:33.022Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:10:33.023Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:10:33.023Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:10:33.024Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:10:35.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:10:35.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:10:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:10:35.968Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:10:35.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:10:35.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:10:35.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:03.024Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:11:03.037Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:11:33.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:11:33.046Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:11:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:11:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:11:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:11:36.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:11:36.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584520168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584515926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630584522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584529839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584530021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584530018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584523448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584530138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "cds",
  "timestamp": 1630584530854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584531022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "policy-id",
  "timestamp": 1630584532024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.501Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.502Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:11:36.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584532564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584532875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584534726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584535257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584535820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630584536262,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.515Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.516Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584536523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584536840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.524Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.524Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:11:36.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "dcae-sch",
  "timestamp": 1630584530832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584537824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630584537845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584538937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584539946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584534088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584540951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584541955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584537391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584546486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584550860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584552870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "clamp",
  "timestamp": 1630584553874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584556023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "aai-ml",
  "timestamp": 1630584557028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:12:03.056Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:12:03.074Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:12:03.083Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:12:33.084Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:12:33.116Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 982875f1-7fea-4cd6-894f-de8847a019fa and serviceModelVersionId: 13ab61b7-a9ff-4d70-8b55-28f54db0131b
2021-09-02T12:12:33.116Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4668cf2d-0566-47d0-a9eb-fe56cc3df52b
2021-09-02T12:12:33.121Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0
2021-09-02T12:12:33.131Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:12:33.201Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|INFO|500||Invoke
2021-09-02T12:12:33.202Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b1a740d-c0fb-423e-88c7-e7f3eb2a6fe5], X-ECOMP-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], X-TransactionId=[], X-ONAP-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], Content-Type=[application/merge-patch+json]}
2021-09-02T12:12:33.237Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:12:33.622Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?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/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-12:12:33:272-61379], vertex-id=[221288], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:12:33 GMT], Content-Type=[application/json]}
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|INFO|500||InvokeReturn
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:12:33.624Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:12:33.637Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:12:33.638Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 982875f1-7fea-4cd6-894f-de8847a019fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:12:33.638Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:12:33.639Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:12:33.643Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:12:33.643Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584753638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:12:33.743Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:12:33.744Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:12:33.744Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:33.760Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:33.761Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:12:34.654Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:34.655Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:12:34.655Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:35.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:12:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630584753638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:12:36.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:12:44.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:44.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:44.932Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:12:44.932Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:54.515Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:04.093Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:13:04.095Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:04.096Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:13:04.096Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:13.653Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:13:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:13:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:35.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:13:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:45.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:13:45.501Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:14:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:35.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:14:35.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:14:35.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:14:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:14:45.509Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:14:45.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:15:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:15:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:15:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:15:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:15:45.472Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:15:45.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:16:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:35.934Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:16:35.934Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:16:35.934Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:16:35.937Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:16:45.520Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:16:45.522Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:17:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:17:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:17:35.929Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:17:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:17:45.525Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:17:45.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:18:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:18:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:18:35.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:18:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:18:45.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:18:45.510Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:19:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:19:35.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:19:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:19:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:19:45.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:19:45.493Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:20:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:20:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:20:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:20:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:20:45.512Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:20:45.522Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:21:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:35.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:21:35.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:21:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:21:35.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:21:45.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:21:45.534Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:22:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:22:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:22:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:22:45.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:22:45.534Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:23:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:35.933Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:23:35.933Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:23:35.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:23:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:23:45.506Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:23:45.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:24:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:24:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:24:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:24:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:24:45.511Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:24:45.529Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-09-02T12:25:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:25:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:36.563Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:36.564Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.565Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e14fb1a5-ffa6-46a3-8208-8ec9350f44c6","serviceDescription":"service","serviceInvariantUUID":"2e97177f-7e42-49a7-b629-367a4f3b41e9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"93c28636-c6c2-4ae1-b329-a108e7aae501","resourceInvariantUUID":"da571780-896f-4501-842a-22e5482afdeb","resourceCustomizationUUID":"3fac8c6c-5e43-4b86-b294-7a9185c71e82","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":"ZWRmMzQ0NmEzNTM0NDUyYjY0ZWVlMjkxZGUxN2RmMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24ec4f06-59c5-49aa-b8e0-6895d2f5648c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:25:36.576Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:25:36.577Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:36.581Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:36.582Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:36.583Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.583Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585535926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.583Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "dcae-sch",
  "timestamp": 1630585510832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585513449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "policy-id",
  "timestamp": 1630585512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585513449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585514966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "dcae-sch",
  "timestamp": 1630585510832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "policy-id",
  "timestamp": 1630585512541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "policy-id",
  "timestamp": 1630585523197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585523270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585522515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "policy-id",
  "timestamp": 1630585524201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "clamp",
  "timestamp": 1630585524088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585524862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "policy-id",
  "timestamp": 1630585525204,
  "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-09-02T12:25:36.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "clamp",
  "timestamp": 1630585524088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "cds",
  "timestamp": 1630585525168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.635Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585525867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:25:36.639Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.639Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.648Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "cds",
  "timestamp": 1630585525168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "aai-ml",
  "timestamp": 1630585527390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "cds",
  "timestamp": 1630585528842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "aai-ml",
  "timestamp": 1630585527390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "cds",
  "timestamp": 1630585529855,
  "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-09-02T12:25:36.656Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.656Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.663Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.664Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "clamp",
  "timestamp": 1630585531027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.664Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "aai-ml",
  "timestamp": 1630585531229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "clamp",
  "timestamp": 1630585533034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "clamp",
  "timestamp": 1630585534038,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:25:36.670Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.670Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.683Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:36.684Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:25:36.684Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:36.695Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:36.696Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:25:37.584Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:25:37.585Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:37.588Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:37.588Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585535926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:25:37.688Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:37.689Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:25:37.689Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:37.700Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:37.701Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:38.591Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e14fb1a5-ffa6-46a3-8208-8ec9350f44c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e97177f-7e42-49a7-b629-367a4f3b41e9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3fac8c6c-5e43-4b86-b294-7a9185c71e82",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "93c28636-c6c2-4ae1-b329-a108e7aae501",
      "resourceInvariantUUID": "da571780-896f-4501-842a-22e5482afdeb",
      "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": "MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:25:38.593Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:25:38.593Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e14fb1a5-ffa6-46a3-8208-8ec9350f44c6 ASDC
2021-09-02T12:25:38.594Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
ServiceInvariantUUID:2e97177f-7e42-49a7-b629-367a4f3b41e9
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:89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc
ArtifactChecksum:MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3fac8c6c-5e43-4b86-b294-7a9185c71e82
ResourceInvariantUUID:da571780-896f-4501-842a-22e5482afdeb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:93c28636-c6c2-4ae1-b329-a108e7aae501
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-02T12:25:38.595Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e14fb1a5-ffa6-46a3-8208-8ec9350f44c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:25:38.631Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:25:38.634Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.945Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:25:38.955Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc 52177
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:25:38.957Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:38.960Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:38.960Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585538956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:25:39.060Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:39.061Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:25:39.061Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:39.082Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:39.082Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:39.961Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-02T12:25:39.963Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:39.964Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.111Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14650227905166499484/Definitions/service-BasicNetwork-template.yml
2021-09-02T12:25:40.647Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T12:25:40.650Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:25:40.650Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
Model Version:NULL
Model InvariantUuid:2e97177f-7e42-49a7-b629-367a4f3b41e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da571780-896f-4501-842a-22e5482afdeb
Model UUID:63ac0888-e6f9-405a-9d7d-f022171eded7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3fac8c6c-5e43-4b86-b294-7a9185c71e82
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:25:40.657Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 93c28636-c6c2-4ae1-b329-a108e7aae501
2021-09-02T12:25:40.657Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||No resources found for Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:25:40.662Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||
2021-09-02T12:25:40.662Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:25:40.666Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5f1969, org.onap.sdc.toscaparser.api.parameters.Input@6de222e6, org.onap.sdc.toscaparser.api.parameters.Input@3d397f5a, org.onap.sdc.toscaparser.api.parameters.Input@2b5e2296, org.onap.sdc.toscaparser.api.parameters.Input@1e7ff2c5]
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e14fb1a5-ffa6-46a3-8208-8ec9350f44c6: Generic NeutronNet
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-02T12:25:40.783Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:40.786Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:40.786Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585540784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:25:40.886Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:40.887Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:25:40.887Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:40.897Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:25:40.898Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:41.787Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:25:41.797Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:26:11.801Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:26:11.809Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:26:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:26:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:26:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:26:36.055Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:26:36.056Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:26:36.056Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "aai-ml",
  "timestamp": 1630585536527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:26:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:26:41.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:26:41.824Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:26:41.826Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:26:41.827Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:26:41.827Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:11.828Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:27:11.841Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:27:11.844Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:27:11.844Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:27:11.845Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:27:35.933Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:27:35.934Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:27:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:27:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585535926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "aai-ml",
  "timestamp": 1630585537536,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:27:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:27:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585535926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585538956,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585540784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:27:41.845Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:27:41.859Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:27:41.862Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:27:41.869Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:28:11.869Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:28:11.877Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and serviceModelVersionId: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:28:11.877Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e97177f-7e42-49a7-b629-367a4f3b41e9
2021-09-02T12:28:11.878Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0
2021-09-02T12:28:11.884Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:28:11.940Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:28:11.942Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|INFO|500||Invoke
2021-09-02T12:28:11.968Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:28:12.865Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|INFO|500||InvokeReturn
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-12:28:11:976-58858], vertex-id=[188584], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:28:11 GMT], Content-Type=[application/json]}
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:28:12.868Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:28:12.871Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:28:12.871Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:28:12.872Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:28:12.872Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:12.874Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:12.874Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585692871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:28:12.975Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:28:12.976Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:12.976Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:13.001Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:13.001Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:28:13.884Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:28:13.885Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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-09-02T12:28:13.885Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:18.299Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:18.301Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:28:18.301Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee1c682c-bade-40b9-a2fe-d0eb8f0fa606","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39d89331-8fb2-4aa9-b84f-dd101f509e54","serviceDescription":"service","serviceInvariantUUID":"d392aae1-6f71-48b8-8ad8-64d17cdafa81","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29650b9d-e78d-4efe-99f0-8c21efa52682","resourceInvariantUUID":"0af69a38-2f41-4cde-be7e-d04880a06013","resourceCustomizationUUID":"70a873a7-1aa2-4945-a335-8080767b92b0","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":"NTM3NWE3YzFiODBlNmE0MGI0N2UyZmY1ZjcwMmYyZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81ef3339-93b0-4c49-9c37-eac2562a1087","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":"MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6467a6aa-0c82-4ace-ac27-2fc6a5889cbd","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":"9c655090-4fa7-418d-91c5-60f2076acda9","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":"930d7921-105f-46a9-9480-fe2d831aa47e","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":"b11bcf84-3632-4f84-9417-49b626640af8","artifactVersion":"2","generatedFromUUID":"9c655090-4fa7-418d-91c5-60f2076acda9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUyY2I2YjU1ZTM2ZjI1NTgzZDVjZmQ1ODA1ZDE3Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0adc96ab-288e-46ab-9ccf-dd8c12d3627a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d35e42e6-1385-48af-bdca-7616699f100a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:28:18.304Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:18.305Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:18.306Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:18.306Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:18.406Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:18.407Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:18.408Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:18.418Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:18.419Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:19.307Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:19.308Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:19.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:19.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:28:19.410Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:19.411Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:19.411Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:19.427Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:19.428Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:20.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:20.311Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:20.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:20.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:28:20.413Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:20.414Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:20.415Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:20.426Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:20.427Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:21.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:21.314Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:21.316Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:21.317Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:21.417Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:21.418Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:21.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:21.427Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:21.427Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:22.317Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:22.318Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:22.320Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:22.320Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:28:22.420Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:22.421Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:22.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:22.431Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:22.431Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:23.321Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:23.321Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:23.323Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:23.323Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:23.423Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:23.424Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:23.424Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:23.435Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:23.435Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:24.324Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:24.324Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:24.326Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:24.327Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:24.427Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:24.428Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:24.428Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:24.439Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:24.439Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "39d89331-8fb2-4aa9-b84f-dd101f509e54",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d392aae1-6f71-48b8-8ad8-64d17cdafa81",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "70a873a7-1aa2-4945-a335-8080767b92b0",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29650b9d-e78d-4efe-99f0-8c21efa52682",
      "resourceInvariantUUID": "0af69a38-2f41-4cde-be7e-d04880a06013",
      "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": "MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6467a6aa-0c82-4ace-ac27-2fc6a5889cbd",
          "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": "9c655090-4fa7-418d-91c5-60f2076acda9",
          "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": "b11bcf84-3632-4f84-9417-49b626640af8",
            "generatedFromUUID": "9c655090-4fa7-418d-91c5-60f2076acda9"
          },
          "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": "b11bcf84-3632-4f84-9417-49b626640af8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d35e42e6-1385-48af-bdca-7616699f100a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39d89331-8fb2-4aa9-b84f-dd101f509e54 ASDC
2021-09-02T12:28:25.330Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:39d89331-8fb2-4aa9-b84f-dd101f509e54
ServiceInvariantUUID:d392aae1-6f71-48b8-8ad8-64d17cdafa81
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:d35e42e6-1385-48af-bdca-7616699f100a
ArtifactChecksum:MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:70a873a7-1aa2-4945-a335-8080767b92b0
ResourceInvariantUUID:0af69a38-2f41-4cde-be7e-d04880a06013
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:29650b9d-e78d-4efe-99f0-8c21efa52682
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:6467a6aa-0c82-4ace-ac27-2fc6a5889cbd
ArtifactChecksum:MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA=
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:9c655090-4fa7-418d-91c5-60f2076acda9
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:b11bcf84-3632-4f84-9417-49b626640af8
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:b11bcf84-3632-4f84-9417-49b626640af8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:28:25.330Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39d89331-8fb2-4aa9-b84f-dd101f509e54 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:25.361Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d35e42e6-1385-48af-bdca-7616699f100a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:27.123Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:28:27.127Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d35e42e6-1385-48af-bdca-7616699f100a 70842
2021-09-02T12:28:27.127Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:27.130Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:27.130Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585707127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:27.230Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:27.231Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:27.231Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:27.241Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:27.241Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:28.131Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:28:28.132Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:28.132Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d35e42e6-1385-48af-bdca-7616699f100a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.133Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-02T12:28:28.134Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.134Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.395Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3065261408039086887/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-09-02T12:28:29.613Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||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-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:28:29.623Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T12:28:29.623Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2cf97648-6138-49bf-87c3-50b28668dd14
2021-09-02T12:28:29.623Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.624Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.624Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.624Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.625Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.625Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.625Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:29.625Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.626Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:39d89331-8fb2-4aa9-b84f-dd101f509e54
Model Version:NULL
Model InvariantUuid:d392aae1-6f71-48b8-8ad8-64d17cdafa81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:67b06403-69dd-48ca-9d55-3936474ccf57
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0af69a38-2f41-4cde-be7e-d04880a06013
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:70a873a7-1aa2-4945-a335-8080767b92b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c8da5a79-3685-4954-9016-8d407330cbde
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:ca4fbe35-f612-4b52-8d08-272292a83820
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2cf97648-6138-49bf-87c3-50b28668dd14
ModelInvariantUuid:7fe8d8ac-21f7-4d8b-855f-b8c93d2638c2
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:99ae5eec-2b40-427e-a67b-1556929955e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:7f86288b-0a68-4771-af46-a3abb29ea699
ModelInvariantUuid:5e61ce17-977e-4df3-a992-ecc3896e97d1
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:0a0159f7-461b-4137-877a-2118efa09c88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:28:29.630Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 29650b9d-e78d-4efe-99f0-8c21efa52682
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:28:29.632Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-09-02T12:28:29.632Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29650b9d-e78d-4efe-99f0-8c21efa52682
2021-09-02T12:28:29.632Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6467a6aa-0c82-4ace-ac27-2fc6a5889cbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T12:28:29.633Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:28:29.633Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T12:28:30.768Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:28:30.768Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6467a6aa-0c82-4ace-ac27-2fc6a5889cbd 787
2021-09-02T12:28:30.768Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-02T12:28:30.769Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T12:28:30.769Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:28:30.769Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:30.771Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:30.771Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585710768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:30.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-02T12:28:30.875Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:30.875Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:30.885Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:30.885Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:31.771Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c8da5a79-3685-4954-9016-8d407330cbde",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca4fbe35-f612-4b52-8d08-272292a83820",
    "vfModuleModelCustomizationUUID": "e7f45495-c3e9-4ca4-89dc-97c5c9fcb950",
    "isBase": true,
    "artifacts": [
      "9c655090-4fa7-418d-91c5-60f2076acda9",
      "b11bcf84-3632-4f84-9417-49b626640af8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:28:31.776Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca4fbe35-f612-4b52-8d08-272292a83820
VfModuleModelInvariantUUID:c8da5a79-3685-4954-9016-8d407330cbde
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c655090-4fa7-418d-91c5-60f2076acda9
,
b11bcf84-3632-4f84-9417-49b626640af8

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

isBase:true


}

2021-09-02T12:28:31.778Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c8da5a79-3685-4954-9016-8d407330cbde",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ca4fbe35-f612-4b52-8d08-272292a83820",
    "vfModuleModelCustomizationUUID": "e7f45495-c3e9-4ca4-89dc-97c5c9fcb950",
    "isBase": true,
    "artifacts": [
      "9c655090-4fa7-418d-91c5-60f2076acda9",
      "b11bcf84-3632-4f84-9417-49b626640af8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:28:31.778Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca4fbe35-f612-4b52-8d08-272292a83820
VfModuleModelInvariantUUID:c8da5a79-3685-4954-9016-8d407330cbde
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c655090-4fa7-418d-91c5-60f2076acda9
,
b11bcf84-3632-4f84-9417-49b626640af8

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

isBase:true


}

2021-09-02T12:28:31.778Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c655090-4fa7-418d-91c5-60f2076acda9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T12:28:31.778Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:28:31.778Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T12:28:33.216Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:28:33.216Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9c655090-4fa7-418d-91c5-60f2076acda9 5033
2021-09-02T12:28:33.217Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T12:28:33.217Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T12:28:33.217Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:28:33.217Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:33.219Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:33.219Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585713217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:33.319Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:33.321Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:33.321Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:33.333Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:33.333Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:28:34.220Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b11bcf84-3632-4f84-9417-49b626640af8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T12:28:34.220Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:28:34.221Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T12:28:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:28:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:28:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:35.956Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:35.957Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.957Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.958Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.958Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.958Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.958Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.958Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.959Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.960Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.961Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.965Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.968Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585602516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.969Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585603448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585600169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.970Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.971Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "dcae-sch",
  "timestamp": 1630585610832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585618023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585618035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.973Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "cds",
  "timestamp": 1630585619051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:35.996Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.996Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585612540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.997Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.998Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585620300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585620395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:35.999Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585614089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.000Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.001Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.001Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.001Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585621311,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:36.005Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:36.005Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:36.014Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585621401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585614966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.015Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.016Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.016Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.016Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.016Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "policy-id",
  "timestamp": 1630585622405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:36.032Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.032Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.032Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.032Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585623260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585617391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.033Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.034Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585625515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.034Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.034Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.034Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585627074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.034Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.035Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.035Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585628028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.035Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.035Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.035Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585629048,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:36.040Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:28:36.041Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:36.041Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b11bcf84-3632-4f84-9417-49b626640af8 903
2021-09-02T12:28:36.042Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName POLICY
2021-09-02T12:28:36.042Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T12:28:36.042Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T12:28:36.042Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:28:36.043Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:28:36.045Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:36.046Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585716042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585630052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585635042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:28:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585636824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585637051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "aai-ml",
  "timestamp": 1630585637828,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:36.055Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:36.055Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:36.062Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.062Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "clamp",
  "timestamp": 1630585638054,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:36.067Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
2021-09-02T12:28:36.067Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:36.074Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.075Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.076Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.077Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.078Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.082Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.083Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:28:36.084Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:28:36.145Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:28:36.146Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:36.146Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:36.156Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:36.156Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:37.046Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 39d89331-8fb2-4aa9-b84f-dd101f509e54
2021-09-02T12:28:37.047Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 29650b9d-e78d-4efe-99f0-8c21efa52682 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:28:37.068Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73912ce8, org.onap.sdc.toscaparser.api.parameters.Input@4492fa2d, org.onap.sdc.toscaparser.api.parameters.Input@5cb4b67f, org.onap.sdc.toscaparser.api.parameters.Input@5c3dea55, org.onap.sdc.toscaparser.api.parameters.Input@26317b56]
2021-09-02T12:28:37.070Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.070Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.070Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:28:37.070Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 70a873a7-1aa2-4945-a335-8080767b92b0
2021-09-02T12:28:37.071Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70a873a7-1aa2-4945-a335-8080767b92b0 matches Tosca VF Customization UUID: 70a873a7-1aa2-4945-a335-8080767b92b0
2021-09-02T12:28:37.071Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 70a873a7-1aa2-4945-a335-8080767b92b0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:28:37.073Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.073Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.073Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 70a873a7-1aa2-4945-a335-8080767b92b0: {\"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-09-02T12:28:37.074Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f83d526
2021-09-02T12:28:37.074Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.074Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:28:37.074Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7f45495-c3e9-4ca4-89dc-97c5c9fcb950
2021-09-02T12:28:37.075Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7f45495-c3e9-4ca4-89dc-97c5c9fcb950
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:28:37.076Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.077Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:37.077Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:37.077Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.077Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:37.078Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:37.078Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.078Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T12:28:37.078Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:28:37.078Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T12:28:37.079Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2cf97648-6138-49bf-87c3-50b28668dd14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:28:37.080Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.080Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:37.081Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:37.081Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.081Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:37.081Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=70a873a7-1aa2-4945-a335-8080767b92b0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:28:37.083Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.083Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.083Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 39d89331-8fb2-4aa9-b84f-dd101f509e54: basic_vm
2021-09-02T12:28:37.083Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.083Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.084Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.084Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.084Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.084Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.084Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.085Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.085Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:28:37.085Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:37.085Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:28:37.166Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 29650b9d-e78d-4efe-99f0-8c21efa52682 1 ASDC deployResourceStructure
2021-09-02T12:28:37.166Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-02T12:28:37.167Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-02T12:28:37.167Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:28:37.167Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:37.169Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:37.169Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585717166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:37.269Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:37.270Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:37.270Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:37.281Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:37.281Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:38.170Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T12:28:38.170Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-02T12:28:38.170Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:28:38.171Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:38.172Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:38.172Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585718170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:38.273Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:38.273Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:38.273Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:38.285Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:38.286Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:39.173Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T12:28:39.174Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-02T12:28:39.174Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:28:39.174Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:39.176Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:39.176Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585719173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:39.277Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:28:39.279Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:39.279Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:39.291Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:39.291Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:40.177Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-02T12:28:40.177Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:40.177Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:28:40.178Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:40.179Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:40.179Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585720177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:28:40.279Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:40.280Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:28:40.280Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:40.291Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:28:40.291Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:41.180Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:28:41.192Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:28:41.194Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:28:41.195Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:28:41.195Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:28:41.195Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:28:41.195Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:28:41.196Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:28:41.200Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:29:11.201Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:29:11.214Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and serviceModelVersionId: 39d89331-8fb2-4aa9-b84f-dd101f509e54
2021-09-02T12:29:11.215Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d392aae1-6f71-48b8-8ad8-64d17cdafa81
2021-09-02T12:29:11.216Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0
2021-09-02T12:29:11.221Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:29:11.278Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0|INFO|500||Invoke
2021-09-02T12:29:11.280Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee1c682c-bade-40b9-a2fe-d0eb8f0fa606], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c491e9e-425a-4ae3-ad1a-bd4d1e18c7b7], X-ECOMP-RequestID=[ee1c682c-bade-40b9-a2fe-d0eb8f0fa606], X-TransactionId=[], X-ONAP-RequestID=[ee1c682c-bade-40b9-a2fe-d0eb8f0fa606], Content-Type=[application/merge-patch+json]}
2021-09-02T12:29:11.320Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:29:11.920Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?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/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210902-12:29:11:324-66318], vertex-id=[225408], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:29:11 GMT], Content-Type=[application/json]}
2021-09-02T12:29:11.920Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:29:11.921Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d392aae1-6f71-48b8-8ad8-64d17cdafa81/model-vers/model-ver/39d89331-8fb2-4aa9-b84f-dd101f509e54?depth=0|INFO|500||InvokeReturn
2021-09-02T12:29:11.921Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:29:11.922Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:29:11.926Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:29:11.926Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee1c682c-bade-40b9-a2fe-d0eb8f0fa606 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:29:11.926Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:29:11.927Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:11.930Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:11.930Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585751926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:29:12.030Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:12.031Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:12.032Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:12.048Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:12.049Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:29:12.943Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:29:12.943Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5b36d3f-cc99-4f31-a308-1b257de13145","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4","serviceDescription":"service","serviceInvariantUUID":"4bb8e956-b314-4881-a0b7-e47db745ca41","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c571dfee-abb7-49d0-96dd-5efda20b91a4","resourceInvariantUUID":"c571076c-05fb-4e54-a7c1-08c44848368e","resourceCustomizationUUID":"c724ae53-3a2a-4fac-9ec1-f02b7645598c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjhkMzE0MzE2MmVmMmRiNGRlYzgyODI2OTI4N2EwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"968e7ccf-79ab-45a6-a372-2d5dd12628e1","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"Njc2YzA4MGEwNDYzOGQzMzk0ODYzNmE2Y2QxNGU5ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b80e9f8e-75b3-4839-a0ee-75cc7616fea2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e34518b-a4bd-4ce0-ba23-00ad9d5a7430","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0f73945-65c5-4a2d-b825-3f23740e9b89","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bda9dc81-a395-4c34-9451-7ec82795fa98","artifactVersion":"2","generatedFromUUID":"8e34518b-a4bd-4ce0-ba23-00ad9d5a7430"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ODIyZDRjMmMwMzJiMmU4MjJhY2Q5YWNiYjRmNzBmNjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4eb2c670-e8af-4ecf-a283-e73e012e5909","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDkyNDA1NmMxNGY3NjBmODQwMDU0ZjEyMWFiNGI4ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"685767c6-0d6c-4c73-987e-ea93ef122ee0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmJkNWMyMjk5ZTAzODZiZGY2NjBiNjA4OGJkNzkwOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf921261-d3cf-4da5-b57f-9796b5cdfc3b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:29:12.943Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:12.944Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:12.945Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:12.946Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:29:13.046Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:29:13.046Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:13.046Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:13.063Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:13.064Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:13.946Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:13.949Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:13.951Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:13.951Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:29:14.051Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:14.052Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:14.052Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:14.063Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:14.063Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:29:14.952Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:14.953Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:14.956Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:14.956Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:29:15.056Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:15.057Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:15.057Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:15.083Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:15.084Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:29:15.956Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:15.957Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:15.959Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:15.959Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:29:16.059Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:16.060Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:16.060Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:16.070Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:16.071Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:16.959Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:16.961Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:16.963Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:16.963Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:29:17.063Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:17.064Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:17.064Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:17.078Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:17.078Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:17.964Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:17.965Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:17.967Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:17.967Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:29:18.067Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:18.068Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:18.068Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:18.088Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:18.089Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:18.967Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:18.969Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:18.971Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:18.971Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:29:19.072Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:19.072Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:19.073Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:19.085Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:19.085Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:29:19.972Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:29:19.973Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:19.975Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:19.975Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:29:20.075Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:20.076Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:20.076Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:20.087Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:20.087Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:20.976Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4bb8e956-b314-4881-a0b7-e47db745ca41",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c724ae53-3a2a-4fac-9ec1-f02b7645598c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c571dfee-abb7-49d0-96dd-5efda20b91a4",
      "resourceInvariantUUID": "c571076c-05fb-4e54-a7c1-08c44848368e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "Njc2YzA4MGEwNDYzOGQzMzk0ODYzNmE2Y2QxNGU5ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b80e9f8e-75b3-4839-a0ee-75cc7616fea2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8e34518b-a4bd-4ce0-ba23-00ad9d5a7430",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bda9dc81-a395-4c34-9451-7ec82795fa98",
            "generatedFromUUID": "8e34518b-a4bd-4ce0-ba23-00ad9d5a7430"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bda9dc81-a395-4c34-9451-7ec82795fa98",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmJkNWMyMjk5ZTAzODZiZGY2NjBiNjA4OGJkNzkwOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf921261-d3cf-4da5-b57f-9796b5cdfc3b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:29:20.977Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:29:20.977Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4 ASDC
2021-09-02T12:29:20.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e5b36d3f-cc99-4f31-a308-1b257de13145
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4
ServiceInvariantUUID:4bb8e956-b314-4881-a0b7-e47db745ca41
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:cf921261-d3cf-4da5-b57f-9796b5cdfc3b
ArtifactChecksum:MmJkNWMyMjk5ZTAzODZiZGY2NjBiNjA4OGJkNzkwOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c724ae53-3a2a-4fac-9ec1-f02b7645598c
ResourceInvariantUUID:c571076c-05fb-4e54-a7c1-08c44848368e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c571dfee-abb7-49d0-96dd-5efda20b91a4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:b80e9f8e-75b3-4839-a0ee-75cc7616fea2
ArtifactChecksum:Njc2YzA4MGEwNDYzOGQzMzk0ODYzNmE2Y2QxNGU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:8e34518b-a4bd-4ce0-ba23-00ad9d5a7430
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bda9dc81-a395-4c34-9451-7ec82795fa98
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:bda9dc81-a395-4c34-9451-7ec82795fa98
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:29:20.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:29:21.006Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:29:21.006Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:29:21.007Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:29:21.007Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cf921261-d3cf-4da5-b57f-9796b5cdfc3b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-02T12:29:21.007Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:29:21.007Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-02T12:29:21.196Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:29:21.200Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cf921261-d3cf-4da5-b57f-9796b5cdfc3b 78570
2021-09-02T12:29:21.200Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-02T12:29:21.200Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-02T12:29:21.200Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:29:21.201Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:21.203Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:21.204Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585761200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:29:21.303Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:29:21.304Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:21.304Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:21.315Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:21.315Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:29:22.204Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:29:22.205Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:29:22.206Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cf921261-d3cf-4da5-b57f-9796b5cdfc3b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:22.206Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-02T12:29:22.207Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:22.207Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:22.376Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7861107139011203457/Definitions/service-BasicVmMacro-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-09-02T12:29:23.481Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:29:23.481Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:29:23.482Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.482Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:29:23.482Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.482Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.482Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.483Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-02T12:29:23.484Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:29:23.484Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.484Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.484Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:23.484Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:29:23.485Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:29:23.485Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.485Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.485Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:23.486Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:29:23.486Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:29:23.486Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.486Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-02T12:29:23.487Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-02T12:29:23.488Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:29:23.488Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.488Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:29:23.488Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.488Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:23.489Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:23.489Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.489Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:23.489Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:23.489Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.490Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:23.490Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:23.490Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.490Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2a5e0be-f07e-4077-8fea-dbf155bc0293
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.491Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.492Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.492Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.492Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.492Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:23.492Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:23.493Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4
Model Version:NULL
Model InvariantUuid:4bb8e956-b314-4881-a0b7-e47db745ca41
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:427103df-a521-4de9-b081-ec730736be80
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c571076c-05fb-4e54-a7c1-08c44848368e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c724ae53-3a2a-4fac-9ec1-f02b7645598c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a08a3a71-d5b5-4f42-bf00-33fc3d8a8240
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c080099e-eda2-481b-a2ac-3c462f0350f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d2a5e0be-f07e-4077-8fea-dbf155bc0293
ModelInvariantUuid:70c6e3af-2a82-4e8f-b653-f35fef20d29a
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:9b2034d7-2019-4b4c-9aa5-eae89c7616db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:6ec80aa3-bdb3-46d2-abea-06556a6a7585
ModelInvariantUuid:036cc7c2-3c64-4e49-a115-9ef69dd61b7c
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:27154fca-bbc1-4f56-bdcb-320d9f914c04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:29:23.497Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c571dfee-abb7-49d0-96dd-5efda20b91a4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:29:23.499Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-09-02T12:29:23.500Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c571dfee-abb7-49d0-96dd-5efda20b91a4
2021-09-02T12:29:23.500Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b80e9f8e-75b3-4839-a0ee-75cc7616fea2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-02T12:29:23.500Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:29:23.500Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-02T12:29:23.986Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:29:23.986Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b80e9f8e-75b3-4839-a0ee-75cc7616fea2 792
2021-09-02T12:29:23.987Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-02T12:29:23.987Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-02T12:29:23.987Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:29:23.987Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:23.990Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:23.990Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585763987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:29:24.091Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:29:24.091Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:24.092Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:24.103Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:24.104Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:24.991Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a08a3a71-d5b5-4f42-bf00-33fc3d8a8240",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c080099e-eda2-481b-a2ac-3c462f0350f2",
    "vfModuleModelCustomizationUUID": "be5a1e0e-4011-400c-8ff6-18fbbebb0ca1",
    "isBase": true,
    "artifacts": [
      "8e34518b-a4bd-4ce0-ba23-00ad9d5a7430",
      "bda9dc81-a395-4c34-9451-7ec82795fa98"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:29:24.995Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c080099e-eda2-481b-a2ac-3c462f0350f2
VfModuleModelInvariantUUID:a08a3a71-d5b5-4f42-bf00-33fc3d8a8240
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e34518b-a4bd-4ce0-ba23-00ad9d5a7430
,
bda9dc81-a395-4c34-9451-7ec82795fa98

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

isBase:true


}

2021-09-02T12:29:24.997Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a08a3a71-d5b5-4f42-bf00-33fc3d8a8240",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c080099e-eda2-481b-a2ac-3c462f0350f2",
    "vfModuleModelCustomizationUUID": "be5a1e0e-4011-400c-8ff6-18fbbebb0ca1",
    "isBase": true,
    "artifacts": [
      "8e34518b-a4bd-4ce0-ba23-00ad9d5a7430",
      "bda9dc81-a395-4c34-9451-7ec82795fa98"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:29:24.997Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c080099e-eda2-481b-a2ac-3c462f0350f2
VfModuleModelInvariantUUID:a08a3a71-d5b5-4f42-bf00-33fc3d8a8240
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e34518b-a4bd-4ce0-ba23-00ad9d5a7430
,
bda9dc81-a395-4c34-9451-7ec82795fa98

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

isBase:true


}

2021-09-02T12:29:24.997Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e34518b-a4bd-4ce0-ba23-00ad9d5a7430 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-02T12:29:24.997Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:29:24.997Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-02T12:29:26.423Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:29:26.424Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8e34518b-a4bd-4ce0-ba23-00ad9d5a7430 5033
2021-09-02T12:29:26.424Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T12:29:26.424Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-02T12:29:26.425Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:29:26.425Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:26.427Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:26.427Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585766424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:29:26.527Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:29:26.530Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:26.530Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:26.542Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:26.543Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:27.428Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bda9dc81-a395-4c34-9451-7ec82795fa98 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-02T12:29:27.429Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:29:27.429Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-02T12:29:27.953Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:29:27.953Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bda9dc81-a395-4c34-9451-7ec82795fa98 903
2021-09-02T12:29:27.954Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T12:29:27.954Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-02T12:29:27.954Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:29:27.954Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:27.956Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:27.956Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585767954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:29:28.056Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:28.057Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:28.057Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:28.067Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:28.068Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:28.956Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4
2021-09-02T12:29:28.957Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c571dfee-abb7-49d0-96dd-5efda20b91a4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:29:28.965Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11d749fe, org.onap.sdc.toscaparser.api.parameters.Input@465fe67b, org.onap.sdc.toscaparser.api.parameters.Input@1268c6f, org.onap.sdc.toscaparser.api.parameters.Input@3cbe3332, org.onap.sdc.toscaparser.api.parameters.Input@178d05e2]
2021-09-02T12:29:28.967Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.967Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.967Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:29:28.967Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c724ae53-3a2a-4fac-9ec1-f02b7645598c
2021-09-02T12:29:28.968Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c724ae53-3a2a-4fac-9ec1-f02b7645598c matches Tosca VF Customization UUID: c724ae53-3a2a-4fac-9ec1-f02b7645598c
2021-09-02T12:29:28.968Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c724ae53-3a2a-4fac-9ec1-f02b7645598c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:29:28.969Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.969Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.970Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c724ae53-3a2a-4fac-9ec1-f02b7645598c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-02T12:29:28.970Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@564266f2
2021-09-02T12:29:28.970Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.970Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:29:28.970Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be5a1e0e-4011-400c-8ff6-18fbbebb0ca1
2021-09-02T12:29:28.971Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be5a1e0e-4011-400c-8ff6-18fbbebb0ca1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:29:28.972Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.972Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:28.972Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:28.973Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.973Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:28.973Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:28.973Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.973Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-02T12:29:28.974Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:29:28.974Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-02T12:29:28.974Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2a5e0be-f07e-4077-8fea-dbf155bc0293
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:29:28.975Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.975Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:28.975Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:29:28.976Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.977Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-02T12:29:28.977Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c724ae53-3a2a-4fac-9ec1-f02b7645598c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:29:28.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4: basic_vm_macro
2021-09-02T12:29:28.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.978Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.979Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:29:28.980Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:29:28.980Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:29:29.043Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c571dfee-abb7-49d0-96dd-5efda20b91a4 1 ASDC deployResourceStructure
2021-09-02T12:29:29.043Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-02T12:29:29.043Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-02T12:29:29.043Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:29:29.044Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:29.045Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:29.045Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585769043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:29:29.145Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:29.146Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:29.147Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:29.162Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:29.163Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:30.046Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-02T12:29:30.047Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-02T12:29:30.047Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:29:30.047Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:30.049Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:30.049Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585770046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:29:30.149Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:30.150Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:30.150Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:30.167Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:30.167Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:31.050Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-02T12:29:31.050Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-02T12:29:31.051Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:29:31.051Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:31.053Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:31.053Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585771050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:29:31.153Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2021-09-02T12:29:31.154Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:31.154Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:31.206Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:31.206Z||pool-70-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:32.081Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-02T12:29:32.081Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-02T12:29:32.081Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:29:32.081Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:29:32.083Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:29:32.083Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585772080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:29:32.184Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:29:32.185Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:29:32.185Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:32.196Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:32.196Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:29:33.084Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:29:33.094Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:29:33.095Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:29:33.095Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:29:33.096Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:29:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:29:35.933Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:29:35.934Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:29:35.962Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:29:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:29:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:29:35.967Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:03.096Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:30:03.115Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:30:03.119Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:30:03.119Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:30:03.119Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:30:33.120Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:30:33.131Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:30:33.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:30:33.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:30:33.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:30:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:30:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:30:35.931Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:30:35.972Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:30:35.974Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.974Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.975Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.976Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.979Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.980Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.981Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.982Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585644088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585647390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "dcae-sch",
  "timestamp": 1630585650838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.983Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585642515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585645168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.984Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585652541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.985Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585660363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585660408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.986Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585661684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585654966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.987Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585662696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:30:35.988Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:35.988Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:35.988Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "cds",
  "timestamp": 1630585662778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:35.995Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:35.996Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:30:36.005Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.005Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "policy-id",
  "timestamp": 1630585663699,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:36.010Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:36.010Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:30:36.017Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.017Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.017Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.017Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.017Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585664181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585665049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.018Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585666915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.019Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.020Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585668622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585669065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585669121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.021Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.022Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585669637,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:36.026Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:36.026Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:30:36.031Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.031Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "clamp",
  "timestamp": 1630585670071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:36.037Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:36.037Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:30:36.044Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.045Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.045Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.045Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.045Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "aai-ml",
  "timestamp": 1630585670126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:36.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:30:36.056Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585670640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:30:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:36.058Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.058Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.058Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585673534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.058Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.058Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.059Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585675729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:30:36.059Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.059Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.059Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585676732,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:30:36.063Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5b36d3f-cc99-4f31-a308-1b257de13145
2021-09-02T12:30:36.063Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5b36d3f-cc99-4f31-a308-1b257de13145 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585692871,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.070Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:30:36.071Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585707127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.072Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585710768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.073Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:30:36.073Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:30:36.073Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585713217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:30:36.073Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:03.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:31:03.148Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:31:03.151Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:31:03.151Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:31:03.151Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:31:03.152Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:31:03.152Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.152Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.152Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.153Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.153Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.153Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:31:03.153Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:31:03.160Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:31:33.160Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5b36d3f-cc99-4f31-a308-1b257de13145 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:31:33.170Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5b36d3f-cc99-4f31-a308-1b257de13145 and serviceModelVersionId: adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4
2021-09-02T12:31:33.170Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bb8e956-b314-4881-a0b7-e47db745ca41
2021-09-02T12:31:33.171Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0
2021-09-02T12:31:33.178Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:31:33.243Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:31:33.244Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0|INFO|500||Invoke
2021-09-02T12:31:33.268Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:31:33.566Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0|INFO|500||InvokeReturn
2021-09-02T12:31:33.567Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4bb8e956-b314-4881-a0b7-e47db745ca41/model-vers/model-ver/adf5d4c5-fe4c-4bb8-86cc-cdf082cab5c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210902-12:31:33:273-9079], vertex-id=[237776], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:31:33 GMT], Content-Type=[application/json]}
2021-09-02T12:31:33.568Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:31:33.568Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:31:33.568Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:31:33.572Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:31:33.573Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5b36d3f-cc99-4f31-a308-1b257de13145 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:31:33.573Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:31:33.573Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:33.577Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:33.578Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585893573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:31:33.678Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:31:33.679Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:33.679Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:33.694Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:33.695Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:31:34.592Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:31:34.593Z|e5b36d3f-cc99-4f31-a308-1b257de13145|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-09-02T12:31:34.593Z|e5b36d3f-cc99-4f31-a308-1b257de13145|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:31:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:31:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:35.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:35.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585716042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:35.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585717166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585718170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585719173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585720177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585751926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:31:35.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:31:35.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585693884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585761200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585763987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585766424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585767954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:35.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585769043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585770046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585771050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:35.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:31:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585772080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:31:35.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:31:39.083Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:39.083Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:31:39.084Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fc2862-b1a0-45da-b78e-024f53056efb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"95ccad1c-0839-4ac1-b0d4-04da318efa06","serviceDescription":"service","serviceInvariantUUID":"b647017a-1f37-40a6-b530-273b2b379eda","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3e65657-260d-4e67-86a1-ba233beaab02","resourceInvariantUUID":"db534306-d4d8-48b9-831a-701665c093a9","resourceCustomizationUUID":"dc142800-ec0c-40ec-be7c-a972910f1671","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E2NjQxZWViOTUyYTFiNzUxYWY3NmI5ZTMzOWE4Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0784aba4-c74c-45d5-ab20-7e9e7a2f8117","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21433aab-0019-4f8d-834a-96ec6d77c664","artifactVersion":"2","generatedFromUUID":"066a7377-ed64-4e2a-aafa-9f9e60a372e1"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"066a7377-ed64-4e2a-aafa-9f9e60a372e1","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"N2RjNGU3NWJlYThiYTU5YTZkOWMwNzZmZTJhZDk4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"951515e2-9aea-4e8f-a688-07fbd890cb98","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"573857f2-5139-495c-bd19-7df410b0b687","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7f8d25e6-c60d-4105-bcc6-d7221b36c4cc","artifactVersion":"2","generatedFromUUID":"1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjM5OGUzZjFmNzkzZGQzY2UwNjBmNzkzNzY4MjljYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41bf6035-b0f5-45f1-931a-a9c2eef07993","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWRlNTIyYjA0YjhlYjQ4MTY4MTQzZDkzNTg3YTA0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4000f606-4df8-46da-8303-54270d46d81f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:31:39.086Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:39.087Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:39.088Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:39.089Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:39.189Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:39.189Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:39.190Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:39.203Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:39.203Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:40.089Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:40.090Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:40.092Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:40.092Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T12:31:40.193Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:31:40.194Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:40.194Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:40.205Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:40.206Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:41.093Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:41.093Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:41.097Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:41.098Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T12:31:41.196Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-02T12:31:41.197Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:41.197Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:41.222Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:41.223Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:42.099Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:42.101Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:42.105Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:42.105Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:31:42.205Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:42.206Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:42.206Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:42.217Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:42.218Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:43.106Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:43.107Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:43.110Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:43.110Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:31:43.210Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:43.212Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:43.212Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:43.223Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:43.224Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:44.112Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:44.115Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:44.118Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:44.118Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:44.218Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:44.221Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:44.221Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:44.233Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:44.233Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:45.118Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:45.119Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:45.121Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:45.121Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T12:31:45.221Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:45.222Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:45.223Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:45.234Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:45.234Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:46.122Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:46.124Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:46.127Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:46.127Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:31:46.227Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:46.229Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:46.229Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:46.254Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:46.255Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:47.130Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:31:47.131Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:47.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:47.134Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:31:47.234Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:47.235Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:47.235Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:47.256Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:47.257Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:48.135Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "95ccad1c-0839-4ac1-b0d4-04da318efa06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b647017a-1f37-40a6-b530-273b2b379eda",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "dc142800-ec0c-40ec-be7c-a972910f1671",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3e65657-260d-4e67-86a1-ba233beaab02",
      "resourceInvariantUUID": "db534306-d4d8-48b9-831a-701665c093a9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21433aab-0019-4f8d-834a-96ec6d77c664",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "066a7377-ed64-4e2a-aafa-9f9e60a372e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "N2RjNGU3NWJlYThiYTU5YTZkOWMwNzZmZTJhZDk4ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "951515e2-9aea-4e8f-a688-07fbd890cb98",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7f8d25e6-c60d-4105-bcc6-d7221b36c4cc",
            "generatedFromUUID": "1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7f8d25e6-c60d-4105-bcc6-d7221b36c4cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWRlNTIyYjA0YjhlYjQ4MTY4MTQzZDkzNTg3YTA0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4000f606-4df8-46da-8303-54270d46d81f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:31:48.138Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:31:48.138Z|e5b36d3f-cc99-4f31-a308-1b257de13145|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 95ccad1c-0839-4ac1-b0d4-04da318efa06 ASDC
2021-09-02T12:31:48.139Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:86fc2862-b1a0-45da-b78e-024f53056efb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:95ccad1c-0839-4ac1-b0d4-04da318efa06
ServiceInvariantUUID:b647017a-1f37-40a6-b530-273b2b379eda
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:4000f606-4df8-46da-8303-54270d46d81f
ArtifactChecksum:MWRlNTIyYjA0YjhlYjQ4MTY4MTQzZDkzNTg3YTA0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:dc142800-ec0c-40ec-be7c-a972910f1671
ResourceInvariantUUID:db534306-d4d8-48b9-831a-701665c093a9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d3e65657-260d-4e67-86a1-ba233beaab02
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:21433aab-0019-4f8d-834a-96ec6d77c664
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:066a7377-ed64-4e2a-aafa-9f9e60a372e1
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:951515e2-9aea-4e8f-a688-07fbd890cb98
ArtifactChecksum:N2RjNGU3NWJlYThiYTU5YTZkOWMwNzZmZTJhZDk4ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7f8d25e6-c60d-4105-bcc6-d7221b36c4cc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7f8d25e6-c60d-4105-bcc6-d7221b36c4cc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:31:48.139Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95ccad1c-0839-4ac1-b0d4-04da318efa06 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:31:48.178Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:31:48.179Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:31:48.179Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:31:48.179Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4000f606-4df8-46da-8303-54270d46d81f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T12:31:48.179Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:48.180Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T12:31:48.751Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:48.756Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4000f606-4df8-46da-8303-54270d46d81f 68749
2021-09-02T12:31:48.756Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-02T12:31:48.757Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T12:31:48.757Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:48.757Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:48.760Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:48.760Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585908756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:48.860Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:31:48.861Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:48.861Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:48.889Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:48.889Z||pool-82-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:49.761Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:31:49.763Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:31:49.764Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4000f606-4df8-46da-8303-54270d46d81f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:49.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-02T12:31:49.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:49.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:49.927Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5126056333590336553/Definitions/service-BasicCnf-template.yml
2021-09-02T12:31:51.132Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-02T12:31:51.133Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:31:51.134Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.134Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.134Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:31:51.135Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-02T12:31:51.136Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:31:51.137Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:31:51.138Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0cc174bc-bd45-4494-822d-eac77e2da6ac
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.140Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.141Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.141Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:31:51.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:31:51.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:95ccad1c-0839-4ac1-b0d4-04da318efa06
Model Version:NULL
Model InvariantUuid:b647017a-1f37-40a6-b530-273b2b379eda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:88394c19-b6f9-4bc5-b959-b634aa63a71e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db534306-d4d8-48b9-831a-701665c093a9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc142800-ec0c-40ec-be7c-a972910f1671
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a3461be-372e-46e2-bb9e-126488a121b7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8d378423-ed48-4a27-be75-6727ec002e33
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0cc174bc-bd45-4494-822d-eac77e2da6ac
ModelInvariantUuid:99c2ec48-a5cf-4301-b1a0-f3ce400918c2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:14f5cf5d-d4b8-42a4-806c-9ad3dc11bef5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:00027e34-b402-4a90-a563-e4c699d86923
ModelInvariantUuid:7c9222e2-e83a-4b0b-bc9c-4687bfb85531
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8d1ddc84-c673-41ee-a3a7-fcc662f6ce68
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:31:51.147Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d3e65657-260d-4e67-86a1-ba233beaab02
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:31:51.150Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-09-02T12:31:51.150Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3e65657-260d-4e67-86a1-ba233beaab02
2021-09-02T12:31:51.151Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21433aab-0019-4f8d-834a-96ec6d77c664 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T12:31:51.151Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:51.151Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T12:31:52.318Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:52.319Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 21433aab-0019-4f8d-834a-96ec6d77c664 12
2021-09-02T12:31:52.319Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-02T12:31:52.319Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-02T12:31:52.320Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:52.320Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:52.322Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:52.322Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585912319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:52.422Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:52.423Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:52.424Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:52.434Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:52.435Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:53.324Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 066a7377-ed64-4e2a-aafa-9f9e60a372e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T12:31:53.324Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:53.324Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T12:31:54.935Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:54.936Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 066a7377-ed64-4e2a-aafa-9f9e60a372e1 2688
2021-09-02T12:31:54.936Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-02T12:31:54.936Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-02T12:31:54.937Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:54.937Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:54.940Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:54.940Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585914936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:55.040Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:55.041Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:55.041Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:55.053Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:55.053Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:55.942Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 951515e2-9aea-4e8f-a688-07fbd890cb98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T12:31:55.943Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:55.943Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T12:31:56.620Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:56.621Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 951515e2-9aea-4e8f-a688-07fbd890cb98 828
2021-09-02T12:31:56.621Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-02T12:31:56.621Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T12:31:56.621Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:56.622Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:56.624Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:56.625Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585916621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:56.724Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:31:56.725Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:56.725Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:56.737Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:56.737Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:57.625Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0a3461be-372e-46e2-bb9e-126488a121b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d378423-ed48-4a27-be75-6727ec002e33",
    "vfModuleModelCustomizationUUID": "bc0aa314-4fe5-4102-a89e-baf0826f7e49",
    "isBase": true,
    "artifacts": [
      "066a7377-ed64-4e2a-aafa-9f9e60a372e1",
      "1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60",
      "7f8d25e6-c60d-4105-bcc6-d7221b36c4cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:31:57.632Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d378423-ed48-4a27-be75-6727ec002e33
VfModuleModelInvariantUUID:0a3461be-372e-46e2-bb9e-126488a121b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
066a7377-ed64-4e2a-aafa-9f9e60a372e1
,
1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60
,
7f8d25e6-c60d-4105-bcc6-d7221b36c4cc

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

isBase:true


}

2021-09-02T12:31:57.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0a3461be-372e-46e2-bb9e-126488a121b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d378423-ed48-4a27-be75-6727ec002e33",
    "vfModuleModelCustomizationUUID": "bc0aa314-4fe5-4102-a89e-baf0826f7e49",
    "isBase": true,
    "artifacts": [
      "066a7377-ed64-4e2a-aafa-9f9e60a372e1",
      "1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60",
      "7f8d25e6-c60d-4105-bcc6-d7221b36c4cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:31:57.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d378423-ed48-4a27-be75-6727ec002e33
VfModuleModelInvariantUUID:0a3461be-372e-46e2-bb9e-126488a121b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
066a7377-ed64-4e2a-aafa-9f9e60a372e1
,
1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60
,
7f8d25e6-c60d-4105-bcc6-d7221b36c4cc

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

isBase:true


}

2021-09-02T12:31:57.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T12:31:57.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:57.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T12:31:58.141Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:58.141Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1ea32b2e-0b26-4e77-9eb0-2b2de0a2bd60 1164
2021-09-02T12:31:58.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-02T12:31:58.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T12:31:58.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:58.142Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:58.144Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:58.144Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585918142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:58.244Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:58.245Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:58.245Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:58.264Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:58.264Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:31:59.145Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f8d25e6-c60d-4105-bcc6-d7221b36c4cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T12:31:59.147Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:31:59.147Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T12:31:59.368Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:31:59.369Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7f8d25e6-c60d-4105-bcc6-d7221b36c4cc 200
2021-09-02T12:31:59.369Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-02T12:31:59.369Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T12:31:59.370Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:31:59.370Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:31:59.372Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:31:59.372Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585919369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:31:59.472Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:31:59.473Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:31:59.473Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:31:59.483Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:31:59.483Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:00.373Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 95ccad1c-0839-4ac1-b0d4-04da318efa06
2021-09-02T12:32:00.374Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d3e65657-260d-4e67-86a1-ba233beaab02 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 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=?
2021-09-02T12:32:00.641Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:32:00.644Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ce7497, org.onap.sdc.toscaparser.api.parameters.Input@27edb055, org.onap.sdc.toscaparser.api.parameters.Input@73e74c51, org.onap.sdc.toscaparser.api.parameters.Input@5f834bdc, org.onap.sdc.toscaparser.api.parameters.Input@291ff677]
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= dc142800-ec0c-40ec-be7c-a972910f1671
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc142800-ec0c-40ec-be7c-a972910f1671 matches Tosca VF Customization UUID: dc142800-ec0c-40ec-be7c-a972910f1671
2021-09-02T12:32:00.646Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: dc142800-ec0c-40ec-be7c-a972910f1671  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:32:00.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id dc142800-ec0c-40ec-be7c-a972910f1671: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-02T12:32:00.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6feeaad2
2021-09-02T12:32:00.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:32:00.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc0aa314-4fe5-4102-a89e-baf0826f7e49
2021-09-02T12:32:00.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc0aa314-4fe5-4102-a89e-baf0826f7e49
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:32:00.652Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.652Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:32:00.652Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-02T12:32:00.653Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0cc174bc-bd45-4494-822d-eac77e2da6ac
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-02T12:32:00.655Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dc142800-ec0c-40ec-be7c-a972910f1671
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:32:00.656Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.656Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 95ccad1c-0839-4ac1-b0d4-04da318efa06: basic_cnf
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.657Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.658Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.658Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.658Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:32:00.658Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:32:00.658Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:00.706Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d3e65657-260d-4e67-86a1-ba233beaab02 1 ASDC deployResourceStructure
2021-09-02T12:32:00.707Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-02T12:32:00.707Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-02T12:32:00.707Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-02T12:32:00.708Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:00.710Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:00.710Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585920707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T12:32:00.810Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:32:00.811Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:00.811Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:00.867Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:00.867Z||pool-88-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:01.711Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-02T12:32:01.711Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-02T12:32:01.711Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-02T12:32:01.711Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:01.713Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:01.713Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585921711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T12:32:01.813Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:32:01.814Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:01.815Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:01.826Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:01.827Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:02.714Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-02T12:32:02.714Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-02T12:32:02.714Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:32:02.715Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:02.716Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:02.716Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585922714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:02.817Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:32:02.817Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:02.818Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:02.830Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:02.830Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:32:03.718Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-02T12:32:03.718Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-02T12:32:03.719Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:32:03.719Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:03.721Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:03.721Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585923718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:03.821Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:32:03.822Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:03.822Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:03.836Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:03.837Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:04.722Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-02T12:32:04.723Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-02T12:32:04.723Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:32:04.724Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:04.727Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:04.727Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585924722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:04.827Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:32:04.828Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:04.828Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:04.839Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:04.840Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:05.728Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-02T12:32:05.729Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-02T12:32:05.729Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:32:05.730Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:32:05.742Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:32:05.742Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585925728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:05.831Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-09-02T12:32:05.832Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:32:05.832Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:05.843Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:05.844Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:32:06.743Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fc2862-b1a0-45da-b78e-024f53056efb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:32:06.752Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fc2862-b1a0-45da-b78e-024f53056efb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:32:06.754Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:32:06.754Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:32:06.754Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:32:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:32:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:32:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:32:35.967Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:32:35.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630585842515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585843450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585840169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585858830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585858835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "dcae-sch",
  "timestamp": 1630585850834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:35.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:35.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:35.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "cds",
  "timestamp": 1630585859836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:35.999Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:35.999Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:36.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585861071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585852541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630585862077,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.018Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:36.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:36.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585854088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585862779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585854966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585863783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:36.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "policy-id",
  "timestamp": 1630585864786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:36.036Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:36.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:32:36.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585857391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585866118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585868131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585868266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585870415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585872629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585873080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585873664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.051Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:36.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:32:36.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630585874667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:36.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585875089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:36.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "clamp",
  "timestamp": 1630585876093,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:36.062Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:36.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585877919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:32:36.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "aai-ml",
  "timestamp": 1630585878926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.074Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fc2862-b1a0-45da-b78e-024f53056efb
2021-09-02T12:32:36.074Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fc2862-b1a0-45da-b78e-024f53056efb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:32:36.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:32:36.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5b36d3f-cc99-4f31-a308-1b257de13145",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585893573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:32:36.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:32:36.754Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fc2862-b1a0-45da-b78e-024f53056efb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.763Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fc2862-b1a0-45da-b78e-024f53056efb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.765Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:32:36.766Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:32:36.770Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:33:06.770Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fc2862-b1a0-45da-b78e-024f53056efb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:33:06.780Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fc2862-b1a0-45da-b78e-024f53056efb and serviceModelVersionId: 95ccad1c-0839-4ac1-b0d4-04da318efa06
2021-09-02T12:33:06.780Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b647017a-1f37-40a6-b530-273b2b379eda
2021-09-02T12:33:06.781Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0
2021-09-02T12:33:06.786Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:33:06.835Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0|INFO|500||Invoke
2021-09-02T12:33:06.836Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86fc2862-b1a0-45da-b78e-024f53056efb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8b300d5-58b7-4338-881b-afc6b278129f], X-ECOMP-RequestID=[86fc2862-b1a0-45da-b78e-024f53056efb], X-TransactionId=[], X-ONAP-RequestID=[86fc2862-b1a0-45da-b78e-024f53056efb], Content-Type=[application/merge-patch+json]}
2021-09-02T12:33:06.859Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:33:07.197Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?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/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-12:33:06:863-91233], vertex-id=[278568], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:33:06 GMT], Content-Type=[application/json]}
2021-09-02T12:33:07.198Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:33:07.198Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b647017a-1f37-40a6-b530-273b2b379eda/model-vers/model-ver/95ccad1c-0839-4ac1-b0d4-04da318efa06?depth=0|INFO|500||InvokeReturn
2021-09-02T12:33:07.199Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:33:07.199Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:33:07.203Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:33:07.203Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fc2862-b1a0-45da-b78e-024f53056efb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:33:07.203Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:33:07.204Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:33:07.208Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:33:07.208Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585987203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:33:07.308Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:33:07.310Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:33:07.310Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:07.324Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:07.325Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:33:08.221Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:08.222Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:08.222Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:17.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:17.771Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:17.772Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:17.772Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:27.320Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:27.321Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:27.321Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:27.321Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:35.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:35.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:35.957Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:35.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585894592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585908756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585912319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585914936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585916621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585918142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585919369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585920707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585921711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585922714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585923718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585924722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585925728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:33:35.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:33:36.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:36.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:36.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:36.878Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:46.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:46.431Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:46.432Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:46.432Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:33:55.984Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:33:55.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:33:55.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:33:55.985Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:34:05.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:34:35.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:34:35.926Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:34:35.926Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:34:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:34:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:34:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:34:36.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:34:36.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:34:36.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fc2862-b1a0-45da-b78e-024f53056efb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630585987203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:34:36.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:34:45.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:35:35.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:35:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:35:35.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:35:35.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:35:35.932Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:35:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:35:45.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:35:45.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:36:35.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:36:35.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:36:35.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:36:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:36:35.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:36:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:36:45.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:36:45.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:37:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:37:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:37:35.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:37:35.936Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:37:35.937Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:37:35.937Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:37:45.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:37:45.522Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:35.926Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:38:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:38:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:38:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:38:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:36.578Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:36.579Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.580Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"39c00dd7-a884-4316-be40-7cbb31d97d93","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"66ed90b5-a91c-4ff3-a029-ef637cee38ba","serviceDescription":"service","serviceInvariantUUID":"a469f59b-76fa-4c7c-a048-300e72f082fa","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"26e315d0-4f84-4479-8392-dec9026f1c69","resourceInvariantUUID":"2bf46182-5575-4edd-8658-cd50c83a1cfc","resourceCustomizationUUID":"47ecb57e-d20b-44c8-a624-f4161430ccf6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a8a3433e-0da5-4902-abca-579146e00e41","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzBjODEzMTI0NDAwMmNmNGY0OGZmNjNlMDFjZDBlZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88852196-c73f-44f0-ae95-9617a36abc5e","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"N2I3Mzg0N2ZkYWUwM2VhYWNhMTI5NjdlZGRjYTFhZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c257070-10e5-4130-b7e8-789f592aca47","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b0cf5549-61f9-45cf-bdac-b94c6de6f5db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c02b41ee-0b2a-4684-9189-ed4808f4552d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a99072de-4278-48a8-801d-1cc3367ab166","artifactVersion":"2","generatedFromUUID":"b0cf5549-61f9-45cf-bdac-b94c6de6f5db"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NTZhMjBkZDU3NDFlOWEzYzJiOThjOWU0NzQ5MTg4YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"decb9e4c-00a5-4751-bf77-4b063945b42a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzIwZjBhZDlmMDNlZjE2YTRhMGE0Y2U2YmU5NTkyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1552c8c7-6c24-4929-acf6-5c1fdd829c36","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:38:36.583Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:36.583Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:36.584Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:36.585Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.585Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.586Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.588Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.589Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.590Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.591Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.592Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.593Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.594Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.595Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.596Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.597Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586282515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.598Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586277391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586274088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.599Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586274966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586275169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.600Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586292861,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.601Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586293621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586294023,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.602Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.603Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.603Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.603Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "cds",
  "timestamp": 1630586295041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.624Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.625Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.633Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586295519,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.634Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586297936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.635Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586298148,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586290832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.636Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.637Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.637Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586298957,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.641Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.641Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.648Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586299961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586292540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.649Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586300620,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586300650,
  "artifactURL": "/sdc/v1/catalog/services/66ed90b5-a91c-4ff3-a029-ef637cee38ba/resourceInstances/basicclamp0/artifacts/a8a3433e-0da5-4902-abca-579146e00e41",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586293448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.650Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586301371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.651Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "aai-ml",
  "timestamp": 1630586301624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.654Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.654Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.660Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.660Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586301914,
  "artifactURL": "/sdc/v1/catalog/services/66ed90b5-a91c-4ff3-a029-ef637cee38ba/resourceInstances/basicclamp0/artifacts/a8a3433e-0da5-4902-abca-579146e00e41",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.660Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586302375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586302465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.661Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "dcae-sch",
  "timestamp": 1630586302918,
  "artifactURL": "/sdc/v1/catalog/services/66ed90b5-a91c-4ff3-a029-ef637cee38ba/resourceInstances/basicclamp0/artifacts/a8a3433e-0da5-4902-abca-579146e00e41",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.665Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.665Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.672Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.672Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "policy-id",
  "timestamp": 1630586303378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.675Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.675Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:38:36.681Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.681Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586304741,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.681Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.681Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.681Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586305745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.686Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.686Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.688Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.689Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:36.689Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586311212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586312216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:36.693Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:38:36.694Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:38:36.694Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "clamp",
  "timestamp": 1630586313219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:38:36.698Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39c00dd7-a884-4316-be40-7cbb31d97d93
2021-09-02T12:38:36.698Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39c00dd7-a884-4316-be40-7cbb31d97d93 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:36.709Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:36.709Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:37.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:37.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:37.597Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:37.597Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:37.698Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:38:37.699Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:37.699Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:37.712Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:37.713Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:38.599Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:38.600Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:38.602Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:38.603Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:38:38.703Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:38.704Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:38.704Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:38.722Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:38.722Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:39.603Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:39.604Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:39.606Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:39.606Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:38:39.706Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:39.707Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:39.707Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:39.718Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:39.719Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:40.606Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:40.607Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:40.609Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:40.609Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:40.710Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:40.711Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:40.711Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:40.724Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:40.724Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:41.610Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:41.611Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:41.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:41.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:38:41.714Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:38:41.715Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:41.716Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:41.731Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:41.732Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:42.615Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:42.616Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:42.618Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:42.618Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:38:42.718Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:42.720Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:42.720Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:42.729Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:42.730Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:43.619Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:38:43.620Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:43.622Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:43.622Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:38:43.722Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:43.723Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:43.723Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:43.735Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:43.736Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:44.623Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "66ed90b5-a91c-4ff3-a029-ef637cee38ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a469f59b-76fa-4c7c-a048-300e72f082fa",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "47ecb57e-d20b-44c8-a624-f4161430ccf6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "26e315d0-4f84-4479-8392-dec9026f1c69",
      "resourceInvariantUUID": "2bf46182-5575-4edd-8658-cd50c83a1cfc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "N2I3Mzg0N2ZkYWUwM2VhYWNhMTI5NjdlZGRjYTFhZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c257070-10e5-4130-b7e8-789f592aca47",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b0cf5549-61f9-45cf-bdac-b94c6de6f5db",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a99072de-4278-48a8-801d-1cc3367ab166",
            "generatedFromUUID": "b0cf5549-61f9-45cf-bdac-b94c6de6f5db"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a99072de-4278-48a8-801d-1cc3367ab166",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NzIwZjBhZDlmMDNlZjE2YTRhMGE0Y2U2YmU5NTkyYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1552c8c7-6c24-4929-acf6-5c1fdd829c36"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:38:44.624Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:38:44.624Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66ed90b5-a91c-4ff3-a029-ef637cee38ba ASDC
2021-09-02T12:38:44.624Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:39c00dd7-a884-4316-be40-7cbb31d97d93
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:66ed90b5-a91c-4ff3-a029-ef637cee38ba
ServiceInvariantUUID:a469f59b-76fa-4c7c-a048-300e72f082fa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:1552c8c7-6c24-4929-acf6-5c1fdd829c36
ArtifactChecksum:NzIwZjBhZDlmMDNlZjE2YTRhMGE0Y2U2YmU5NTkyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:47ecb57e-d20b-44c8-a624-f4161430ccf6
ResourceInvariantUUID:2bf46182-5575-4edd-8658-cd50c83a1cfc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:26e315d0-4f84-4479-8392-dec9026f1c69
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:4c257070-10e5-4130-b7e8-789f592aca47
ArtifactChecksum:N2I3Mzg0N2ZkYWUwM2VhYWNhMTI5NjdlZGRjYTFhZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b0cf5549-61f9-45cf-bdac-b94c6de6f5db
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:a99072de-4278-48a8-801d-1cc3367ab166
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:a99072de-4278-48a8-801d-1cc3367ab166
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-02T12:38:44.624Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66ed90b5-a91c-4ff3-a029-ef637cee38ba ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:38:44.659Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:38:44.659Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:38:44.660Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:38:44.660Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1552c8c7-6c24-4929-acf6-5c1fdd829c36 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T12:38:44.660Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:38:44.660Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T12:38:45.753Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:38:45.756Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1552c8c7-6c24-4929-acf6-5c1fdd829c36 73360
2021-09-02T12:38:45.756Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-02T12:38:45.757Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T12:38:45.757Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:38:45.757Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:45.759Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:45.759Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586325756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:45.860Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:38:45.861Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:45.861Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:45.876Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:45.877Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:46.760Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:38:46.761Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:38:46.762Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1552c8c7-6c24-4929-acf6-5c1fdd829c36, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:46.763Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-02T12:38:46.763Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:46.763Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:46.934Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3246916089048559448/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-02T12:38:48.190Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:38:48.191Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:38:48.191Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:48.191Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:38:48.191Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-02T12:38:48.192Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-Basicclamp-csar.csar
2021-09-02T12:38:48.193Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-Basicclamp-csar.csar
2021-09-02T12:38:48.193Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:38:48.193Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.193Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.193Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:48.194Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:38:48.195Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:38:48.195Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.195Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.195Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.195Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:38:48.196Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.197Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:38:48.197Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.197Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:48.197Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:48.197Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:48.198Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a470dd14-521e-4a16-b57b-c3de4a6fd0bd
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.199Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:48.200Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:66ed90b5-a91c-4ff3-a029-ef637cee38ba
Model Version:NULL
Model InvariantUuid:a469f59b-76fa-4c7c-a048-300e72f082fa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:dbe8e87a-fab9-4cf2-884a-e9149921e9a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bf46182-5575-4edd-8658-cd50c83a1cfc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47ecb57e-d20b-44c8-a624-f4161430ccf6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce1a1635-eedb-4f3a-807b-3778cb475731
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:6dd136ce-987d-4ec4-bea9-0c62d27dd3d2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a470dd14-521e-4a16-b57b-c3de4a6fd0bd
ModelInvariantUuid:6ea259fa-7d10-4313-89fa-481923100721
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5c0a96e1-7944-451c-a3c6-2285546c89cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:62833257-74ec-4df0-b5f8-a3ca11f0f4dd
ModelInvariantUuid:1c2b5b3a-4ab8-4ec6-ad37-6a8cad4a8cc5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:af19867f-b910-44a8-b8bb-65f956c982a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:38:48.204Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 26e315d0-4f84-4479-8392-dec9026f1c69
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:38:48.207Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-09-02T12:38:48.207Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 26e315d0-4f84-4479-8392-dec9026f1c69
2021-09-02T12:38:48.207Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c257070-10e5-4130-b7e8-789f592aca47 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T12:38:48.208Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:38:48.208Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T12:38:48.729Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:38:48.729Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4c257070-10e5-4130-b7e8-789f592aca47 790
2021-09-02T12:38:48.730Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-02T12:38:48.730Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T12:38:48.730Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:38:48.730Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:48.732Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:48.733Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586328730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:48.833Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:48.834Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:48.834Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:48.849Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:48.850Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:49.733Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce1a1635-eedb-4f3a-807b-3778cb475731",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6dd136ce-987d-4ec4-bea9-0c62d27dd3d2",
    "vfModuleModelCustomizationUUID": "3e567e82-6a60-461b-b9ca-1954625a9007",
    "isBase": true,
    "artifacts": [
      "b0cf5549-61f9-45cf-bdac-b94c6de6f5db",
      "a99072de-4278-48a8-801d-1cc3367ab166"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:38:49.738Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6dd136ce-987d-4ec4-bea9-0c62d27dd3d2
VfModuleModelInvariantUUID:ce1a1635-eedb-4f3a-807b-3778cb475731
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0cf5549-61f9-45cf-bdac-b94c6de6f5db
,
a99072de-4278-48a8-801d-1cc3367ab166

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

isBase:true


}

2021-09-02T12:38:49.740Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce1a1635-eedb-4f3a-807b-3778cb475731",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6dd136ce-987d-4ec4-bea9-0c62d27dd3d2",
    "vfModuleModelCustomizationUUID": "3e567e82-6a60-461b-b9ca-1954625a9007",
    "isBase": true,
    "artifacts": [
      "b0cf5549-61f9-45cf-bdac-b94c6de6f5db",
      "a99072de-4278-48a8-801d-1cc3367ab166"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-02T12:38:49.740Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6dd136ce-987d-4ec4-bea9-0c62d27dd3d2
VfModuleModelInvariantUUID:ce1a1635-eedb-4f3a-807b-3778cb475731
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0cf5549-61f9-45cf-bdac-b94c6de6f5db
,
a99072de-4278-48a8-801d-1cc3367ab166

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

isBase:true


}

2021-09-02T12:38:49.740Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0cf5549-61f9-45cf-bdac-b94c6de6f5db from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T12:38:49.740Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:38:49.740Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T12:38:51.372Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:38:51.373Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b0cf5549-61f9-45cf-bdac-b94c6de6f5db 5033
2021-09-02T12:38:51.373Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:38:51.373Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T12:38:51.373Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:38:51.375Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:51.377Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:51.377Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586331373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:51.477Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:51.478Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:51.478Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:51.488Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:51.488Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:52.377Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a99072de-4278-48a8-801d-1cc3367ab166 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T12:38:52.378Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:38:52.378Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T12:38:53.924Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:38:53.925Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a99072de-4278-48a8-801d-1cc3367ab166 909
2021-09-02T12:38:53.925Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:38:53.925Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T12:38:53.926Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:38:53.926Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:53.928Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:53.928Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586333925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:38:54.028Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:54.029Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:54.029Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:54.039Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:54.040Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:54.929Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 66ed90b5-a91c-4ff3-a029-ef637cee38ba
2021-09-02T12:38:54.930Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 26e315d0-4f84-4479-8392-dec9026f1c69 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:38:54.938Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@218e1bc7, org.onap.sdc.toscaparser.api.parameters.Input@7f54fe78, org.onap.sdc.toscaparser.api.parameters.Input@2c48717f, org.onap.sdc.toscaparser.api.parameters.Input@567580bd, org.onap.sdc.toscaparser.api.parameters.Input@774e997]
2021-09-02T12:38:54.940Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.940Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.941Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-02T12:38:54.941Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 47ecb57e-d20b-44c8-a624-f4161430ccf6
2021-09-02T12:38:54.941Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47ecb57e-d20b-44c8-a624-f4161430ccf6 matches Tosca VF Customization UUID: 47ecb57e-d20b-44c8-a624-f4161430ccf6
2021-09-02T12:38:54.941Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 47ecb57e-d20b-44c8-a624-f4161430ccf6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:38:54.943Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.943Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.943Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 47ecb57e-d20b-44c8-a624-f4161430ccf6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-02T12:38:54.943Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4aad2ff9
2021-09-02T12:38:54.944Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.944Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:38:54.944Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e567e82-6a60-461b-b9ca-1954625a9007
2021-09-02T12:38:54.944Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e567e82-6a60-461b-b9ca-1954625a9007
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:38:54.945Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.946Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:54.946Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:54.946Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.946Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:54.947Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:54.947Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.947Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-02T12:38:54.947Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:38:54.948Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:38:54.948Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a470dd14-521e-4a16-b57b-c3de4a6fd0bd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:38:54.949Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.949Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:54.950Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:38:54.950Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.950Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-02T12:38:54.950Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=47ecb57e-d20b-44c8-a624-f4161430ccf6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:38:54.951Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.952Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.952Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 66ed90b5-a91c-4ff3-a029-ef637cee38ba: basicclamp
2021-09-02T12:38:54.952Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.952Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.953Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.954Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:38:54.954Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:38:54.954Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:38:55.007Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 26e315d0-4f84-4479-8392-dec9026f1c69 1 ASDC deployResourceStructure
2021-09-02T12:38:55.008Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-02T12:38:55.008Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-02T12:38:55.008Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:38:55.008Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:55.031Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:55.032Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586335008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:55.111Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2021-09-02T12:38:55.112Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:55.112Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:55.122Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:55.123Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:56.034Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:38:56.034Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-02T12:38:56.035Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:38:56.035Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:56.037Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:56.038Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586336033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:56.137Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:38:56.138Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:56.138Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:56.151Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:56.152Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:57.039Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:38:57.039Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-02T12:38:57.039Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:38:57.040Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:57.042Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:57.042Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586337039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:57.142Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:57.143Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:57.143Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:57.156Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:57.156Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:38:58.042Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-02T12:38:58.043Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-02T12:38:58.043Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:38:58.043Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:38:58.045Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:38:58.045Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586338042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:38:58.145Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:38:58.146Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:38:58.146Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:38:58.159Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:38:58.160Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:38:59.046Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39c00dd7-a884-4316-be40-7cbb31d97d93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:38:59.058Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39c00dd7-a884-4316-be40-7cbb31d97d93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:38:59.060Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.061Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.062Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.062Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.062Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:38:59.062Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-09-02T12:38:59.066Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:39:29.067Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39c00dd7-a884-4316-be40-7cbb31d97d93 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:39:29.081Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39c00dd7-a884-4316-be40-7cbb31d97d93 and serviceModelVersionId: 66ed90b5-a91c-4ff3-a029-ef637cee38ba
2021-09-02T12:39:29.081Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a469f59b-76fa-4c7c-a048-300e72f082fa
2021-09-02T12:39:29.084Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0
2021-09-02T12:39:29.094Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:39:29.151Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:39:29.153Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0|INFO|500||Invoke
2021-09-02T12:39:29.176Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:39:29.341Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0|INFO|500||InvokeReturn
2021-09-02T12:39:29.342Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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/a469f59b-76fa-4c7c-a048-300e72f082fa/model-vers/model-ver/66ed90b5-a91c-4ff3-a029-ef637cee38ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210902-12:39:29:180-8462], vertex-id=[262352], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:39:29 GMT], Content-Type=[application/json]}
2021-09-02T12:39:29.343Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:39:29.343Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:39:29.343Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-09-02T12:39:29.346Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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-09-02T12:39:29.349Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39c00dd7-a884-4316-be40-7cbb31d97d93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:39:29.349Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:39:29.349Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:39:29.351Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:39:29.352Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586369349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:39:29.454Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-02T12:39:29.455Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:39:29.455Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:39:29.479Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:39:29.479Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:39:35.926Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:39:35.927Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:39:35.927Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:39:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:39:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:39:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:39:36.049Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:39:36.049Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:39:36.049Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:39:36.050Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:39:45.493Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:40:35.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:40:35.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:40:35.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:40:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:40:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:40:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:40:36.461Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:40:36.462Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.462Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:40:36.464Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.464Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.464Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-02T12:40:36.464Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:40:36.465Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586315926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586325756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586328730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586331373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:40:36.466Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586333925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586335008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586336033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586337039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-02T12:40:36.467Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586338042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39c00dd7-a884-4316-be40-7cbb31d97d93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586369349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:40:36.468Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:40:45.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:35.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:41:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:41:35.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:41:35.930Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:35.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:41:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:38.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:38.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:41:38.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6d11941-44e5-4ef7-ae05-3c1d5bd90956","serviceName":"Demo_pNF_46WfzVWFUdPcudAHPkBQ","serviceVersion":"1.0","serviceUUID":"f2ef1b52-868f-4f85-89f1-bb82c4ee09d7","serviceDescription":"catalog service description","serviceInvariantUUID":"5e79e978-5e1d-4665-94f8-8dd7bc30a22c","resources":[{"resourceInstanceName":"pNF d6cceaa0-ce89 0","resourceName":"pNF d6cceaa0-ce89","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"386dd608-0863-4453-b9d4-bac9fa4ae68a","resourceInvariantUUID":"190e44a9-cde0-4484-8098-20c32f875781","resourceCustomizationUUID":"8c312fc5-d6b6-45a0-92b3-0f70eb4e2257","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml","artifactChecksum":"NmI3NTM3NjdhNjZjOWY4NWZjNzQxNzNhMWIzM2NjMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d424721-97fe-4e22-89a4-90537692282a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar","artifactChecksum":"NjJiZDQ5MjcxMGEyNGY4MTZjZDM1MjhjN2Y2MTRlOWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6143d0a-1ffc-46d2-b702-e4ccdb729cbf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a694a15-8ca1-45f3-9aa1-db3862951771","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml","artifactChecksum":"ZGIxMmY1ZDgwZDM3N2UyNjNjNTMwNzNkYmU0NjhmYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c74de9c-ae0e-4bc7-bd49-7bdd2414f220","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49e12884-bb40-4a02-83c3-99e44f01b357","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ea9c1ea-35c3-42a5-8bcd-3fc354dfa28a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf46wfzvwfudpcudahpkbq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml","artifactChecksum":"NjM2M2NkODg0YjBhNzA0NDY5N2JiZDE5ZmIzYWViYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e0842ee-800b-4c1b-a1a6-0e98acdf95bf","artifactVersion":"1"},{"artifactName":"service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar","artifactChecksum":"Mjg3YjdmYTlkZDRhNGU0NjY3MDdkNzBjOWQ5ZGNlODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6004fe75-6a2d-497b-bddb-65d78df6f958","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:41:38.368Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:38.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:38.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:38.374Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:38.475Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:41:38.476Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:38.479Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:38.491Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:38.491Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:38.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:38.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:41:38.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:38.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:41:39.375Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:39.375Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:39.378Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:39.378Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:39.478Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:39.479Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:39.479Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:39.495Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:39.495Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:40.378Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:40.379Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:40.381Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:40.381Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:40.481Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:40.482Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:40.482Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:40.491Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:40.491Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:41.382Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:41.382Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:41.384Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:41.384Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:41.485Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:41:41.485Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:41.485Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:41.496Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:41.496Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:42.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:42.386Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:42.388Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:42.388Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:42.488Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:41:42.489Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:42.490Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:42.505Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:42.506Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:43.389Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:43.390Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:43.392Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:43.392Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:43.492Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:43.493Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:43.494Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:43.504Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:43.505Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:44.392Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:44.393Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:44.395Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:44.396Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:41:44.496Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:44.496Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:44.497Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:44.506Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:44.506Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:45.396Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:41:45.397Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:45.399Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:45.399Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:41:45.499Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:45.500Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:45.500Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:45.520Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:45.520Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:41:46.399Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "serviceName": "Demo_pNF_46WfzVWFUdPcudAHPkBQ",
  "serviceVersion": "1.0",
  "serviceUUID": "f2ef1b52-868f-4f85-89f1-bb82c4ee09d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5e79e978-5e1d-4665-94f8-8dd7bc30a22c",
  "resources": [
    {
      "resourceInstanceName": "pNF d6cceaa0-ce89 0",
      "resourceCustomizationUUID": "8c312fc5-d6b6-45a0-92b3-0f70eb4e2257",
      "resourceName": "pNF d6cceaa0-ce89",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "386dd608-0863-4453-b9d4-bac9fa4ae68a",
      "resourceInvariantUUID": "190e44a9-cde0-4484-8098-20c32f875781",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
      "artifactChecksum": "Mjg3YjdmYTlkZDRhNGU0NjY3MDdkNzBjOWQ5ZGNlODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6004fe75-6a2d-497b-bddb-65d78df6f958"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:41:46.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:41:46.400Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2ef1b52-868f-4f85-89f1-bb82c4ee09d7 ASDC
2021-09-02T12:41:46.401Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d6d11941-44e5-4ef7-ae05-3c1d5bd90956
ServiceName:Demo_pNF_46WfzVWFUdPcudAHPkBQ
ServiceVersion:1.0
ServiceUUID:f2ef1b52-868f-4f85-89f1-bb82c4ee09d7
ServiceInvariantUUID:5e79e978-5e1d-4665-94f8-8dd7bc30a22c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
ArtifactUUID:6004fe75-6a2d-497b-bddb-65d78df6f958
ArtifactChecksum:Mjg3YjdmYTlkZDRhNGU0NjY3MDdkNzBjOWQ5ZGNlODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d6cceaa0-ce89 0
ResourceCustomizationUUID:8c312fc5-d6b6-45a0-92b3-0f70eb4e2257
ResourceInvariantUUID:190e44a9-cde0-4484-8098-20c32f875781
ResourceName:pNF d6cceaa0-ce89
ResourceType:PNF
ResourceUUID:386dd608-0863-4453-b9d4-bac9fa4ae68a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T12:41:46.401Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2ef1b52-868f-4f85-89f1-bb82c4ee09d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:41:46.439Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:41:46.440Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:41:46.440Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:41:46.441Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6004fe75-6a2d-497b-bddb-65d78df6f958 from URL: /sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:46.441Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-02T12:41:46.441Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:46.961Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-02T12:41:46.965Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar 6004fe75-6a2d-497b-bddb-65d78df6f958 82547
2021-09-02T12:41:46.965Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar ASDC sendASDCNotification
2021-09-02T12:41:46.965Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:46.966Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:41:46.966Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:46.969Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:46.969Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586506965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:41:47.070Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:41:47.071Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:47.071Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:47.081Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:47.082Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:47.970Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:41:47.971Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:41:47.972Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6004fe75-6a2d-497b-bddb-65d78df6f958, URL: /sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar to file: /app/ASDC/1/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:47.972Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:47.973Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:47.973Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:48.137Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3503656478631836463/Definitions/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml
2021-09-02T12:41:49.030Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.031Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d6cceaa0-ce89 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-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Node template pNF d6cceaa0-ce89 0 is matching search criteria
2021-09-02T12:41:49.032Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d6cceaa0-ce89 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Node template pNF d6cceaa0-ce89 0 is matching search criteria
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d6cceaa0-ce89 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:41:49.033Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.034Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.034Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.034Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.035Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_46WfzVWFUdPcudAHPkBQ
Description:catalog service description
Model UUID:f2ef1b52-868f-4f85-89f1-bb82c4ee09d7
Model Version:NULL
Model InvariantUuid:5e79e978-5e1d-4665-94f8-8dd7bc30a22c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:41:49.040Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 386dd608-0863-4453-b9d4-bac9fa4ae68a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:41:49.045Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||pNF d6cceaa0-ce89 0
2021-09-02T12:41:49.045Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 386dd608-0863-4453-b9d4-bac9fa4ae68a
2021-09-02T12:41:49.045Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f2ef1b52-868f-4f85-89f1-bb82c4ee09d7
2021-09-02T12:41:49.046Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f2ef1b52-868f-4f85-89f1-bb82c4ee09d7
2021-09-02T12:41:49.046Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d6cceaa0-ce89 0 386dd608-0863-4453-b9d4-bac9fa4ae68a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:41:49.048Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d8f64bf, org.onap.sdc.toscaparser.api.parameters.Input@4cab23e, org.onap.sdc.toscaparser.api.parameters.Input@46bd1098, org.onap.sdc.toscaparser.api.parameters.Input@5d277381, org.onap.sdc.toscaparser.api.parameters.Input@7b2b5e06]
2021-09-02T12:41:49.049Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.049Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.049Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f2ef1b52-868f-4f85-89f1-bb82c4ee09d7: pNF d6cceaa0-ce89
2021-09-02T12:41:49.050Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Processing PNF resource: 386dd608-0863-4453-b9d4-bac9fa4ae68a
2021-09-02T12:41:49.050Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:41:49.050Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_46WfzVWFUdPcudAHPkBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:41:49.051Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||Resource customization UUID: 8c312fc5-d6b6-45a0-92b3-0f70eb4e2257 is the same as notified resource customizationUUID: 8c312fc5-d6b6-45a0-92b3-0f70eb4e2257
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-02T12:41:49.100Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d6cceaa0-ce89 386dd608-0863-4453-b9d4-bac9fa4ae68a 0 ASDC deployResourceStructure
2021-09-02T12:41:49.100Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar ASDC sendASDCNotification
2021-09-02T12:41:49.101Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar
2021-09-02T12:41:49.101Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:41:49.101Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:41:49.103Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:41:49.103Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586509100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:41:49.203Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:41:49.204Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:41:49.204Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:41:49.213Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:41:49.213Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:41:50.103Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:41:50.114Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:41:50.115Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:41:50.116Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:41:50.116Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:42:20.117Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:42:20.131Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:42:20.133Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:42:20.133Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:42:20.133Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:42:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:42:35.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:42:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:42:35.958Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:42:35.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:42:35.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:42:35.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:42:50.134Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:42:50.156Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:42:50.158Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:42:50.158Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:42:50.158Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:43:20.159Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:43:20.176Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:43:20.177Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:43:20.178Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:43:20.178Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:43:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:43:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:43:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:43:35.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:43:35.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:43:35.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:43:35.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:43:35.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:43:35.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:43:35.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:43:50.178Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:43:50.189Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:43:50.191Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:43:50.191Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:43:50.191Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:44:20.191Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:44:20.201Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:44:20.202Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:44:20.202Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:44:20.202Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:44:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:44:35.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:44:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:44:35.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:44:35.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586494966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:35.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586495926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "dcae-sch",
  "timestamp": 1630586490833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586492540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586506965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586507038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586500169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586508043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:44:35.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:35.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:35.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "policy-id",
  "timestamp": 1630586509046,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:35.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:35.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586509100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:36.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586509514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586502516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "cds",
  "timestamp": 1630586510522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:36.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:36.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586503448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586512777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:36.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586513717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586513934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586514944,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:36.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:36.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586515546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586516550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:36.040Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:36.040Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:36.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586514088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/resourceInstances/pnfd6cceaa0ce890/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586517391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586526929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586528190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586529208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "clamp",
  "timestamp": 1630586530211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:36.056Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:36.056Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:36.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586533218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46wfzvwfudpcudahpkbq/1.0/artifacts/service-DemoPnf46wfzvwfudpcudahpkbq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:44:36.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:44:36.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:44:36.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "aai-ml",
  "timestamp": 1630586534222,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:36.064Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6d11941-44e5-4ef7-ae05-3c1d5bd90956
2021-09-02T12:44:36.064Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:44:50.203Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:44:50.219Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:44:50.222Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:44:50.222Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:44:50.222Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:44:50.222Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:44:50.223Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:44:50.228Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:45:20.229Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:45:20.243Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and serviceModelVersionId: f2ef1b52-868f-4f85-89f1-bb82c4ee09d7
2021-09-02T12:45:20.243Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e79e978-5e1d-4665-94f8-8dd7bc30a22c
2021-09-02T12:45:20.245Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0
2021-09-02T12:45:20.253Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:45:20.307Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0|INFO|500||Invoke
2021-09-02T12:45:20.308Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6d11941-44e5-4ef7-ae05-3c1d5bd90956], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72fa9bca-b068-44c2-9623-b2d4725a4b5b], X-ECOMP-RequestID=[d6d11941-44e5-4ef7-ae05-3c1d5bd90956], X-TransactionId=[], X-ONAP-RequestID=[d6d11941-44e5-4ef7-ae05-3c1d5bd90956], Content-Type=[application/merge-patch+json]}
2021-09-02T12:45:20.338Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:45:20.519Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?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/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210902-12:45:20:341-18665], vertex-id=[270544], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:45:20 GMT], Content-Type=[application/json]}
2021-09-02T12:45:20.519Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:45:20.520Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5e79e978-5e1d-4665-94f8-8dd7bc30a22c/model-vers/model-ver/f2ef1b52-868f-4f85-89f1-bb82c4ee09d7?depth=0|INFO|500||InvokeReturn
2021-09-02T12:45:20.520Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:45:20.520Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:45:20.526Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:45:20.527Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6d11941-44e5-4ef7-ae05-3c1d5bd90956 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:45:20.527Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:45:20.528Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:20.532Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:20.532Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586720527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:45:20.632Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:20.633Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:20.633Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:20.645Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:20.646Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:45:21.547Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:45:21.548Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:45:21.548Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:25.863Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:25.863Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:45:25.863Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dada2dca-71b8-437a-b718-b3de85ef41e5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6a5ade0c-4a18-4f56-ac67-309aad724373","serviceDescription":"service","serviceInvariantUUID":"f18bd0b4-396f-4e45-898d-922b1ac406b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7628978b-3c04-4464-b911-94b80e27b45f","resourceInvariantUUID":"fc63e511-63fe-4365-bd9c-d92e2dcb6caa","resourceCustomizationUUID":"744b4486-2c6f-4024-b80d-d62320a26ba3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjRiODE5MGQ0MWU2ZjljZTQ5ZTlhNTc2MGUxZDlkODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"635b8223-1122-4689-9cf4-d3fd92291218","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de6d86d2-e55a-4060-90d3-f2b48faa2a4c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aaeb2b6c-2561-4d33-a537-efca3ef6792d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NTUzZjcxMWEyNGYwNDJjZGJlYjZmMDJiNTk1Mjk4MjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cf773a5f-6dfd-4a9d-86b4-e87793558312","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ceb71d09-629a-414f-be80-c03869776e61","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2f06f12-a103-45de-9319-ddd88e480d28","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"706d4a29-d9bf-4331-a3ae-df4e5b2548dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YTAyOGNkMTUyM2FmM2I5MGMwNmJjMGQ1ZTExZmM3ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"077cc5a6-9c22-4a85-beec-b33baa80d426","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTkwY2RmYjM0NmIzOWQ4ODMxMDA4OTc5NjA1ZTYxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26123565-17ee-45b4-83c9-12d7ee843788","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:45:25.867Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:25.867Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:25.869Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:25.869Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:25.969Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:25.970Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:25.970Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:25.985Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:25.985Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:45:26.870Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:26.871Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:26.874Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:26.874Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:26.974Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:26.975Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:26.975Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:26.986Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:26.986Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:27.874Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:27.875Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:27.877Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:27.877Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:27.977Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:27.978Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:27.978Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:27.992Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:27.992Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:28.878Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:28.879Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:28.881Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:28.882Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:28.982Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:28.983Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:28.983Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:28.997Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:28.997Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:29.882Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:29.883Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:29.885Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:29.885Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:29.985Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:45:29.986Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:29.986Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:29.998Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:29.998Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:30.886Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:30.887Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:30.890Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:30.890Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:30.990Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:30.991Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:30.991Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:31.004Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:31.005Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:31.890Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:31.891Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:31.893Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:31.893Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:31.993Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:31.994Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:31.994Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:32.004Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:32.005Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:32.894Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:32.895Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:32.897Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:32.898Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:32.998Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:32.999Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:32.999Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:33.022Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:33.022Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:33.898Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:45:33.900Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:33.902Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:33.902Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:34.002Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:34.003Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:34.003Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:34.013Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:34.013Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:34.903Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6a5ade0c-4a18-4f56-ac67-309aad724373",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f18bd0b4-396f-4e45-898d-922b1ac406b9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "744b4486-2c6f-4024-b80d-d62320a26ba3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7628978b-3c04-4464-b911-94b80e27b45f",
      "resourceInvariantUUID": "fc63e511-63fe-4365-bd9c-d92e2dcb6caa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MTkwY2RmYjM0NmIzOWQ4ODMxMDA4OTc5NjA1ZTYxMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26123565-17ee-45b4-83c9-12d7ee843788"
    }
  ],
  "workloadContext": "Production"
}
2021-09-02T12:45:34.904Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:45:34.904Z|d6d11941-44e5-4ef7-ae05-3c1d5bd90956|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a5ade0c-4a18-4f56-ac67-309aad724373 ASDC
2021-09-02T12:45:34.905Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dada2dca-71b8-437a-b718-b3de85ef41e5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6a5ade0c-4a18-4f56-ac67-309aad724373
ServiceInvariantUUID:f18bd0b4-396f-4e45-898d-922b1ac406b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:26123565-17ee-45b4-83c9-12d7ee843788
ArtifactChecksum:MTkwY2RmYjM0NmIzOWQ4ODMxMDA4OTc5NjA1ZTYxMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:744b4486-2c6f-4024-b80d-d62320a26ba3
ResourceInvariantUUID:fc63e511-63fe-4365-bd9c-d92e2dcb6caa
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7628978b-3c04-4464-b911-94b80e27b45f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-02T12:45:34.906Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a5ade0c-4a18-4f56-ac67-309aad724373 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:34.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:45:34.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:45:34.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:45:34.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26123565-17ee-45b4-83c9-12d7ee843788 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T12:45:34.933Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-02T12:45:34.933Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T12:45:35.640Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-02T12:45:35.646Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 26123565-17ee-45b4-83c9-12d7ee843788 105551
2021-09-02T12:45:35.646Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-02T12:45:35.646Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T12:45:35.646Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:45:35.647Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:35.649Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:35.649Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586735646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:35.749Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:35.750Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:35.750Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:35.763Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:35.764Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:45:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:45:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:35.956Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:35.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586574089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586575168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1630586574966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586572540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "dcae-sch",
  "timestamp": 1630586570833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586577390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586587319,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:35.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:35.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586587670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586588325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586588951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "cds",
  "timestamp": 1630586588970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:35.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:35.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:35.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-02T12:45:35.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:35.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:35.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "policy-id",
  "timestamp": 1630586589328,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:36.001Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:36.002Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586582515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586593518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586594206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586594541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1630586595543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:36.013Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:36.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586596065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586596213,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:36.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "aai-ml",
  "timestamp": 1630586597069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:36.025Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:36.025Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:36.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "clamp",
  "timestamp": 1630586597220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:36.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:36.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586593448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586603591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:45:36.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586605422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:36.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:45:36.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:45:36.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1630586606425,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:36.054Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dada2dca-71b8-437a-b718-b3de85ef41e5
2021-09-02T12:45:36.054Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dada2dca-71b8-437a-b718-b3de85ef41e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:45:36.650Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:45:36.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-02T12:45:36.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 26123565-17ee-45b4-83c9-12d7ee843788, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:36.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-02T12:45:36.652Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:36.652Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:36.799Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8001209343787784149/Definitions/service-TestPnfMacro-template.yml
2021-09-02T12:45:37.633Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.634Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.635Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.635Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.635Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.635Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.635Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-02T12:45:37.636Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.636Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.636Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-02T12:45:37.636Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-02T12:45:37.637Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:45:37.637Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.637Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.637Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-02T12:45:37.638Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-02T12:45:37.638Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:45:37.638Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.638Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.638Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.639Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.639Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.639Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.639Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.639Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.640Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.640Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.640Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6a5ade0c-4a18-4f56-ac67-309aad724373
Model Version:NULL
Model InvariantUuid:f18bd0b4-396f-4e45-898d-922b1ac406b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:45:37.647Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7628978b-3c04-4464-b911-94b80e27b45f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:45:37.650Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-09-02T12:45:37.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7628978b-3c04-4464-b911-94b80e27b45f
2021-09-02T12:45:37.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6a5ade0c-4a18-4f56-ac67-309aad724373
2021-09-02T12:45:37.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6a5ade0c-4a18-4f56-ac67-309aad724373
2021-09-02T12:45:37.651Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7628978b-3c04-4464-b911-94b80e27b45f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:45:37.657Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43645cb1, org.onap.sdc.toscaparser.api.parameters.Input@366c6d70, org.onap.sdc.toscaparser.api.parameters.Input@49e6395b, org.onap.sdc.toscaparser.api.parameters.Input@41172be2, org.onap.sdc.toscaparser.api.parameters.Input@207766a5]
2021-09-02T12:45:37.658Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.658Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.658Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6a5ade0c-4a18-4f56-ac67-309aad724373: test-pnf
2021-09-02T12:45:37.659Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7628978b-3c04-4464-b911-94b80e27b45f
2021-09-02T12:45:37.659Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-02T12:45:37.659Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:45:37.660Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||Resource customization UUID: 744b4486-2c6f-4024-b80d-d62320a26ba3 is the same as notified resource customizationUUID: 744b4486-2c6f-4024-b80d-d62320a26ba3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-02T12:45:37.709Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7628978b-3c04-4464-b911-94b80e27b45f 0 ASDC deployResourceStructure
2021-09-02T12:45:37.709Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-02T12:45:37.709Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-02T12:45:37.710Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:45:37.710Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:45:37.712Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:45:37.712Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586737709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:45:37.812Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:45:37.813Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:45:37.813Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:45:37.833Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:45:37.833Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:45:38.713Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dada2dca-71b8-437a-b718-b3de85ef41e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:45:38.723Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dada2dca-71b8-437a-b718-b3de85ef41e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-02T12:45:38.726Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:45:38.726Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:45:38.726Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:45:38.726Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:45:38.726Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.727Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-02T12:45:38.728Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:45:38.732Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:46:08.732Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dada2dca-71b8-437a-b718-b3de85ef41e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-02T12:46:08.737Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dada2dca-71b8-437a-b718-b3de85ef41e5 and serviceModelVersionId: 6a5ade0c-4a18-4f56-ac67-309aad724373
2021-09-02T12:46:08.737Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f18bd0b4-396f-4e45-898d-922b1ac406b9
2021-09-02T12:46:08.738Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0
2021-09-02T12:46:08.742Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:46:08.791Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:46:08.793Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0|INFO|500||Invoke
2021-09-02T12:46:08.811Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-02T12:46:09.018Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0|INFO|500||InvokeReturn
2021-09-02T12:46:09.018Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f18bd0b4-396f-4e45-898d-922b1ac406b9/model-vers/model-ver/6a5ade0c-4a18-4f56-ac67-309aad724373?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210902-12:46:08:814-56223], vertex-id=[241904], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:46:08 GMT], Content-Type=[application/json]}
2021-09-02T12:46:09.019Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:46:09.019Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:46:09.019Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:46:09.024Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-02T12:46:09.024Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dada2dca-71b8-437a-b718-b3de85ef41e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:46:09.024Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:46:09.024Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:46:09.026Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:46:09.027Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586769024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:46:09.127Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:46:09.128Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-02T12:46:09.128Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:09.144Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:09.144Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:46:10.040Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:10.041Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:46:10.041Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:19.587Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:19.588Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:19.588Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:46:19.589Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:29.137Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:29.139Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:29.140Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:46:29.140Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:46:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:35.950Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:35.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6d11941-44e5-4ef7-ae05-3c1d5bd90956",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586720527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586721547,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586735646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-02T12:46:35.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:46:38.710Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:46:38.713Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:46:38.716Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:46:38.716Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:46:48.279Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:47:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:47:35.927Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:47:35.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:47:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:47:35.931Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:47:35.931Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:47:36.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:47:36.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:47:36.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586737709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-02T12:47:36.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:47:36.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:47:36.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dada2dca-71b8-437a-b718-b3de85ef41e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1630586769024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:47:36.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:47:45.479Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:48:35.926Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:48:35.928Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:48:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:48:35.928Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:48:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:48:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:48:45.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:48:45.518Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:49:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:49:35.927Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:49:35.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:49:35.931Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:49:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:49:35.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:49:45.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:49:45.549Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:50:35.926Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:50:35.926Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:50:35.926Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:50:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:50:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:50:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:50:45.501Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:50:45.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:51:35.926Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:51:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:51:35.930Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:51:35.930Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:51:35.930Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:51:35.931Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:51:45.538Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:51:45.587Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:52:35.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:52:35.926Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:52:35.926Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:52:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:52:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:52:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:52:45.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:52:45.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:53:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:53:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:53:35.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:53:35.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:53:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:53:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:53:45.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:53:45.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:54:35.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:54:35.927Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:54:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:54:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:54:35.928Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:54:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:54:45.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:54:45.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:55:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:55:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:55:35.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:55:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:55:35.931Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:55:35.931Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:55:45.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:55:45.558Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:56:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:56:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:56:35.928Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:56:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:56:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:56:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:56:45.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:56:45.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:57:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:57:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:57:35.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:57:35.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:57:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:57:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:57:45.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:57:45.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:58:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:58:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:58:35.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:58:35.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:58:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:58:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:58:45.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:58:45.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:59:35.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:59:35.927Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:59:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:59:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:59:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T12:59:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:59:45.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T12:59:45.500Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:00:35.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:00:35.928Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:00:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:00:35.929Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:00:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:00:35.929Z|39c00dd7-a884-4316-be40-7cbb31d97d93|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:00:45.504Z|39c00dd7-a884-4316-be40-7cbb31d97d93|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:00:45.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:01:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:01:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:01:35.932Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:01:35.933Z|dada2dca-71b8-437a-b718-b3de85ef41e5|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:01:35.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:01:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:01:45.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:01:45.529Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:02:35.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:02:35.928Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:02:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:02:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:02:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:02:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:02:45.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:02:45.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:03:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:03:35.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:03:35.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:03:35.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:03:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:03:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:03:45.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:03:45.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:04:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:04:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:04:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:04:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:04:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:04:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:04:45.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:04:45.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:05:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:05:35.928Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:05:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:05:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:05:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:05:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:05:45.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:05:45.510Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:06:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:06:35.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:06:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:06:35.928Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:06:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:06:35.929Z|86fc2862-b1a0-45da-b78e-024f53056efb|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:06:45.523Z|86fc2862-b1a0-45da-b78e-024f53056efb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:06:45.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:07:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:07:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:07:35.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:07:35.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:07:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:07:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:07:45.509Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:07:45.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:08:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:08:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:08:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:08:35.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:08:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:08:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:08:45.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:08:45.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:09:35.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:09:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:09:35.931Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:09:35.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:09:35.931Z|dada2dca-71b8-437a-b718-b3de85ef41e5|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:09:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:09:45.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:09:45.612Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:10:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:10:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:10:35.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:10:35.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:10:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:10:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:10:45.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:10:45.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:11:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:11:35.929Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:11:35.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:11:35.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:11:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:11:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:11:45.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:11:45.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:12:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:12:35.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:12:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:12:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:12:35.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:12:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:12:45.493Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:12:45.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:13:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:13:35.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:13:35.928Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:13:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:13:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:13:35.929Z|dada2dca-71b8-437a-b718-b3de85ef41e5|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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:13:45.501Z|dada2dca-71b8-437a-b718-b3de85ef41e5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:13:45.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:14:35.929Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:14:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T13:14:35.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:14:35.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-02T13:14:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:14:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T13:14:45.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-02T13:14:45.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK