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-25T06:41:05.129Z||main|||||INFO|500||The following profiles are active: basic
2021-09-25T06:41:20.993Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-25T06:41:20.995Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-25T06:41:21.133Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-25T06:41:26.527Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-25T06:41:28.483Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-25T06:41:29.263Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-25T06:41:29.277Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-25T06:41:29.407Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-25T06:41:29.773Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-25T06:41:30.574Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-25T06:41:36.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T06:41:39.252Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T06:41:39.320Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-25T06:41:40.020Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-25T06:41:40.186Z||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-25T06:41:41.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-25T06:41:42.449Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-25T06:41:42.471Z||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$$a1a3d335.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-25T06:41:42.473Z||main|||||WARN|500||The sdc end point is not alive
2021-09-25T06:41:46.052Z||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-25T06:41:49.035Z||main|||||WARN|500||---
2021-09-25T06:41:49.036Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-25T06:41:49.036Z||main|||||WARN|500||---
2021-09-25T06:41:49.524Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-25T06:41:54.974Z||main|||||INFO|500||Started Application in 53.763 seconds (JVM running for 60.502)
2021-09-25T06:41:55.006Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-25T06:41:55.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-25T06:41:55.040Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-25T06:41:55.075Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-25T06:41:55.124Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dfb9233-8c85-47b4-b171-1af3dbd9767e url= /sdc/v1/artifactTypes
2021-09-25T06:41:55.125Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-25T06:41:55.432Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-25T06:41:55.455Z||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-25T06:41:55.480Z||scheduling-1|||||DEBUG|500||create keys
2021-09-25T06:41:55.490Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-25T06:41:55.537Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:41:55.557Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 08cf69c0-99d7-46c4-881f-65e74ad8f3df url= /sdc/v1/registerForDistribution
2021-09-25T06:41:55.903Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 08cf69c0-99d7-46c4-881f-65e74ad8f3df url= /sdc/v1/registerForDistribution
2021-09-25T06:41:55.904Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-25T06:41:55.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:41:55.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:41:55.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-25T06:41:55.927Z||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-25T06:41:55.927Z||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-25T06:41:55.927Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:41:55.927Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:42:06.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:42:06.265Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:42:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:42:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:42:55.918Z||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-25T06:42:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:42:55.923Z||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-25T06:42:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:43:05.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:43:05.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:43:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:43:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:43:55.919Z||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-25T06:43:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:43:55.919Z||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-25T06:43:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:44:05.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:44:05.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:44:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:44:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:44:55.980Z||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-25T06:44:55.980Z||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-25T06:44:55.981Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:44:55.981Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:45:05.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:45:05.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:45:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:45:55.914Z||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-25T06:45:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:45:55.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:45:55.917Z||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-25T06:45:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:46:05.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:46:05.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:46:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:46:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:46:55.916Z||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-25T06:46:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:46:55.916Z||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-25T06:46:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:47:05.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:47:05.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:47:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:47:55.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:47:55.920Z||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-25T06:47:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:47:55.919Z||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-25T06:47:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:48:05.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:48:05.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:48:55.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:48:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:48:55.919Z||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-25T06:48:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:48:55.919Z||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-25T06:48:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:49:05.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:49:05.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:49:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:49:55.915Z||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-25T06:49:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:49:55.916Z||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-25T06:49:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:49:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:50:05.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:50:05.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:50:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:50:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:50:55.916Z||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-25T06:50:55.916Z||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-25T06:50:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:50:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:51:05.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:51:05.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:51:31.442Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-25T06:51:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:51:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:51:55.916Z||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-25T06:51:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:51:55.917Z||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-25T06:51:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:52:05.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:52:05.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:52:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:52:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:52:55.916Z||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-25T06:52:55.916Z||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-25T06:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:53:05.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:53:05.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:53:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:53:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:53:55.919Z||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-25T06:53:55.919Z||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-25T06:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:54:05.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:54:05.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:54:55.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:54:55.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:54:55.918Z||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-25T06:54:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:54:55.918Z||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-25T06:54:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:55:05.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:55:05.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:55:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:55:55.916Z||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-25T06:55:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:55:55.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:55:55.919Z||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-25T06:55:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:56:05.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:56:05.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:56:55.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:56:55.915Z||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-25T06:56:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:56:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:56:55.916Z||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-25T06:56:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:57:05.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:57:05.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:57:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:57:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:57:55.916Z||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-25T06:57:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:57:55.917Z||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-25T06:57:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:58:05.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:58:05.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:58:55.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:58:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:58:55.916Z||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-25T06:58:55.916Z||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-25T06:58:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:58:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:59:05.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:59:05.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T06:59:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:59:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T06:59:55.920Z||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-25T06:59:55.920Z||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-25T06:59:55.922Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T06:59:55.922Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:00:05.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:00:05.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:00:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:00:55.914Z||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-25T07:00:55.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:00:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:00:55.916Z||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-25T07:00:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:01:05.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:01:05.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:01:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:01:55.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:01:55.915Z||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-25T07:01:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:01:55.916Z||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-25T07:01:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:02:05.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:02:05.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:02:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:02:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:02:55.916Z||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-25T07:02:55.916Z||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-25T07:02:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:02:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:03:05.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:03:05.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:03:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:03:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:03:55.917Z||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-25T07:03:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:03:55.917Z||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-25T07:03:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:04:05.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:04:05.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:04:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:04:55.915Z||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-25T07:04:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:04:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:04:55.916Z||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-25T07:04:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:05:05.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:05:05.471Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:05:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:05:55.916Z||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-25T07:05:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:05:55.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:05:55.923Z||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-25T07:05:55.923Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:06:05.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:06:05.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:06:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:06:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:06:55.916Z||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-25T07:06:55.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:06:55.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:06:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:07:05.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:07:05.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:07:55.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:07:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:07:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:07:55.918Z||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-25T07:07:55.918Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:07:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:08:05.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:08:05.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:08:55.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:08:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:08:55.918Z||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-25T07:08:55.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:08:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:08:55.918Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:09:05.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:09:05.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:09:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:09:55.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:09:55.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:09:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:09:55.916Z||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-25T07:09:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:10:05.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:10:05.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:10:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:10:55.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:10:55.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:10:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:10:55.916Z||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-25T07:10:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:11:05.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:11:05.485Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:11:55.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:11:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:11:55.916Z||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-25T07:11:55.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T07:11:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:11:55.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:12:05.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:12:05.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:12:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:12:55.916Z||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-25T07:12:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:12:55.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:12:55.917Z||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-25T07:12:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:13:05.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:13:05.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:13:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:13:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:13:55.919Z||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-25T07:13:55.919Z||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-25T07:13:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:13:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:14:05.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:14:05.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:14:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:14:55.914Z||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-25T07:14:55.914Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:14:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:14:55.917Z||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-25T07:14:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:15:05.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:15:05.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:15:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:15:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:15:55.916Z||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-25T07:15:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:15:55.916Z||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-25T07:15:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:16:05.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:16:05.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:16:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:16:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:16:55.916Z||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-25T07:16:55.916Z||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-25T07:16:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:16:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:17:05.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:17:05.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:17:55.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:17:55.918Z||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-25T07:17:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:17:55.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:17:55.921Z||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-25T07:17:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:18:05.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:18:05.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:18:55.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:18:55.915Z||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-25T07:18:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:18:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:18:55.916Z||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-25T07:18:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:19:05.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:19:05.524Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:19:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:19:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:19:55.916Z||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-25T07:19:55.916Z||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-25T07:19:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:19:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:20:05.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:20:05.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:20:55.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:20:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:20:55.918Z||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-25T07:20:55.918Z||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-25T07:20:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:20:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:21:05.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:21:05.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:21:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:21:55.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:21:55.919Z||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-25T07:21:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:21:55.919Z||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-25T07:21:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:22:05.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:22:05.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:22:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:22:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:22:55.919Z||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-25T07:22:55.919Z||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-25T07:22:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:22:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:23:05.484Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:23:05.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:23:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:23:55.915Z||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-25T07:23:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:23:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:23:55.916Z||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-25T07:23:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:24:05.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:24:05.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:24:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:24:55.915Z||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-25T07:24:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:24:55.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:24:55.918Z||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-25T07:24:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:25:05.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:25:05.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:25:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:25:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:25:55.916Z||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-25T07:25:55.916Z||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-25T07:25:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:25:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:26:05.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:26:05.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:26:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:26:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:26:55.917Z||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-25T07:26:55.917Z||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-25T07:26:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:26:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:27:05.472Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:27:05.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:27:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:27:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:27:55.918Z||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-25T07:27:55.918Z||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-25T07:27:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:27:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:28:05.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:28:05.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:28:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:28:55.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:28:55.918Z||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-25T07:28:55.918Z||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-25T07:28:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:28:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:29:05.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:29:05.543Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:29:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:29:55.915Z||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-25T07:29:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:29:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:29:55.916Z||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-25T07:29:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:30:05.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:30:05.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:30:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:30:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:30:55.917Z||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-25T07:30:55.917Z||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-25T07:30:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:30:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:31:05.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:31:05.473Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:31:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:31:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:31:55.917Z||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-25T07:31:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:31:55.917Z||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-25T07:31:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:32:05.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:32:05.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:32:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:32:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:32:55.918Z||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-25T07:32:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:32:55.923Z||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-25T07:32:55.924Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:33:05.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:33:05.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:33:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:33:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:33:55.918Z||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-25T07:33:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:33:55.918Z||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-25T07:33:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:34:05.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:34:05.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:34:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:34:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:34:55.917Z||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-25T07:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:34:55.917Z||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-25T07:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:35:05.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:35:05.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:35:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:35:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:35:55.916Z||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-25T07:35:55.916Z||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-25T07:35:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:35:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:36:05.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:36:05.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:36:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:36:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:36:55.916Z||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-25T07:36:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:36:55.916Z||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-25T07:36:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:37:05.473Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:37:05.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:37:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:37:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:37:55.919Z||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-25T07:37:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:37:55.921Z||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-25T07:37:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:38:05.490Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:38:05.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:38:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:38:55.915Z||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-25T07:38:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:38:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:38:55.916Z||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-25T07:38:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:39:05.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:39:05.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:39:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:39:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:39:55.915Z||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-25T07:39:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:39:55.916Z||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-25T07:39:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:40:05.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:40:05.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:40:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:40:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:40:55.916Z||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-25T07:40:55.916Z||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-25T07:40:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:40:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:41:05.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:41:05.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:41:55.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:41:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:41:55.917Z||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-25T07:41:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:41:55.917Z||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-25T07:41:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:05.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:05.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:55.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:42:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:42:55.917Z||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-25T07:42:55.917Z||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-25T07:42:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:56.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:56.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:56.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a813db87-00d6-4f24-b77a-e752f5e93f10","serviceName":"vFW 2021-09-25 07-39-41","serviceVersion":"1.0","serviceUUID":"0d462d7d-2fa6-488f-872d-0052cced97e1","serviceDescription":"catalog service description","serviceInvariantUUID":"6fba8cde-330f-4628-a2bc-d0c0df975154","resources":[{"resourceInstanceName":"vFW 42e9517d-4b14 0","resourceName":"vFW 42e9517d-4b14","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7269688-178b-4e65-b035-8cd893d86b57","resourceInvariantUUID":"2f69697b-b990-4c28-b61d-581b29461aa6","resourceCustomizationUUID":"296319b7-a386-41e2-bcd7-fcab5bffe5e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml","artifactChecksum":"MGE4MGY4YmM0NjI1N2RiZWFhYmU4NzNiOGY1YTJmY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1552c1e-a6fa-4197-9958-9c2373b5a816","artifactVersion":"1"},{"artifactName":"vfw42e9517d4b140_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json","artifactChecksum":"Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95a01e94-5e91-4c9d-be47-72ea92771317","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8d2eeb4-8e22-4ad0-8172-282edf454cad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml","artifactChecksum":"NzA5ZmFiMmI5MGJjM2JmZTg1MmRhMDg4ZDcyMjgzMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7040b570-e575-402c-bb0f-19b4319f2304","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1","artifactVersion":"2","generatedFromUUID":"d8d2eeb4-8e22-4ad0-8172-282edf454cad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210925073941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml","artifactChecksum":"YTI4NDlhZDk1YzFmZTk4M2E4MjEzNDg5MjRhNjY3NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a462172-a99c-47d5-89e5-b5d0bb3a2288","artifactVersion":"1"},{"artifactName":"service-Vfw20210925073941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar","artifactChecksum":"NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32570485-fc7c-4756-97a6-4b9b56705bdc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T07:42:56.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.572Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:56.582Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555727520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555725223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.646Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:56.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.647Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555728469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632555725125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555734845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555743101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555743260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555743659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "dcae-sch",
  "timestamp": 1632555737818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "cds",
  "timestamp": 1632555744696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-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-25T07:42:56.749Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-25T07:42:56.753Z||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-25T07:42:56.753Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:56.768Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:56.769Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T07:42:56.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.919Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:56.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555744713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555746515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555747838,
  "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-25T07:42:56.961Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.961Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:56.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555742127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:56.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632555748846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555748998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555750590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:56.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555751014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555751611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:42:56.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:56.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "clamp",
  "timestamp": 1632555752019,
  "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-25T07:42:56.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:56.990Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:56.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:56.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "policy-id",
  "timestamp": 1632555752616,
  "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-25T07:42:57.003Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.003Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:57.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:57.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555747418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555755761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555761493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:42:57.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632555762498,
  "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-25T07:42:57.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:57.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555764020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:42:57.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "aai-ml",
  "timestamp": 1632555765027,
  "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-25T07:42:57.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a813db87-00d6-4f24-b77a-e752f5e93f10
2021-09-25T07:42:57.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:42:57.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:57.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:57.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:57.659Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:42:57.759Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:42:57.760Z||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-25T07:42:57.760Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:57.768Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:57.769Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:42:58.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:58.660Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:58.663Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:58.663Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:42:58.763Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:42:58.764Z||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-25T07:42:58.764Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:58.778Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:58.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-09-25T07:42:59.664Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:42:59.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:42:59.668Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:42:59.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:42:59.768Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:42:59.770Z||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-25T07:42:59.773Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:42:59.820Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:42:59.821Z||pool-6-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:00.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:00.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:00.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:00.673Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T07:43:00.773Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:00.775Z||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-25T07:43:00.776Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:00.791Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:00.792Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:01.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:01.676Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:01.683Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:01.683Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:43:01.781Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-25T07:43:01.784Z||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-25T07:43:01.784Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:01.798Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:01.800Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:02.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:43:02.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:02.688Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:02.688Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:43:02.788Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:02.789Z||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-25T07:43:02.789Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:02.806Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:02.806Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2021-09-25T07:43:03.690Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "serviceName": "vFW 2021-09-25 07-39-41",
  "serviceVersion": "1.0",
  "serviceUUID": "0d462d7d-2fa6-488f-872d-0052cced97e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6fba8cde-330f-4628-a2bc-d0c0df975154",
  "resources": [
    {
      "resourceInstanceName": "vFW 42e9517d-4b14 0",
      "resourceCustomizationUUID": "296319b7-a386-41e2-bcd7-fcab5bffe5e2",
      "resourceName": "vFW 42e9517d-4b14",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f7269688-178b-4e65-b035-8cd893d86b57",
      "resourceInvariantUUID": "2f69697b-b990-4c28-b61d-581b29461aa6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw42e9517d4b140_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
          "artifactChecksum": "Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "95a01e94-5e91-4c9d-be47-72ea92771317",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d8d2eeb4-8e22-4ad0-8172-282edf454cad",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1",
            "generatedFromUUID": "d8d2eeb4-8e22-4ad0-8172-282edf454cad"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210925073941-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
      "artifactChecksum": "NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "32570485-fc7c-4756-97a6-4b9b56705bdc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T07:43:03.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T07:43:03.692Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d462d7d-2fa6-488f-872d-0052cced97e1 ASDC
2021-09-25T07:43:03.799Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a813db87-00d6-4f24-b77a-e752f5e93f10
ServiceName:vFW 2021-09-25 07-39-41
ServiceVersion:1.0
ServiceUUID:0d462d7d-2fa6-488f-872d-0052cced97e1
ServiceInvariantUUID:6fba8cde-330f-4628-a2bc-d0c0df975154
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210925073941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
ArtifactUUID:32570485-fc7c-4756-97a6-4b9b56705bdc
ArtifactChecksum:NzczNDFkOGE0ZDljMGFlN2RkYTY5NDA0NzUyNGExMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 42e9517d-4b14 0
ResourceCustomizationUUID:296319b7-a386-41e2-bcd7-fcab5bffe5e2
ResourceInvariantUUID:2f69697b-b990-4c28-b61d-581b29461aa6
ResourceName:vFW 42e9517d-4b14
ResourceType:VF
ResourceUUID:f7269688-178b-4e65-b035-8cd893d86b57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw42e9517d4b140_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
ArtifactUUID:95a01e94-5e91-4c9d-be47-72ea92771317
ArtifactChecksum:Mjg0ZTIwOTA1NjE4MWM0ZGJiOThmZWM1MzM2Zjk5YjI=
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
ArtifactUUID:d8d2eeb4-8e22-4ad0-8172-282edf454cad
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
ArtifactUUID:a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
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/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
ArtifactUUID:a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T07:43:03.799Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d462d7d-2fa6-488f-872d-0052cced97e1 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-25T07:43:03.848Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:43:03.849Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:03.850Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:03.851Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32570485-fc7c-4756-97a6-4b9b56705bdc from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:03.851Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:03.852Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:04.125Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:04.143Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar 32570485-fc7c-4756-97a6-4b9b56705bdc 98746
2021-09-25T07:43:04.145Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar ASDC sendASDCNotification
2021-09-25T07:43:04.145Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:04.146Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:04.147Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:04.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:04.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555784144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:43:04.249Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:04.250Z||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-25T07:43:04.250Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:04.263Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:04.264Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:05.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:43:05.151Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:43:05.151Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 32570485-fc7c-4756-97a6-4b9b56705bdc, URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar to file: /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.152Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.229Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.229Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:05.982Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6237054226705400274/Definitions/service-Vfw20210925073941-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-25T07:43:08.583Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T07:43:08.588Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:43:08.588Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 42e9517d-4b14 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-Vfw20210925073941-csar.csar
2021-09-25T07:43:08.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:43:08.599Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.600Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.605Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.605Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:43:08.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:43:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.613Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.614Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.615Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T07:43:08.616Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.616Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.617Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.618Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.619Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.620Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.621Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.622Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.623Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2b178b-3101-40b2-a838-567b68b5b9a7
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.624Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.627Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:08.628Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e55a3824-b82c-4ac5-a3e4-acca53e86fe9
2021-09-25T07:43:08.629Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.630Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:08.631Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-25 07-39-41
Description:catalog service description
Model UUID:0d462d7d-2fa6-488f-872d-0052cced97e1
Model Version:NULL
Model InvariantUuid:6fba8cde-330f-4628-a2bc-d0c0df975154
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 42e9517d-4b14
Model UUID:c981704f-256f-46fc-8ed7-8b98e16eea69
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f69697b-b990-4c28-b61d-581b29461aa6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:296319b7-a386-41e2-bcd7-fcab5bffe5e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
ModelName:Vfw42e9517d4b14..base_vfw..module-0
ModelUuid:d2347f42-c960-4033-b968-49734ef0ee89
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
ModelInvariantUuid:eeb2af26-bed6-43d1-9aae-3407dc2b4fee
ModelName:vFW 42e9517d-4b14-nodes.vfwCvfc
ModelUuid:591a7990-2556-40d7-ae75-3a8b77956ed3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0754d00f-54fb-4107-b4da-78b4c2a0da37
ModelInvariantUuid:00938c24-6f1b-4fb1-a860-c1c3ecef9bbf
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vfw
ModelUuid:ac6061c7-d7da-4eb1-b09a-a7db66ce1914
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7b2b178b-3101-40b2-a838-567b68b5b9a7
ModelInvariantUuid:efdc5e47-bfb2-423d-93ed-61424669234e
ModelName:vFW 42e9517d-4b14-nodes.vsnCvfc
ModelUuid:d4a0af7d-596d-4637-9d91-14e235a826d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b57f4861-1c83-476d-bf81-6e0b6e0b1fef
ModelInvariantUuid:3fdec1bd-e077-4fa3-983e-b99ea9492d07
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vsn
ModelUuid:b4c7cbb5-35df-4f6d-bd58-b0548d234781
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e55a3824-b82c-4ac5-a3e4-acca53e86fe9
ModelInvariantUuid:4007156a-e829-454a-839b-b2982719c0d6
ModelName:vFW 42e9517d-4b14-nodes.vpgCvfc
ModelUuid:b202462c-9a19-4cff-b314-97963eebea51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f102bfaa-4a73-41bd-854d-c06644d7a008
ModelInvariantUuid:03e65ce0-a0e4-48e8-b996-76da794e96fd
ModelName:Vfw42e9517d4b14.compute.nodes.heat.vpg
ModelUuid:f5bcc181-16ea-4f6c-93a9-8bf68bd2e079
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-25T07:43:08.645Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f7269688-178b-4e65-b035-8cd893d86b57
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-25T07:43:08.757Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||vFW 42e9517d-4b14 0
2021-09-25T07:43:08.764Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7269688-178b-4e65-b035-8cd893d86b57
2021-09-25T07:43:08.765Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95a01e94-5e91-4c9d-be47-72ea92771317 from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:08.765Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:08.766Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:09.734Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:09.735Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json 95a01e94-5e91-4c9d-be47-72ea92771317 785
2021-09-25T07:43:09.735Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json ASDC sendASDCNotification
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:09.736Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:09.739Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:09.740Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555789735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:43:09.840Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:09.842Z||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-25T07:43:09.842Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:09.858Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:09.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:10.741Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw42e9517d4b14..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2347f42-c960-4033-b968-49734ef0ee89",
    "vfModuleModelCustomizationUUID": "f170c023-7cce-4d58-bd8e-78f6318d816c",
    "isBase": true,
    "artifacts": [
      "d8d2eeb4-8e22-4ad0-8172-282edf454cad",
      "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1"
    ],
    "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-25T07:43:10.756Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42e9517d4b14..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2347f42-c960-4033-b968-49734ef0ee89
VfModuleModelInvariantUUID:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d2eeb4-8e22-4ad0-8172-282edf454cad
,
a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1

}
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-25T07:43:10.759Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw42e9517d4b14..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2347f42-c960-4033-b968-49734ef0ee89",
    "vfModuleModelCustomizationUUID": "f170c023-7cce-4d58-bd8e-78f6318d816c",
    "isBase": true,
    "artifacts": [
      "d8d2eeb4-8e22-4ad0-8172-282edf454cad",
      "a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1"
    ],
    "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-25T07:43:10.759Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw42e9517d4b14..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2347f42-c960-4033-b968-49734ef0ee89
VfModuleModelInvariantUUID:c0eb3d42-ac9f-4ffa-a543-e26a9c28b9eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8d2eeb4-8e22-4ad0-8172-282edf454cad
,
a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1

}
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-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d8d2eeb4-8e22-4ad0-8172-282edf454cad from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:10.760Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:11.430Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:11.431Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml d8d2eeb4-8e22-4ad0-8172-282edf454cad 20368
2021-09-25T07:43:11.431Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:11.432Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:11.434Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:11.434Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555791431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:43:11.535Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:11.536Z||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-25T07:43:11.536Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:11.548Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:11.548Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:12.435Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1 from URL: /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.435Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:43:12.436Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.956Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env a6fbe6cd-884a-4a23-bf8d-c56f94ead5a1 2098
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T07:43:12.957Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:12.958Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:43:12.958Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:12.962Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:12.962Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555792957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:43:13.062Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:13.063Z||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-25T07:43:13.063Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:13.074Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:13.075Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:13.963Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d462d7d-2fa6-488f-872d-0052cced97e1
2021-09-25T07:43:13.964Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 42e9517d-4b14 0 f7269688-178b-4e65-b035-8cd893d86b57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:43:14.005Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@451dc8e0, org.onap.sdc.toscaparser.api.parameters.Input@5459e7af, org.onap.sdc.toscaparser.api.parameters.Input@1412f4f2, org.onap.sdc.toscaparser.api.parameters.Input@2b4a7522, org.onap.sdc.toscaparser.api.parameters.Input@bbf263]
2021-09-25T07:43:14.009Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 296319b7-a386-41e2-bcd7-fcab5bffe5e2
2021-09-25T07:43:14.010Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2 matches Tosca VF Customization UUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2
2021-09-25T07:43:14.011Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 296319b7-a386-41e2-bcd7-fcab5bffe5e2  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-25T07:43:14.018Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.019Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.020Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 296319b7-a386-41e2-bcd7-fcab5bffe5e2: {\"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-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16c94496
2021-09-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.021Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:43:14.022Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f170c023-7cce-4d58-bd8e-78f6318d816c
2021-09-25T07:43:14.023Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f170c023-7cce-4d58-bd8e-78f6318d816c
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-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.031Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.032Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.033Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:14.034Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:14.035Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.036Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1ed745a7-6d7d-46f0-8dd5-0e5de9167d6e
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-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.050Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.051Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:14.052Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.053Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-25T07:43:14.054Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.054Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b2b178b-3101-40b2-a838-567b68b5b9a7
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-25T07:43:14.056Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.057Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.057Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-25T07:43:14.060Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-25T07:43:14.061Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-25T07:43:14.062Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-25T07:43:14.063Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e55a3824-b82c-4ac5-a3e4-acca53e86fe9
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-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.065Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Node template vFW 42e9517d-4b14 0 is matching search criteria
2021-09-25T07:43:14.066Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42e9517d-4b14 0] matching following query criteria: sdcType=VF, customizationUUID=296319b7-a386-41e2-bcd7-fcab5bffe5e2
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-25T07:43:14.068Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.068Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d462d7d-2fa6-488f-872d-0052cced97e1: vFW 42e9517d-4b14
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.069Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.070Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-25 07-39-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:43:14.071Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-25 07-39-41 
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-25T07:43:14.334Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 42e9517d-4b14 f7269688-178b-4e65-b035-8cd893d86b57 1 ASDC deployResourceStructure
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json ASDC sendASDCNotification
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:14.335Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:14.337Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:14.337Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555794334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:43:14.438Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:14.439Z||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-25T07:43:14.439Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:14.452Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:14.453Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:15.338Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-25T07:43:15.338Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml
2021-09-25T07:43:15.339Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:15.339Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:15.341Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:15.341Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555795338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T07:43:15.441Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:15.443Z||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-25T07:43:15.443Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:15.464Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:15.464Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:43:16.342Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:16.343Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:16.345Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:16.345Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555796342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-25T07:43:16.445Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:43:16.446Z||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-25T07:43:16.447Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:16.460Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:16.460Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:17.346Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar ASDC sendASDCNotification
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:43:17.347Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:43:17.349Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:43:17.349Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555797346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:43:17.449Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:43:17.450Z||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-25T07:43:17.451Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:17.462Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:17.463Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:43:18.350Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:43:18.366Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10
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-25T07:43:18.371Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:43:18.371Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.372Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:43:18.373Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T07:43:18.376Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T07:43:48.377Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a813db87-00d6-4f24-b77a-e752f5e93f10 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-25T07:43:48.470Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a813db87-00d6-4f24-b77a-e752f5e93f10 and serviceModelVersionId: 0d462d7d-2fa6-488f-872d-0052cced97e1
2021-09-25T07:43:48.471Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fba8cde-330f-4628-a2bc-d0c0df975154
2021-09-25T07:43:55.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:43:55.917Z||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-25T07:43:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:43:56.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:43:56.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T07:43:56.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:43:56.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:03.168Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0
2021-09-25T07:44:03.311Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T07:44:03.827Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|INFO|500||Invoke
2021-09-25T07:44:03.836Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ae3f1d8-a141-40b5-9f00-0a510d7b72bd], X-ECOMP-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], X-TransactionId=[], X-ONAP-RequestID=[a813db87-00d6-4f24-b77a-e752f5e93f10], Content-Type=[application/merge-patch+json]}
2021-09-25T07:44:03.996Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T07:44:04.539Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?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/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-07:44:04:009-86866], vertex-id=[397424], Content-Length=[0], Date=[Sat, 25 Sep 2021 07:44:04 GMT], Content-Type=[application/json]}
2021-09-25T07:44:04.541Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T07:44:04.542Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fba8cde-330f-4628-a2bc-d0c0df975154/model-vers/model-ver/0d462d7d-2fa6-488f-872d-0052cced97e1?depth=0|INFO|500||InvokeReturn
2021-09-25T07:44:04.547Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T07:44:04.547Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:44:04.554Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T07:44:04.556Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a813db87-00d6-4f24-b77a-e752f5e93f10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T07:44:04.557Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T07:44:04.557Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:44:04.560Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:44:04.560Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555844556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:44:04.661Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:44:04.662Z||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-25T07:44:04.662Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:04.681Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:44:04.682Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-25T07:44:05.574Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:05.575Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-25T07:44:05.575Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:15.149Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:44:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:44:55.918Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-25T07:44:55.919Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:55.918Z||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-25T07:44:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:44:55.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:44:55.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555775913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555784144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555789735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555791431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555792957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555794334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/vfw42e9517d4b140_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555795338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555796342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/resourceInstances/vfw42e9517d4b140/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-25T07:44:55.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555797346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210925073941/1.0/artifacts/service-Vfw20210925073941-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:44:55.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:45:05.467Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:45:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:45:55.914Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-25T07:45:55.915Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:45:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:45:55.916Z||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-25T07:45:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:45:56.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:45:56.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T07:45:56.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a813db87-00d6-4f24-b77a-e752f5e93f10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632555844556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:45:56.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:46:05.473Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:46:55.913Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:46:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:46:55.916Z||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-25T07:46:55.916Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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-25T07:46:55.916Z|a813db87-00d6-4f24-b77a-e752f5e93f10|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:46:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:01.565Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:01.567Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T07:47:01.568Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"56a0026f-9d70-412a-883d-3a2dde834ef2","serviceName":"basic_onboard_qCyxRg","serviceVersion":"1.0","serviceUUID":"b137cf22-370e-4216-8592-be177676d6c0","serviceDescription":"service","serviceInvariantUUID":"e7c3646d-0d6b-4537-b518-a58340801045","resources":[{"resourceInstanceName":"basic_onboard_qCyxRg 0","resourceName":"basic_onboard_qCyxRg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13830966-ce19-4a6a-9bfb-bba8bc4428e8","resourceInvariantUUID":"b9fcd495-f4ce-448d-916a-90ae01c70c8a","resourceCustomizationUUID":"8ec27ac4-ec29-4076-a031-ac2d10c36874","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml","artifactChecksum":"YWFjOThhZjk1OWFhNjQ1Zjk5OTRkOTkyYTE5NDc3MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f729cc71-c775-4dff-bfa9-eb5d1e9734d3","artifactVersion":"1"},{"artifactName":"basic_onboard_qcyxrg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json","artifactChecksum":"MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aeeb1e3-797f-4fe9-a95f-248da23b7a6c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef7f5a3b-332c-47e3-b044-b8e0b070deb2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d553d95b-1d2a-4825-be3c-6911b1add2b3","artifactVersion":"2","generatedFromUUID":"c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQcyxrg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml","artifactChecksum":"YjdjYmQzNDExOGQ4YjVlZWFmOTY0NWQ4YjM2MDY1NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b20bad44-8707-4e9e-8d45-e6830b297e7e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQcyxrg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar","artifactChecksum":"MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a244192-6044-4518-ae97-3dcf223f2bf6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T07:47:01.572Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:01.572Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:01.577Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:01.577Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:01.676Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:01.677Z||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-25T07:47:01.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:01.690Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:01.691Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:01.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:01.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:01.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:01.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:47:02.578Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:02.579Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:02.581Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:02.582Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:47:02.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:02.683Z||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-25T07:47:02.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:02.697Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:02.697Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:03.582Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:03.584Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:03.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:03.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:47:03.686Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:03.688Z||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-25T07:47:03.688Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:03.700Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:03.701Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:04.586Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:04.587Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:04.589Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:04.590Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:04.690Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:04.691Z||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-25T07:47:04.691Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:04.703Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:04.703Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:05.591Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:05.592Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:05.594Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:05.594Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T07:47:05.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:05.696Z||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-25T07:47:05.696Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:05.717Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:05.718Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:06.595Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:06.596Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:06.601Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:06.602Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:06.701Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:06.703Z||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-25T07:47:06.703Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:06.715Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:06.715Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:07.603Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T07:47:07.604Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:07.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:07.606Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:47:07.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:07.707Z||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-25T07:47:07.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:07.723Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:07.724Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:08.608Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "serviceName": "basic_onboard_qCyxRg",
  "serviceVersion": "1.0",
  "serviceUUID": "b137cf22-370e-4216-8592-be177676d6c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e7c3646d-0d6b-4537-b518-a58340801045",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_qCyxRg 0",
      "resourceCustomizationUUID": "8ec27ac4-ec29-4076-a031-ac2d10c36874",
      "resourceName": "basic_onboard_qCyxRg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13830966-ce19-4a6a-9bfb-bba8bc4428e8",
      "resourceInvariantUUID": "b9fcd495-f4ce-448d-916a-90ae01c70c8a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qcyxrg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
          "artifactChecksum": "MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8aeeb1e3-797f-4fe9-a95f-248da23b7a6c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d553d95b-1d2a-4825-be3c-6911b1add2b3",
            "generatedFromUUID": "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d553d95b-1d2a-4825-be3c-6911b1add2b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQcyxrg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
      "artifactChecksum": "MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a244192-6044-4518-ae97-3dcf223f2bf6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T07:47:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T07:47:08.609Z|a813db87-00d6-4f24-b77a-e752f5e93f10|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b137cf22-370e-4216-8592-be177676d6c0 ASDC
2021-09-25T07:47:08.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:56a0026f-9d70-412a-883d-3a2dde834ef2
ServiceName:basic_onboard_qCyxRg
ServiceVersion:1.0
ServiceUUID:b137cf22-370e-4216-8592-be177676d6c0
ServiceInvariantUUID:e7c3646d-0d6b-4537-b518-a58340801045
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQcyxrg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
ArtifactUUID:7a244192-6044-4518-ae97-3dcf223f2bf6
ArtifactChecksum:MTM3ZDA4ZDYyZDg2ZTg1NjY2NmU1NTRjOWExZDI0MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qCyxRg 0
ResourceCustomizationUUID:8ec27ac4-ec29-4076-a031-ac2d10c36874
ResourceInvariantUUID:b9fcd495-f4ce-448d-916a-90ae01c70c8a
ResourceName:basic_onboard_qCyxRg
ResourceType:VF
ResourceUUID:13830966-ce19-4a6a-9bfb-bba8bc4428e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qcyxrg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
ArtifactUUID:8aeeb1e3-797f-4fe9-a95f-248da23b7a6c
ArtifactChecksum:MTA3NTBjN2RjNDJmNWE2OWViZTNkY2ExMWQzODcyM2I=
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
ArtifactUUID:d553d95b-1d2a-4825-be3c-6911b1add2b3
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/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
ArtifactUUID:d553d95b-1d2a-4825-be3c-6911b1add2b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T07:47:08.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b137cf22-370e-4216-8592-be177676d6c0 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-25T07:47:08.648Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7a244192-6044-4518-ae97-3dcf223f2bf6 from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:08.650Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:10.303Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:10.307Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar 7a244192-6044-4518-ae97-3dcf223f2bf6 71370
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar ASDC sendASDCNotification
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:10.308Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:10.310Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:10.311Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556030308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:47:10.411Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:10.412Z||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-25T07:47:10.412Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:10.424Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:10.425Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:11.311Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T07:47:11.312Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7a244192-6044-4518-ae97-3dcf223f2bf6, URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar to file: /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.313Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:11.947Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12712740631996928896/Definitions/service-BasicOnboardQcyxrg-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-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T07:47:13.169Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qCyxRg 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-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:13.170Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:47:13.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T07:47:13.172Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:13.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:47:13.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:13.176Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5fee43e9-61b6-488a-b6aa-aad5d871c7d2
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.177Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:13.178Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_qCyxRg
Description:service
Model UUID:b137cf22-370e-4216-8592-be177676d6c0
Model Version:NULL
Model InvariantUuid:e7c3646d-0d6b-4537-b518-a58340801045
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_qCyxRg
Model UUID:c0c12c29-d7b2-4435-9ca3-0a94d508b3ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9fcd495-f4ce-448d-916a-90ae01c70c8a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8ec27ac4-ec29-4076-a031-ac2d10c36874
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:23ca3e41-56c4-4fc1-908e-3b902a63f53a
ModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
ModelUuid:0b7933df-154b-4ad8-939c-3a195139c1db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5fee43e9-61b6-488a-b6aa-aad5d871c7d2
ModelInvariantUuid:a1ef1e6b-cfd4-4ee3-aa8c-35df139b8edb
ModelName:basic_onboard_qCyxRg-nodes.ubuntu18Cvfc
ModelUuid:8b05fe36-005c-4277-a59d-760a2d28ff7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:269e9e37-c172-4641-89cd-c23d4317c119
ModelInvariantUuid:38d3f319-3650-4798-83ba-f82440d10257
ModelName:BasicOnboardQcyxrg.compute.nodes.heat.ubuntu18
ModelUuid:1c47d03b-772b-44fa-a3bd-b19a6915f1e8
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-25T07:47:13.186Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 13830966-ce19-4a6a-9bfb-bba8bc4428e8
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-25T07:47:13.191Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||basic_onboard_qCyxRg 0
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13830966-ce19-4a6a-9bfb-bba8bc4428e8
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8aeeb1e3-797f-4fe9-a95f-248da23b7a6c from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:13.192Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.609Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:13.610Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json 8aeeb1e3-797f-4fe9-a95f-248da23b7a6c 798
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json ASDC sendASDCNotification
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:13.611Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:13.613Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:13.613Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556033610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:47:13.714Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:13.716Z||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-25T07:47:13.716Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:13.726Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:13.726Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:47:14.614Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQcyxrg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "23ca3e41-56c4-4fc1-908e-3b902a63f53a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b7933df-154b-4ad8-939c-3a195139c1db",
    "vfModuleModelCustomizationUUID": "4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c",
    "isBase": true,
    "artifacts": [
      "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
      "d553d95b-1d2a-4825-be3c-6911b1add2b3"
    ],
    "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-25T07:47:14.626Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b7933df-154b-4ad8-939c-3a195139c1db
VfModuleModelInvariantUUID:23ca3e41-56c4-4fc1-908e-3b902a63f53a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
,
d553d95b-1d2a-4825-be3c-6911b1add2b3

}
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-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQcyxrg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "23ca3e41-56c4-4fc1-908e-3b902a63f53a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b7933df-154b-4ad8-939c-3a195139c1db",
    "vfModuleModelCustomizationUUID": "4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c",
    "isBase": true,
    "artifacts": [
      "c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc",
      "d553d95b-1d2a-4825-be3c-6911b1add2b3"
    ],
    "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-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQcyxrg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b7933df-154b-4ad8-939c-3a195139c1db
VfModuleModelInvariantUUID:23ca3e41-56c4-4fc1-908e-3b902a63f53a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc
,
d553d95b-1d2a-4825-be3c-6911b1add2b3

}
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-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:14.630Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:14.633Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:15.001Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:15.001Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml c2c86e2c-4747-4ecb-ba31-6e2813e7e5fc 5033
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:15.002Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:15.005Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:15.005Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556035002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:47:15.105Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:15.106Z||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-25T07:47:15.106Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:15.121Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:15.122Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d553d95b-1d2a-4825-be3c-6911b1add2b3 from URL: /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-25T07:47:16.008Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env d553d95b-1d2a-4825-be3c-6911b1add2b3 909
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T07:47:17.018Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:17.019Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T07:47:17.019Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:17.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:17.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556037018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:47:17.122Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-25T07:47:17.123Z||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-25T07:47:17.123Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:17.143Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:17.143Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-25T07:47:18.026Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b137cf22-370e-4216-8592-be177676d6c0
2021-09-25T07:47:18.027Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qCyxRg 0 13830966-ce19-4a6a-9bfb-bba8bc4428e8 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-25T07:47:18.043Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@480b6b76, org.onap.sdc.toscaparser.api.parameters.Input@39d37f9d, org.onap.sdc.toscaparser.api.parameters.Input@506d86b9, org.onap.sdc.toscaparser.api.parameters.Input@4d32d941, org.onap.sdc.toscaparser.api.parameters.Input@5ef15b4a]
2021-09-25T07:47:18.044Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8ec27ac4-ec29-4076-a031-ac2d10c36874
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874 matches Tosca VF Customization UUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874
2021-09-25T07:47:18.045Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8ec27ac4-ec29-4076-a031-ac2d10c36874  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-25T07:47:18.047Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8ec27ac4-ec29-4076-a031-ac2d10c36874: {\"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-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bbbc075
2021-09-25T07:47:18.048Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c
2021-09-25T07:47:18.049Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ce9de7e-b7b1-4d5a-9c6d-087c68167a0c
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-25T07:47:18.051Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.051Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.052Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.052Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.053Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.053Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is not matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-25T07:47:18.054Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5fee43e9-61b6-488a-b6aa-aad5d871c7d2
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-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T07:47:18.057Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.058Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qCyxRg 0 is matching search criteria
2021-09-25T07:47:18.058Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qCyxRg 0] matching following query criteria: sdcType=VF, customizationUUID=8ec27ac4-ec29-4076-a031-ac2d10c36874
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-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b137cf22-370e-4216-8592-be177676d6c0: basic_onboard_qCyxRg
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.060Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.061Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qCyxRg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T07:47:18.062Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_qCyxRg 
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-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qCyxRg 13830966-ce19-4a6a-9bfb-bba8bc4428e8 1 ASDC deployResourceStructure
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json ASDC sendASDCNotification
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:18.145Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:18.147Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:18.147Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556038145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:47:18.247Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:18.248Z||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-25T07:47:18.248Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:18.258Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:18.258Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:19.148Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:19.149Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:19.151Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:19.151Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556039148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T07:47:19.251Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T07:47:19.252Z||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-25T07:47:19.252Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:19.262Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:19.263Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env
2021-09-25T07:47:20.152Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:20.153Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:20.155Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:20.155Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556040151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T07:47:20.255Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:20.257Z||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-25T07:47:20.257Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:20.271Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:20.272Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:21.156Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar ASDC sendASDCNotification
2021-09-25T07:47:21.157Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar
2021-09-25T07:47:21.157Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T07:47:21.158Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:47:21.160Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:47:21.160Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:47:21.260Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T07:47:21.261Z||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-25T07:47:21.261Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:21.270Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:21.270Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T07:47:22.162Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:47:22.171Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:47:22.173Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:47:22.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:47:22.174Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:47:52.175Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:47:52.195Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:47:52.196Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:47:52.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:47:52.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:47:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:47:55.918Z||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-25T07:47:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:47:55.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:47:55.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:55.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:55.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:47:55.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:48:22.198Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:48:22.206Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:48:22.207Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:48:52.208Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:48:52.215Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:48:52.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:48:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:48:55.918Z||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-25T07:48:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:48:55.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:48:55.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:48:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:48:55.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:22.217Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:49:22.244Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:49:22.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:49:52.247Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:49:52.255Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T07:49:52.257Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T07:49:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:49:55.917Z||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-25T07:49:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:49:56.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:49:56.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1632556017818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556015913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556019845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556017420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556022127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556030232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556030308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556030620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556031040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "cds",
  "timestamp": 1632556031628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-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-25T07:49:56.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:49:56.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556025127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556025222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556032049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556032946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "policy-id",
  "timestamp": 1632556033061,
  "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-25T07:49:56.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.510Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556033210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556033610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556033950,
  "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-25T07:49:56.526Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.527Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556027518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556035002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556028469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T07:49:56.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556035722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556037018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556037313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556038145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556039148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556040151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556041130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556041156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556042160,
  "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-25T07:49:56.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.552Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:49:56.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556043172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/resourceInstances/basic_onboard_qcyxrg0/artifacts/basic_onboard_qcyxrg0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556043409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "aai-ml",
  "timestamp": 1632556044413,
  "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-25T07:49:56.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.560Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556049077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556051085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQcyxrg/1.0/artifacts/service-BasicOnboardQcyxrg-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T07:49:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "clamp",
  "timestamp": 1632556052088,
  "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-25T07:49:56.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56a0026f-9d70-412a-883d-3a2dde834ef2
2021-09-25T07:49:56.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:50:22.258Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T07:50:22.277Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2
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-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T07:50:22.282Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T07:50:22.283Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T07:50:22.288Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T07:50:52.289Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56a0026f-9d70-412a-883d-3a2dde834ef2 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-25T07:50:52.296Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56a0026f-9d70-412a-883d-3a2dde834ef2 and serviceModelVersionId: b137cf22-370e-4216-8592-be177676d6c0
2021-09-25T07:50:52.297Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7c3646d-0d6b-4537-b518-a58340801045
2021-09-25T07:50:52.298Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0
2021-09-25T07:50:52.306Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T07:50:52.371Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?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-25T07:50:52.376Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|INFO|500||Invoke
2021-09-25T07:50:52.410Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T07:50:52.935Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0|INFO|500||InvokeReturn
2021-09-25T07:50:52.936Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e7c3646d-0d6b-4537-b518-a58340801045/model-vers/model-ver/b137cf22-370e-4216-8592-be177676d6c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-07:50:52:419-29903], vertex-id=[200720], Content-Length=[0], Date=[Sat, 25 Sep 2021 07:50:52 GMT], Content-Type=[application/json]}
2021-09-25T07:50:52.936Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T07:50:52.937Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T07:50:52.937Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T07:50:52.948Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T07:50:52.948Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56a0026f-9d70-412a-883d-3a2dde834ef2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T07:50:52.949Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T07:50:52.954Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-25T07:50:52.968Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T07:50:52.968Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556252949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:50:53.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-09-25T07:50:53.060Z||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-25T07:50:53.061Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:53.076Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:50:53.077Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-25T07:50:53.979Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:50:53.980Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:50:53.980Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:50:55.917Z||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-25T07:50:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:50:56.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:50:56.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T07:50:56.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56a0026f-9d70-412a-883d-3a2dde834ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556252949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T07:50:56.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T07:51:04.196Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:51:04.197Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:13.741Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:51:13.741Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:13.742Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:51:13.742Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:23.291Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:51:23.293Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:23.295Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:51:23.295Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:32.847Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:51:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:51:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:51:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:51:55.916Z||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-25T07:51:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:52:05.463Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:52:05.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:52:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:52:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:52:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:52:55.917Z||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-25T07:52:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:52:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:53:05.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:53:05.509Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:53:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:53:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:53:55.919Z||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-25T07:53:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:53:55.919Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:53:55.920Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:54:05.468Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:54:05.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:54:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:54:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:54:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:54:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:54:55.916Z||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-25T07:54:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:55:05.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:55:05.472Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:55:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:55:55.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:55:55.916Z||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-25T07:55:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:55:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:55:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:56:05.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:56:05.494Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:56:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:56:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:56:55.918Z||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-25T07:56:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:56:55.918Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:56:55.919Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:57:05.469Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:57:05.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:57:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:57:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:57:55.914Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:57:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:57:55.916Z||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-25T07:57:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:58:05.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:58:05.471Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:58:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:58:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:58:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:58:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:58:55.916Z||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-25T07:58:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:59:05.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:59:05.472Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T07:59:55.913Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:59:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T07:59:55.917Z||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-25T07:59:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T07:59:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T07:59:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:00:05.459Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:00:05.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:00:55.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:00:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:00:55.917Z||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-25T08:00:55.917Z||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-25T08:00:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:00:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:05.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:05.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:55.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:01:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:01:55.918Z||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-25T08:01:55.918Z||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-25T08:01:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:56.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:56.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:56.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f21c06a4-bbcc-4999-81c7-66219750f500","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cac9c443-69a2-430b-b383-5ccf1b936179","serviceDescription":"service","serviceInvariantUUID":"e194c4b7-d6cb-4b6f-8468-e81eeb636772","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d","resourceInvariantUUID":"5bd45efe-37a6-4cab-9ea5-10829dae7a23","resourceCustomizationUUID":"46e273b4-5bcf-42aa-8b9e-4596aeab0b05","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":"NWY4NzUxNmMzNDI0OGNlZTJjZGMxNjk2M2MyODUwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1490bb5-d946-473e-9717-e809615916d7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a11b79e-69c8-4098-8801-c4ea3e0bcd6b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:01:56.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556905125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556907517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "cds",
  "timestamp": 1632556904845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "policy-id",
  "timestamp": 1632556902127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "cds",
  "timestamp": 1632556904845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:01:56.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632556907517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632556905125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:01:56.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "policy-id",
  "timestamp": 1632556902127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:01:56.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "cds",
  "timestamp": 1632556914457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "policy-id",
  "timestamp": 1632556914441,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "cds",
  "timestamp": 1632556915465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-25T08:01:56.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:01:56.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T08:01:56.584Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:01:56.585Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556915914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:01:56.596Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:01:56.596Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:01:56.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:01:56.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "policy-id",
  "timestamp": 1632556915448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:01:56.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:01:56.684Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:01:56.685Z||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-25T08:01:56.685Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:56.696Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:56.697Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:01:57.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:01:57.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:01:57.590Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:01:57.590Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556915914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:01:57.690Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:01:57.691Z||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-25T08:01:57.692Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:01:57.721Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:01:57.721Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:01:58.591Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cac9c443-69a2-430b-b383-5ccf1b936179",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e194c4b7-d6cb-4b6f-8468-e81eeb636772",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "46e273b4-5bcf-42aa-8b9e-4596aeab0b05",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d",
      "resourceInvariantUUID": "5bd45efe-37a6-4cab-9ea5-10829dae7a23",
      "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": "Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a11b79e-69c8-4098-8801-c4ea3e0bcd6b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:01:58.592Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:01:58.592Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cac9c443-69a2-430b-b383-5ccf1b936179 ASDC
2021-09-25T08:01:58.593Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f21c06a4-bbcc-4999-81c7-66219750f500
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cac9c443-69a2-430b-b383-5ccf1b936179
ServiceInvariantUUID:e194c4b7-d6cb-4b6f-8468-e81eeb636772
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:3a11b79e-69c8-4098-8801-c4ea3e0bcd6b
ArtifactChecksum:Mzk1ZDU3MjcyMTQ3ODNiOWNjNGRiZmFlYjMyNTc2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:46e273b4-5bcf-42aa-8b9e-4596aeab0b05
ResourceInvariantUUID:5bd45efe-37a6-4cab-9ea5-10829dae7a23
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-25T08:01:58.593Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cac9c443-69a2-430b-b383-5ccf1b936179 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-25T08:01:58.617Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:01:58.618Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:01:58.618Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:01:58.619Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:01.829Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b 52177
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T08:02:01.832Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:01.833Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:02:01.833Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:02:01.835Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:02:01.835Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556921832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:02:01.935Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:02:01.936Z||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-25T08:02:01.936Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:01.950Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:02:01.951Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:02:02.836Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:02:02.837Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:02:02.837Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a11b79e-69c8-4098-8801-c4ea3e0bcd6b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:02.858Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-25T08:02:02.859Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:02.859Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.060Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9685518052475776958/Definitions/service-BasicNetwork-template.yml
2021-09-25T08:02:03.556Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.557Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:02:03.558Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:02:03.559Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.560Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.561Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.562Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cac9c443-69a2-430b-b383-5ccf1b936179
Model Version:NULL
Model InvariantUuid:e194c4b7-d6cb-4b6f-8468-e81eeb636772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5bd45efe-37a6-4cab-9ea5-10829dae7a23
Model UUID:8431e476-7334-474f-acf3-b3b6902ae3d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:46e273b4-5bcf-42aa-8b9e-4596aeab0b05
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-25T08:02:03.568Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 1f4f1e8d-e94b-4d20-a73a-5e3b8af35a7d
2021-09-25T08:02:03.568Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||No resources found for Service: cac9c443-69a2-430b-b383-5ccf1b936179
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-25T08:02:03.577Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||
2021-09-25T08:02:03.577Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-25T08:02:03.578Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-25T08:02:03.579Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:02:03.584Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fc4a5dc, org.onap.sdc.toscaparser.api.parameters.Input@47edb250, org.onap.sdc.toscaparser.api.parameters.Input@7afcfdc9, org.onap.sdc.toscaparser.api.parameters.Input@606bb57d, org.onap.sdc.toscaparser.api.parameters.Input@1afb06e9]
2021-09-25T08:02:03.585Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.585Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cac9c443-69a2-430b-b383-5ccf1b936179: Generic NeutronNet
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.586Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.587Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.587Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-25T08:02:03.631Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.632Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:02:03.633Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:02:03.633Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-25T08:02:03.690Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:02:03.691Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:02:03.694Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:02:03.694Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556923691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:02:03.794Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:02:03.795Z||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-25T08:02:03.795Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:03.808Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:02:03.808Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:02:04.695Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:02:04.703Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-25T08:02:04.705Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:02:04.705Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:02:04.706Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:02:34.706Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:02:34.714Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-25T08:02:34.715Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:02:34.715Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:02:34.716Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:02:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:02:55.916Z||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-25T08:02:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:02:56.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "policy-id",
  "timestamp": 1632556916451,
  "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-25T08:02:56.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:02:56.063Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:03:04.716Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:03:04.725Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-25T08:03:04.731Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:03:04.731Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:03:04.732Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:03:34.732Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:03:34.749Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:03:34.751Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:03:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:03:55.918Z||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-25T08:03:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:03:56.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:03:56.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556915914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556915914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556917418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "dcae-sch",
  "timestamp": 1632556917816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556917418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "dcae-sch",
  "timestamp": 1632556917816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556921832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556923055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632556923691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:03:56.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556924697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632556925702,
  "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-25T08:03:56.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "aai-ml",
  "timestamp": 1632556925223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "aai-ml",
  "timestamp": 1632556925223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "aai-ml",
  "timestamp": 1632556928737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "clamp",
  "timestamp": 1632556928469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:03:56.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "clamp",
  "timestamp": 1632556928469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "aai-ml",
  "timestamp": 1632556934133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "clamp",
  "timestamp": 1632556934248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "aai-ml",
  "timestamp": 1632556935138,
  "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-25T08:03:56.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.484Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:03:56.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "clamp",
  "timestamp": 1632556936261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:03:56.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "clamp",
  "timestamp": 1632556937264,
  "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-25T08:03:56.494Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f21c06a4-bbcc-4999-81c7-66219750f500
2021-09-25T08:03:56.494Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:04:04.752Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:04:04.760Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500
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-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:04:04.763Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:04:04.764Z|f21c06a4-bbcc-4999-81c7-66219750f500|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-25T08:04:04.768Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:04:34.769Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f21c06a4-bbcc-4999-81c7-66219750f500 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-25T08:04:34.780Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f21c06a4-bbcc-4999-81c7-66219750f500 and serviceModelVersionId: cac9c443-69a2-430b-b383-5ccf1b936179
2021-09-25T08:04:34.780Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e194c4b7-d6cb-4b6f-8468-e81eeb636772
2021-09-25T08:04:34.781Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0
2021-09-25T08:04:34.789Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:04:34.860Z|f21c06a4-bbcc-4999-81c7-66219750f500|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/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?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-25T08:04:34.861Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|INFO|500||Invoke
2021-09-25T08:04:34.889Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:04:35.001Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0|INFO|500||InvokeReturn
2021-09-25T08:04:35.002Z|f21c06a4-bbcc-4999-81c7-66219750f500|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/e194c4b7-d6cb-4b6f-8468-e81eeb636772/model-vers/model-ver/cac9c443-69a2-430b-b383-5ccf1b936179?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-08:04:34:896-52080], vertex-id=[217208], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:04:34 GMT], Content-Type=[application/json]}
2021-09-25T08:04:35.002Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:04:35.003Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:04:35.003Z|f21c06a4-bbcc-4999-81c7-66219750f500|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-25T08:04:35.019Z|f21c06a4-bbcc-4999-81c7-66219750f500|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-25T08:04:35.020Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f21c06a4-bbcc-4999-81c7-66219750f500 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:04:35.021Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:04:35.021Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:35.024Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:35.025Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557075020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:04:35.124Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:35.126Z||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-25T08:04:35.126Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:35.141Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:35.142Z||pool-39-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-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|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-25T08:04:36.037Z|f21c06a4-bbcc-4999-81c7-66219750f500|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:40.461Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:40.462Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:04:40.463Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab78ee18-db14-40e2-846d-2188890bc7a9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d9ec9b5b-7c45-4ea3-97e6-435d66675f9d","serviceDescription":"service","serviceInvariantUUID":"572d01e1-082d-47a5-a831-bc168cfb6752","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b6ae31b-493c-4e39-85b1-96ad6188e816","resourceInvariantUUID":"1fd82293-d9d9-4a04-bf21-30fa13f44f82","resourceCustomizationUUID":"29058908-292e-42da-aba1-d8edd3b8edf1","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":"MjAwOTVjYzU5MDQ0N2QyYjMxNTgyNDE5MDNjNTM3NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fdbabd1-f867-45c4-b622-a9891ec79eb6","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":"N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"478962df-8296-4078-b3f2-6abb9b414ae0","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":"6391d6c8-1962-4281-aa54-bf3083a81c2c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c711744-f4f1-4079-a575-244b72e613be","artifactVersion":"2","generatedFromUUID":"478962df-8296-4078-b3f2-6abb9b414ae0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2RmOTJkNzZmMzNjMTJmMmFlMWUzM2EyODdhYjcxYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77ed3495-98c4-474e-baea-67c38657cee0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b07e7a8f-d775-4ee8-b384-b55d25f6766e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:04:40.465Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:40.466Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:40.467Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:40.468Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:40.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:40.569Z||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-25T08:04:40.569Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:40.577Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:40.577Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:41.468Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:41.469Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:41.471Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:41.471Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:41.572Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:41.573Z||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-25T08:04:41.573Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:41.582Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:41.582Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:42.472Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:42.473Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:42.474Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:42.475Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:42.575Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:42.576Z||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-25T08:04:42.576Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:42.585Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:42.585Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:43.475Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:43.476Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:43.479Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:43.479Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:43.579Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:43.580Z||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-25T08:04:43.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:43.599Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:43.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:44.483Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:44.484Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:44.486Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:44.486Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:04:44.586Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:44.587Z||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-25T08:04:44.587Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:44.605Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:44.606Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:45.487Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:45.488Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:45.491Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:45.491Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:45.591Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:45.592Z||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-25T08:04:45.593Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:45.608Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:45.609Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:46.492Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:04:46.493Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:46.495Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:46.495Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:46.602Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-25T08:04:46.604Z||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-25T08:04:46.604Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:46.621Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:46.621Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:47.496Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d9ec9b5b-7c45-4ea3-97e6-435d66675f9d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "572d01e1-082d-47a5-a831-bc168cfb6752",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "29058908-292e-42da-aba1-d8edd3b8edf1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b6ae31b-493c-4e39-85b1-96ad6188e816",
      "resourceInvariantUUID": "1fd82293-d9d9-4a04-bf21-30fa13f44f82",
      "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": "N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "478962df-8296-4078-b3f2-6abb9b414ae0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8c711744-f4f1-4079-a575-244b72e613be",
            "generatedFromUUID": "478962df-8296-4078-b3f2-6abb9b414ae0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8c711744-f4f1-4079-a575-244b72e613be",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b07e7a8f-d775-4ee8-b384-b55d25f6766e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:04:47.497Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:04:47.497Z|f21c06a4-bbcc-4999-81c7-66219750f500|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9ec9b5b-7c45-4ea3-97e6-435d66675f9d ASDC
2021-09-25T08:04:47.498Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ab78ee18-db14-40e2-846d-2188890bc7a9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d9ec9b5b-7c45-4ea3-97e6-435d66675f9d
ServiceInvariantUUID:572d01e1-082d-47a5-a831-bc168cfb6752
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:b07e7a8f-d775-4ee8-b384-b55d25f6766e
ArtifactChecksum:YjA1YTU1YTI3ODMxY2EyMDczNDIwMzdjYzcyOGYyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:29058908-292e-42da-aba1-d8edd3b8edf1
ResourceInvariantUUID:1fd82293-d9d9-4a04-bf21-30fa13f44f82
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6b6ae31b-493c-4e39-85b1-96ad6188e816
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:24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30
ArtifactChecksum:N2IzYTY0YjE0YTE2OThhMGNjNmVjMzk4OWMyYjVhMGQ=
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:478962df-8296-4078-b3f2-6abb9b414ae0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8c711744-f4f1-4079-a575-244b72e613be
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8c711744-f4f1-4079-a575-244b72e613be
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T08:04:47.498Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9ec9b5b-7c45-4ea3-97e6-435d66675f9d 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-25T08:04:47.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:04:47.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b07e7a8f-d775-4ee8-b384-b55d25f6766e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:04:47.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:48.149Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:04:48.152Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b07e7a8f-d775-4ee8-b384-b55d25f6766e 70851
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:04:48.153Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:48.155Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:48.155Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557088153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:48.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:04:48.256Z||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-25T08:04:48.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:48.328Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:48.328Z||pool-47-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:49.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:04:49.157Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:04:49.157Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b07e7a8f-d775-4ee8-b384-b55d25f6766e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.158Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:49.573Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7990938732525830695/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-25T08:04:50.814Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.815Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.816Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.817Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.818Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.819Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T08:04:50.820Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.821Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.822Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:50.823Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.825Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T08:04:50.826Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T08:04:50.826Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:04:50.826Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b29699e4-5967-4c86-8fa7-15d9f31a65df
2021-09-25T08:04:50.827Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.827Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.827Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.827Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.828Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.829Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.829Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:50.829Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:50.829Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d9ec9b5b-7c45-4ea3-97e6-435d66675f9d
Model Version:NULL
Model InvariantUuid:572d01e1-082d-47a5-a831-bc168cfb6752
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:88dda892-6188-4301-ab8a-a4e6f1cc66a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fd82293-d9d9-4a04-bf21-30fa13f44f82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:29058908-292e-42da-aba1-d8edd3b8edf1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c08509aa-1692-4e1b-a96a-49333fa90c3b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:21f2384e-b4b3-4cd3-a4c6-3e9e8b775c7c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b29699e4-5967-4c86-8fa7-15d9f31a65df
ModelInvariantUuid:7a2605c9-e428-4db9-9607-f7a87ec66639
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0672053b-5639-4c88-a835-9110423d09ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d47d674f-97eb-46eb-aef9-584698cadcf4
ModelInvariantUuid:c4936a98-0ea3-410b-b41a-41903fa253bc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:842bfbfb-668a-409d-9bc2-f4ed3cd6fd2d
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-25T08:04:50.843Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b6ae31b-493c-4e39-85b1-96ad6188e816
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-25T08:04:50.846Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-25T08:04:50.846Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b6ae31b-493c-4e39-85b1-96ad6188e816
2021-09-25T08:04:50.847Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T08:04:50.847Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:04:50.847Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T08:04:51.642Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:04:51.643Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 24bc27e4-80cf-4d60-9b1d-8b00fe0a0d30 787
2021-09-25T08:04:51.643Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-25T08:04:51.643Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T08:04:51.643Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:04:51.643Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:51.646Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:51.646Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557091643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:51.747Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:04:51.748Z||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-25T08:04:51.749Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:51.764Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:51.765Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:52.647Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c08509aa-1692-4e1b-a96a-49333fa90c3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21f2384e-b4b3-4cd3-a4c6-3e9e8b775c7c",
    "vfModuleModelCustomizationUUID": "19fdb8a0-52ab-4a59-be9e-298605c89421",
    "isBase": true,
    "artifacts": [
      "478962df-8296-4078-b3f2-6abb9b414ae0",
      "8c711744-f4f1-4079-a575-244b72e613be"
    ],
    "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-25T08:04:52.653Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21f2384e-b4b3-4cd3-a4c6-3e9e8b775c7c
VfModuleModelInvariantUUID:c08509aa-1692-4e1b-a96a-49333fa90c3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
478962df-8296-4078-b3f2-6abb9b414ae0
,
8c711744-f4f1-4079-a575-244b72e613be

}
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-25T08:04:52.656Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c08509aa-1692-4e1b-a96a-49333fa90c3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21f2384e-b4b3-4cd3-a4c6-3e9e8b775c7c",
    "vfModuleModelCustomizationUUID": "19fdb8a0-52ab-4a59-be9e-298605c89421",
    "isBase": true,
    "artifacts": [
      "478962df-8296-4078-b3f2-6abb9b414ae0",
      "8c711744-f4f1-4079-a575-244b72e613be"
    ],
    "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-25T08:04:52.656Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21f2384e-b4b3-4cd3-a4c6-3e9e8b775c7c
VfModuleModelInvariantUUID:c08509aa-1692-4e1b-a96a-49333fa90c3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
478962df-8296-4078-b3f2-6abb9b414ae0
,
8c711744-f4f1-4079-a575-244b72e613be

}
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-25T08:04:52.656Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 478962df-8296-4078-b3f2-6abb9b414ae0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T08:04:52.657Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:04:52.658Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T08:04:53.526Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:04:53.527Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 478962df-8296-4078-b3f2-6abb9b414ae0 5033
2021-09-25T08:04:53.528Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-25T08:04:53.528Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T08:04:53.528Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:04:53.529Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:53.531Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:53.531Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557093528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:53.631Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:53.632Z||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-25T08:04:53.632Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:53.643Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:53.643Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:54.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8c711744-f4f1-4079-a575-244b72e613be from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T08:04:54.532Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:04:54.533Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T08:04:55.011Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:04:55.012Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8c711744-f4f1-4079-a575-244b72e613be 903
2021-09-25T08:04:55.012Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-25T08:04:55.012Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T08:04:55.013Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:04:55.013Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:55.015Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:55.015Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557095012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:55.115Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:55.116Z||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-25T08:04:55.116Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:55.128Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:55.129Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:04:55.917Z||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-25T08:04:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:56.016Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d9ec9b5b-7c45-4ea3-97e6-435d66675f9d
2021-09-25T08:04:56.016Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6b6ae31b-493c-4e39-85b1-96ad6188e816 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-25T08:04:56.030Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9e8f3b, org.onap.sdc.toscaparser.api.parameters.Input@4295f0f4, org.onap.sdc.toscaparser.api.parameters.Input@1a6e98e1, org.onap.sdc.toscaparser.api.parameters.Input@723a26f2, org.onap.sdc.toscaparser.api.parameters.Input@9a688d9]
2021-09-25T08:04:56.032Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.032Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.032Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-25T08:04:56.032Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 29058908-292e-42da-aba1-d8edd3b8edf1
2021-09-25T08:04:56.032Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29058908-292e-42da-aba1-d8edd3b8edf1 matches Tosca VF Customization UUID: 29058908-292e-42da-aba1-d8edd3b8edf1
2021-09-25T08:04:56.033Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 29058908-292e-42da-aba1-d8edd3b8edf1  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-25T08:04:56.035Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.036Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.036Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 29058908-292e-42da-aba1-d8edd3b8edf1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-25T08:04:56.036Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29b054a4
2021-09-25T08:04:56.036Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.037Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:04:56.037Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19fdb8a0-52ab-4a59-be9e-298605c89421
2021-09-25T08:04:56.037Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19fdb8a0-52ab-4a59-be9e-298605c89421
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-25T08:04:56.039Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.040Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:56.040Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:56.040Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.040Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:56.041Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:56.041Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.041Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-25T08:04:56.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:56.041Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T08:04:56.042Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:04:56.042Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b29699e4-5967-4c86-8fa7-15d9f31a65df
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-25T08:04:56.045Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.045Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:56.045Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:04:56.046Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.046Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-25T08:04:56.046Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=29058908-292e-42da-aba1-d8edd3b8edf1
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-25T08:04:56.049Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.050Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.050Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d9ec9b5b-7c45-4ea3-97e6-435d66675f9d: basic_vm
2021-09-25T08:04:56.050Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.051Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.051Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.051Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.051Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.051Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.052Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.052Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.052Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:04:56.052Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:04:56.052Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:04:56.129Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6b6ae31b-493c-4e39-85b1-96ad6188e816 1 ASDC deployResourceStructure
2021-09-25T08:04:56.129Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-25T08:04:56.129Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-25T08:04:56.129Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:04:56.130Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:56.132Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:56.132Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557096129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.232Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:56.233Z||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-25T08:04:56.233Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:56.247Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:56.248Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:56.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557048469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557054848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "dcae-sch",
  "timestamp": 1632557057816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557066012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "cds",
  "timestamp": 1632557067023,
  "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-25T08:04:56.289Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.289Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557062127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557070951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557065125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557071957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "policy-id",
  "timestamp": 1632557072960,
  "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-25T08:04:56.323Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.324Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557067418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557067516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f21c06a4-bbcc-4999-81c7-66219750f500",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557075020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557075272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557075778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557075791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557077283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557077501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557078189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "clamp",
  "timestamp": 1632557078286,
  "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-25T08:04:56.343Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557069845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557079196,
  "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-25T08:04:56.355Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.355Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557081600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557082110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557082643,
  "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-25T08:04:56.372Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.372Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557083650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557084305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "cds",
  "timestamp": 1632557084702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:04:56.390Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:04:56.390Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:04:56.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "dcae-sch",
  "timestamp": 1632557077816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557079292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557088153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557082127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557091643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557091678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.411Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557092685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557085125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557093276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557093528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557093535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:56.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "policy-id",
  "timestamp": 1632557093689,
  "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-25T08:04:56.420Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:04:56.420Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:04:56.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "aai-ml",
  "timestamp": 1632557094540,
  "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-25T08:04:56.430Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab78ee18-db14-40e2-846d-2188890bc7a9
2021-09-25T08:04:56.430Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:04:56.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557095012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:04:56.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:04:56.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557087516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:04:56.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:56.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:04:56.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:04:56.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:04:57.133Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-25T08:04:57.133Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-25T08:04:57.134Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:04:57.134Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:57.136Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:57.136Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557097133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:57.237Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:57.238Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-25T08:04:57.238Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:57.249Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:57.250Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:04:58.137Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-25T08:04:58.138Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-25T08:04:58.138Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:04:58.138Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:58.140Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:58.140Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557098137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:58.241Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:04:58.242Z||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-25T08:04:58.242Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:58.251Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:58.251Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:04:59.141Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-25T08:04:59.142Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-25T08:04:59.142Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:04:59.142Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:04:59.144Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:04:59.144Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557099141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:04:59.244Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:04:59.245Z||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-25T08:04:59.245Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:04:59.257Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:04:59.258Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:00.145Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab78ee18-db14-40e2-846d-2188890bc7a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:05:00.152Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab78ee18-db14-40e2-846d-2188890bc7a9
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-25T08:05:00.155Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:05:00.156Z|ab78ee18-db14-40e2-846d-2188890bc7a9|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-25T08:05:00.159Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:05:30.160Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab78ee18-db14-40e2-846d-2188890bc7a9 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-25T08:05:30.173Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab78ee18-db14-40e2-846d-2188890bc7a9 and serviceModelVersionId: d9ec9b5b-7c45-4ea3-97e6-435d66675f9d
2021-09-25T08:05:30.173Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 572d01e1-082d-47a5-a831-bc168cfb6752
2021-09-25T08:05:30.176Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0
2021-09-25T08:05:30.185Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:05:30.255Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0|INFO|500||Invoke
2021-09-25T08:05:30.256Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab78ee18-db14-40e2-846d-2188890bc7a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1200ecb-6294-4dd8-a7e6-e47a607a59d7], X-ECOMP-RequestID=[ab78ee18-db14-40e2-846d-2188890bc7a9], X-TransactionId=[], X-ONAP-RequestID=[ab78ee18-db14-40e2-846d-2188890bc7a9], Content-Type=[application/merge-patch+json]}
2021-09-25T08:05:30.284Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:05:30.542Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?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/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-08:05:30:292-19891], vertex-id=[217136], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:05:30 GMT], Content-Type=[application/json]}
2021-09-25T08:05:30.543Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:05:30.543Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/572d01e1-082d-47a5-a831-bc168cfb6752/model-vers/model-ver/d9ec9b5b-7c45-4ea3-97e6-435d66675f9d?depth=0|INFO|500||InvokeReturn
2021-09-25T08:05:30.544Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:05:30.544Z|ab78ee18-db14-40e2-846d-2188890bc7a9|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-25T08:05:30.551Z|ab78ee18-db14-40e2-846d-2188890bc7a9|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-25T08:05:30.552Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab78ee18-db14-40e2-846d-2188890bc7a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:05:30.552Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:05:30.553Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:30.556Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:30.557Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557130552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:05:30.656Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:05:30.658Z||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-25T08:05:30.658Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:30.675Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:30.676Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 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-25T08:05:31.575Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:05:31.575Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f706f59-7bc4-4f72-ac76-013264aeb303","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e6f927c8-ed82-4bb2-be43-864f349c5670","serviceDescription":"service","serviceInvariantUUID":"1c90133e-09bb-454b-a118-63b67181ffa1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1adbb8f5-e3f7-49a1-9400-71b7907cdc4f","resourceInvariantUUID":"fb2f82ad-1f25-4db3-9bf4-73744e7bd78a","resourceCustomizationUUID":"91c0efca-d11d-45c8-8355-f1327b1a03ed","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":"NWI4NTQyM2RhZmRiYjA4ZDU0NGNiMTg0ZTc4MzM2Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1df2a9f0-d072-4a52-b2a9-35aed968fc00","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":"N2RiYTdjZTU0ZDg1ODMyYmRiZmU2NTRmOGNmMGRmM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7552bfaa-cccb-412c-a4d7-21e921ed5425","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"06cc3f63-6d19-4b41-a322-b83de05402b3","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":"47053b1a-dd8a-42a9-988d-1cae281c281b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce0c561f-d17b-42f0-9a9c-538da7360349","artifactVersion":"2","generatedFromUUID":"06cc3f63-6d19-4b41-a322-b83de05402b3"},{"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":"NGNkZmVhYmNmNjNkNzJhZjlkNWRkZGQ3YTk5NDdjOWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6a199545-7c0b-490e-b5d5-3d30b6924640","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":"YmFmODVlZWE2OWUyNTc1OTk2MWE1MTQ2Mzg2MDI0YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75b0270f-5490-4af6-80ff-7632fcae5c56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGY3MGNlNGZkNzI2YmYwMjY3OGZiNjQwNjY2NGMxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c09f70e8-d2f4-41be-9086-346b5bbac6bc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:05:31.591Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:31.591Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:31.599Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:31.599Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:05:31.694Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-25T08:05:31.695Z||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-25T08:05:31.695Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:31.705Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:31.706Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:05:32.602Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:32.603Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:32.606Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:32.606Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:05:32.706Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:32.707Z||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-25T08:05:32.707Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:32.717Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:32.717Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:33.607Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:33.608Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:33.610Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:33.610Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:05:33.710Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:33.711Z||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-25T08:05:33.711Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:33.720Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:33.721Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:34.611Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:34.612Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:34.616Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:34.616Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:05:34.716Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:34.717Z||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-25T08:05:34.717Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:34.726Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:34.727Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:05:35.617Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:35.617Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:35.620Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:35.620Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:05:35.720Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:35.721Z||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-25T08:05:35.721Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:35.733Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:35.734Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:05:36.621Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:36.621Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:36.623Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:36.624Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:05:36.724Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:36.724Z||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-25T08:05:36.725Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:36.733Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:36.734Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:37.624Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:37.625Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:37.628Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:37.628Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:05:37.728Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:37.729Z||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-25T08:05:37.729Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:37.739Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:37.740Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:38.629Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:05:38.629Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:38.631Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:38.631Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:05:38.732Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:38.733Z||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-25T08:05:38.733Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:38.742Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:38.743Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:39.634Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e6f927c8-ed82-4bb2-be43-864f349c5670",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1c90133e-09bb-454b-a118-63b67181ffa1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "91c0efca-d11d-45c8-8355-f1327b1a03ed",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1adbb8f5-e3f7-49a1-9400-71b7907cdc4f",
      "resourceInvariantUUID": "fb2f82ad-1f25-4db3-9bf4-73744e7bd78a",
      "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": "N2RiYTdjZTU0ZDg1ODMyYmRiZmU2NTRmOGNmMGRmM2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7552bfaa-cccb-412c-a4d7-21e921ed5425",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "06cc3f63-6d19-4b41-a322-b83de05402b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ce0c561f-d17b-42f0-9a9c-538da7360349",
            "generatedFromUUID": "06cc3f63-6d19-4b41-a322-b83de05402b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ce0c561f-d17b-42f0-9a9c-538da7360349",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGY3MGNlNGZkNzI2YmYwMjY3OGZiNjQwNjY2NGMxOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c09f70e8-d2f4-41be-9086-346b5bbac6bc"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:05:39.634Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:05:39.634Z|ab78ee18-db14-40e2-846d-2188890bc7a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6f927c8-ed82-4bb2-be43-864f349c5670 ASDC
2021-09-25T08:05:39.635Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2f706f59-7bc4-4f72-ac76-013264aeb303
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e6f927c8-ed82-4bb2-be43-864f349c5670
ServiceInvariantUUID:1c90133e-09bb-454b-a118-63b67181ffa1
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:c09f70e8-d2f4-41be-9086-346b5bbac6bc
ArtifactChecksum:OGY3MGNlNGZkNzI2YmYwMjY3OGZiNjQwNjY2NGMxOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:91c0efca-d11d-45c8-8355-f1327b1a03ed
ResourceInvariantUUID:fb2f82ad-1f25-4db3-9bf4-73744e7bd78a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1adbb8f5-e3f7-49a1-9400-71b7907cdc4f
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:7552bfaa-cccb-412c-a4d7-21e921ed5425
ArtifactChecksum:N2RiYTdjZTU0ZDg1ODMyYmRiZmU2NTRmOGNmMGRmM2Y=
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:06cc3f63-6d19-4b41-a322-b83de05402b3
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ce0c561f-d17b-42f0-9a9c-538da7360349
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ce0c561f-d17b-42f0-9a9c-538da7360349
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T08:05:39.635Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6f927c8-ed82-4bb2-be43-864f349c5670 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-25T08:05:39.663Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:05:39.663Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:05:39.664Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:05:39.664Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c09f70e8-d2f4-41be-9086-346b5bbac6bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T08:05:39.664Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:05:39.664Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-25T08:05:41.907Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:05:41.913Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c09f70e8-d2f4-41be-9086-346b5bbac6bc 78613
2021-09-25T08:05:41.913Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:41.913Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:41.914Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:05:41.914Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:41.916Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:41.916Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557141913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:05:42.016Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:42.017Z||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-25T08:05:42.017Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:42.028Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:42.028Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:42.917Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:05:42.918Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:05:42.918Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c09f70e8-d2f4-41be-9086-346b5bbac6bc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:42.918Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-25T08:05:42.919Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:42.919Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:43.091Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15955855483693418671/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-25T08:05:44.318Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:44.319Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-BasicVmMacro-csar.csar
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.320Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.321Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:44.322Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:05:44.322Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:05:44.322Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.322Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:05:44.323Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T08:05:44.324Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.324Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:05:44.324Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.324Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:44.324Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:44.325Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca46b803-1136-40d0-aeb0-fbafc58073c2
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.326Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:44.327Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e6f927c8-ed82-4bb2-be43-864f349c5670
Model Version:NULL
Model InvariantUuid:1c90133e-09bb-454b-a118-63b67181ffa1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:657b101c-7e55-417e-94f4-5f536f19c0ce
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb2f82ad-1f25-4db3-9bf4-73744e7bd78a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91c0efca-d11d-45c8-8355-f1327b1a03ed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d0648b50-f1fb-42bf-8471-437fefd98b3e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8b1e77ce-fd02-4782-9a72-d2950897343f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ca46b803-1136-40d0-aeb0-fbafc58073c2
ModelInvariantUuid:33ca1275-a2fd-4422-ac9c-d3524b729ddb
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:063f9109-1e72-434d-b6a9-6de830a428e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:611f575b-9ca7-467d-90bc-8d64ba3b563f
ModelInvariantUuid:816e6870-fde7-45ad-8538-67fb8e7d4518
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9f1013be-9790-4efc-84a2-bbf9960a7851
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-25T08:05:44.335Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1adbb8f5-e3f7-49a1-9400-71b7907cdc4f
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-25T08:05:44.337Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-09-25T08:05:44.337Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1adbb8f5-e3f7-49a1-9400-71b7907cdc4f
2021-09-25T08:05:44.337Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7552bfaa-cccb-412c-a4d7-21e921ed5425 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-25T08:05:44.338Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:05:44.338Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:44.919Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:05:44.919Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7552bfaa-cccb-412c-a4d7-21e921ed5425 792
2021-09-25T08:05:44.920Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:44.920Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:44.920Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:05:44.920Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:44.922Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:44.923Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557144920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:05:45.023Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:45.024Z||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-25T08:05:45.024Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:45.035Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:45.035Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:45.927Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d0648b50-f1fb-42bf-8471-437fefd98b3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b1e77ce-fd02-4782-9a72-d2950897343f",
    "vfModuleModelCustomizationUUID": "e7c2bcf0-4a31-460d-bbee-84ef6989b1b6",
    "isBase": true,
    "artifacts": [
      "06cc3f63-6d19-4b41-a322-b83de05402b3",
      "ce0c561f-d17b-42f0-9a9c-538da7360349"
    ],
    "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-25T08:05:45.932Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b1e77ce-fd02-4782-9a72-d2950897343f
VfModuleModelInvariantUUID:d0648b50-f1fb-42bf-8471-437fefd98b3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
06cc3f63-6d19-4b41-a322-b83de05402b3
,
ce0c561f-d17b-42f0-9a9c-538da7360349

}
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-25T08:05:45.934Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d0648b50-f1fb-42bf-8471-437fefd98b3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b1e77ce-fd02-4782-9a72-d2950897343f",
    "vfModuleModelCustomizationUUID": "e7c2bcf0-4a31-460d-bbee-84ef6989b1b6",
    "isBase": true,
    "artifacts": [
      "06cc3f63-6d19-4b41-a322-b83de05402b3",
      "ce0c561f-d17b-42f0-9a9c-538da7360349"
    ],
    "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-25T08:05:45.934Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b1e77ce-fd02-4782-9a72-d2950897343f
VfModuleModelInvariantUUID:d0648b50-f1fb-42bf-8471-437fefd98b3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
06cc3f63-6d19-4b41-a322-b83de05402b3
,
ce0c561f-d17b-42f0-9a9c-538da7360349

}
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-25T08:05:45.934Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 06cc3f63-6d19-4b41-a322-b83de05402b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-25T08:05:45.935Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:05:45.935Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:46.820Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:05:46.821Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 06cc3f63-6d19-4b41-a322-b83de05402b3 5033
2021-09-25T08:05:46.821Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:46.821Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:46.821Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:05:46.821Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:46.823Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:46.823Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557146821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:05:46.923Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:46.924Z||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-25T08:05:46.924Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:46.938Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:46.939Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:47.827Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ce0c561f-d17b-42f0-9a9c-538da7360349 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-25T08:05:47.827Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:05:47.827Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:48.630Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:05:48.631Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ce0c561f-d17b-42f0-9a9c-538da7360349 903
2021-09-25T08:05:48.631Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:48.631Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:48.631Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:05:48.631Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:48.633Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:48.633Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557148631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:05:48.733Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:48.734Z||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-25T08:05:48.734Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:48.763Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:48.764Z||pool-67-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:49.634Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e6f927c8-ed82-4bb2-be43-864f349c5670
2021-09-25T08:05:49.634Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1adbb8f5-e3f7-49a1-9400-71b7907cdc4f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:05:49.646Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1819ad62, org.onap.sdc.toscaparser.api.parameters.Input@4842e546, org.onap.sdc.toscaparser.api.parameters.Input@79423f11, org.onap.sdc.toscaparser.api.parameters.Input@373e0135, org.onap.sdc.toscaparser.api.parameters.Input@6219d80d]
2021-09-25T08:05:49.648Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.648Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.648Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-25T08:05:49.648Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 91c0efca-d11d-45c8-8355-f1327b1a03ed
2021-09-25T08:05:49.648Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91c0efca-d11d-45c8-8355-f1327b1a03ed matches Tosca VF Customization UUID: 91c0efca-d11d-45c8-8355-f1327b1a03ed
2021-09-25T08:05:49.649Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 91c0efca-d11d-45c8-8355-f1327b1a03ed  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-25T08:05:49.650Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.651Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.651Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 91c0efca-d11d-45c8-8355-f1327b1a03ed: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-25T08:05:49.651Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@128ce7fd
2021-09-25T08:05:49.651Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.652Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:05:49.652Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7c2bcf0-4a31-460d-bbee-84ef6989b1b6
2021-09-25T08:05:49.652Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7c2bcf0-4a31-460d-bbee-84ef6989b1b6
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-25T08:05:49.654Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.654Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:49.654Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:49.655Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.655Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:49.655Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:49.655Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.655Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-25T08:05:49.656Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-25T08:05:49.656Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-25T08:05:49.656Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca46b803-1136-40d0-aeb0-fbafc58073c2
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-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-25T08:05:49.658Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=91c0efca-d11d-45c8-8355-f1327b1a03ed
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-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e6f927c8-ed82-4bb2-be43-864f349c5670: basic_vm_macro
2021-09-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.660Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.661Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:05:49.662Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:05:49.662Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:49.741Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1adbb8f5-e3f7-49a1-9400-71b7907cdc4f 1 ASDC deployResourceStructure
2021-09-25T08:05:49.742Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:49.742Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:49.742Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:05:49.743Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:49.745Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:49.745Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557149742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:05:49.845Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:49.847Z||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-25T08:05:49.847Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:49.859Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:49.860Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:50.746Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:50.746Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:50.746Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:05:50.747Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:50.748Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:50.749Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557150746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:05:50.849Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:50.849Z||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-25T08:05:50.850Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:50.860Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:50.860Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:51.749Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:51.750Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:51.750Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:05:51.750Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:51.752Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:51.752Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557151749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:05:51.852Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:05:51.853Z||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-25T08:05:51.853Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:51.862Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:51.863Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:52.753Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:52.753Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||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-25T08:05:52.753Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:05:52.753Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:05:52.755Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:05:52.756Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557152752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:05:52.857Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:05:52.859Z||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-25T08:05:52.859Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:52.872Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:52.873Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:05:53.756Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:05:53.768Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:05:53.771Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:05:53.771Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:05:53.771Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:05:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:05:55.917Z||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-25T08:05:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:05:55.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:05:55.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:05:55.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557096129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:05:55.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:06:23.772Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:06:23.779Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:06:23.781Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:06:23.781Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:06:23.781Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:06:53.782Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:06:53.799Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:06:53.801Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:06:53.802Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:06:53.802Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:06:55.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:06:55.917Z||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-25T08:06:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:06:55.941Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:06:55.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:06:55.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557096278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:06:55.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:23.802Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:07:23.812Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:07:23.814Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:07:23.814Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:07:23.814Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:07:53.815Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:07:53.823Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:07:53.826Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:07:53.826Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:07:53.827Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:07:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:07:55.917Z||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-25T08:07:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:07:55.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:07:56.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557096891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557097133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "clamp",
  "timestamp": 1632557097282,
  "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-25T08:07:56.460Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:07:56.460Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:07:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557098137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557099141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557100221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557075223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557102930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557103959,
  "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-25T08:07:56.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:07:56.485Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:07:56.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557104029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557104964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557097418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557106732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557108956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557109963,
  "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-25T08:07:56.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:07:56.514Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:07:56.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557099846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "dcae-sch",
  "timestamp": 1632557097819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557102127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557112631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557113549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "aai-ml",
  "timestamp": 1632557113635,
  "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-25T08:07:56.536Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f706f59-7bc4-4f72-ac76-013264aeb303
2021-09-25T08:07:56.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:07:56.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557113629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557105127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "cds",
  "timestamp": 1632557114555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:07:56.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.550Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557114636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "policy-id",
  "timestamp": 1632557115639,
  "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-25T08:07:56.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557107516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557108469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557117809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557121297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557114638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557123422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557123597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557124917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557125112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557125295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557126164,
  "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-25T08:07:56.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "clamp",
  "timestamp": 1632557126298,
  "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-25T08:07:56.579Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.579Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557127168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab78ee18-db14-40e2-846d-2188890bc7a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557130552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557133030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "aai-ml",
  "timestamp": 1632557134034,
  "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-25T08:07:56.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557127418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557138068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557076037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557140344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557141350,
  "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-25T08:07:56.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f80c083f-86af-4e51-be02-c00adbb629fb
2021-09-25T08:07:56.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557141913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557144920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557146821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557148631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557149742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557150746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557151749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:07:56.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:07:56.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557152752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:07:56.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:08:23.828Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:08:23.852Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303
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-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.855Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.856Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.860Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.860Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.861Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:08:23.861Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-25T08:08:23.865Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:08:53.866Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f706f59-7bc4-4f72-ac76-013264aeb303 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-25T08:08:53.872Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f706f59-7bc4-4f72-ac76-013264aeb303 and serviceModelVersionId: e6f927c8-ed82-4bb2-be43-864f349c5670
2021-09-25T08:08:53.872Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c90133e-09bb-454b-a118-63b67181ffa1
2021-09-25T08:08:53.873Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?depth=0
2021-09-25T08:08:53.882Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:08:53.939Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?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-25T08:08:53.941Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?depth=0|INFO|500||Invoke
2021-09-25T08:08:53.972Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:08:54.113Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?depth=0|INFO|500||InvokeReturn
2021-09-25T08:08:54.114Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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/1c90133e-09bb-454b-a118-63b67181ffa1/model-vers/model-ver/e6f927c8-ed82-4bb2-be43-864f349c5670?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-08:08:53:984-58586], vertex-id=[278696], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:08:53 GMT], Content-Type=[application/json]}
2021-09-25T08:08:54.114Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:08:54.114Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:08:54.115Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-25T08:08:54.122Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-25T08:08:54.123Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f706f59-7bc4-4f72-ac76-013264aeb303 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:08:54.124Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:08:54.125Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:08:54.128Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:08:54.128Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557334124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:08:54.228Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:08:54.229Z||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-25T08:08:54.229Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:08:54.242Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:08:54.243Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T08:08:55.151Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:08:55.152Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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-25T08:08:55.152Z|2f706f59-7bc4-4f72-ac76-013264aeb303|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:08:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:08:55.916Z||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-25T08:08:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:08:56.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:08:56.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:08:56.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f706f59-7bc4-4f72-ac76-013264aeb303",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557334124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:08:56.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:08:59.496Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:08:59.497Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:08:59.497Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f80c083f-86af-4e51-be02-c00adbb629fb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"28e0c1c2-ed1e-4017-838c-205a0d526591","serviceDescription":"service","serviceInvariantUUID":"e938a170-db36-43ca-99fa-c018cc92dad2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d8dbe55-0b1f-409a-a235-55b954812ccb","resourceInvariantUUID":"8a731039-6b6c-47f7-90b0-2290b1da263b","resourceCustomizationUUID":"d571a57c-bd13-4b86-8272-581da83f0f7d","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":"MTAwOGE1NzBjZDc0MjAwMTEwZjJiYzhlY2ZjZjRmMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76fa2db1-cf91-4bc8-a624-a643ce47d94e","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":"a215cfb7-db27-43ee-81d1-cf11cb6ca71d","artifactVersion":"2","generatedFromUUID":"fea273d0-d801-44b0-abac-db1964d4b75f"},{"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":"fea273d0-d801-44b0-abac-db1964d4b75f","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":"ZDA1MTViNzI2MzM5MmZjY2U5ODAxYzI2N2ViM2M4NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e0f4525-9f4a-4b22-9071-dcce4faae57c","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":"8d0f2c4c-a2ee-44b1-adc0-65229f57516e","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":"6ef2fbd4-c2de-4e6e-a13b-4640ebdb5871","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":"60e7f4b7-ad17-44e1-8dfa-62588c1eee29","artifactVersion":"2","generatedFromUUID":"8d0f2c4c-a2ee-44b1-adc0-65229f57516e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjUwZDk0ZDNjOTExNzBjNWMyYmQ4ZGNjZWU4M2QzZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2df95ce5-afb6-4e2a-8fb9-d0b8f1cbbc84","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjQxMzViZjE0ZGM0MWNjYTlmMjQzMTM1ZTAxN2QzNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd5ab1c2-8a8c-4564-92f6-58ad54a647d2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:08:59.500Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:08:59.501Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:08:59.503Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:08:59.503Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:08:59.603Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:08:59.604Z||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-25T08:08:59.604Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:08:59.619Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:08:59.620Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:00.504Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:00.504Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:00.507Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:00.507Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T08:09:00.608Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:09:00.609Z||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-25T08:09:00.609Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:00.627Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:00.627Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:01.508Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:01.509Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:01.511Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:01.511Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T08:09:01.611Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:01.612Z||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-25T08:09:01.612Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:01.627Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:01.628Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:02.511Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:02.512Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:02.515Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:02.515Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:09:02.614Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:09:02.615Z||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-25T08:09:02.615Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:02.638Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:02.639Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:03.516Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:03.517Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:03.519Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:03.519Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:09:03.619Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:03.621Z||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-25T08:09:03.621Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:03.630Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:03.631Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:04.520Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:04.520Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:04.522Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:04.522Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:09:04.627Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-25T08:09:04.628Z||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-25T08:09:04.628Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:04.637Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:04.638Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:05.523Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:05.524Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:05.526Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:05.526Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T08:09:05.626Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:05.627Z||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-25T08:09:05.627Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:05.637Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:05.637Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:06.526Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:06.528Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:06.530Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:06.530Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:09:06.630Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:06.631Z||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-25T08:09:06.631Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:06.641Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:06.641Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:07.530Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:09:07.531Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:07.533Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:07.533Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:09:07.633Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:07.634Z||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-25T08:09:07.634Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:07.644Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:07.644Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:08.534Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "28e0c1c2-ed1e-4017-838c-205a0d526591",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e938a170-db36-43ca-99fa-c018cc92dad2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d571a57c-bd13-4b86-8272-581da83f0f7d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9d8dbe55-0b1f-409a-a235-55b954812ccb",
      "resourceInvariantUUID": "8a731039-6b6c-47f7-90b0-2290b1da263b",
      "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": "a215cfb7-db27-43ee-81d1-cf11cb6ca71d",
          "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": "fea273d0-d801-44b0-abac-db1964d4b75f",
          "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": "ZDA1MTViNzI2MzM5MmZjY2U5ODAxYzI2N2ViM2M4NDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e0f4525-9f4a-4b22-9071-dcce4faae57c",
          "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": "8d0f2c4c-a2ee-44b1-adc0-65229f57516e",
          "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": "60e7f4b7-ad17-44e1-8dfa-62588c1eee29",
            "generatedFromUUID": "8d0f2c4c-a2ee-44b1-adc0-65229f57516e"
          },
          "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": "60e7f4b7-ad17-44e1-8dfa-62588c1eee29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjQxMzViZjE0ZGM0MWNjYTlmMjQzMTM1ZTAxN2QzNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd5ab1c2-8a8c-4564-92f6-58ad54a647d2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:09:08.535Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:09:08.535Z|2f706f59-7bc4-4f72-ac76-013264aeb303|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 28e0c1c2-ed1e-4017-838c-205a0d526591 ASDC
2021-09-25T08:09:08.535Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f80c083f-86af-4e51-be02-c00adbb629fb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:28e0c1c2-ed1e-4017-838c-205a0d526591
ServiceInvariantUUID:e938a170-db36-43ca-99fa-c018cc92dad2
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:dd5ab1c2-8a8c-4564-92f6-58ad54a647d2
ArtifactChecksum:YjQxMzViZjE0ZGM0MWNjYTlmMjQzMTM1ZTAxN2QzNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d571a57c-bd13-4b86-8272-581da83f0f7d
ResourceInvariantUUID:8a731039-6b6c-47f7-90b0-2290b1da263b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9d8dbe55-0b1f-409a-a235-55b954812ccb
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:a215cfb7-db27-43ee-81d1-cf11cb6ca71d
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:fea273d0-d801-44b0-abac-db1964d4b75f
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:5e0f4525-9f4a-4b22-9071-dcce4faae57c
ArtifactChecksum:ZDA1MTViNzI2MzM5MmZjY2U5ODAxYzI2N2ViM2M4NDA=
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:8d0f2c4c-a2ee-44b1-adc0-65229f57516e
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:60e7f4b7-ad17-44e1-8dfa-62588c1eee29
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:60e7f4b7-ad17-44e1-8dfa-62588c1eee29
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-25T08:09:08.535Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28e0c1c2-ed1e-4017-838c-205a0d526591 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-25T08:09:08.564Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:09:08.565Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:09:08.565Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:09:08.565Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dd5ab1c2-8a8c-4564-92f6-58ad54a647d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T08:09:08.565Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:08.566Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-25T08:09:09.455Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:09.457Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dd5ab1c2-8a8c-4564-92f6-58ad54a647d2 68758
2021-09-25T08:09:09.458Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:09.458Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:09.458Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:09.458Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:09.467Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:09.467Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557349458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:09.560Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-25T08:09:09.561Z||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-25T08:09:09.561Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:09.575Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:09.575Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:10.467Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:09:10.468Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:09:10.468Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dd5ab1c2-8a8c-4564-92f6-58ad54a647d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T08:09:10.469Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-25T08:09:10.469Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T08:09:10.469Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T08:09:10.693Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2845842969205553490/Definitions/service-BasicCnf-template.yml
2021-09-25T08:09:11.770Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:09:11.770Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:09:11.770Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-25T08:09:11.770Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-25T08:09:11.770Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-BasicCnf-csar.csar
2021-09-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.771Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:09:11.772Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-25T08:09:11.773Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:11.774Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.775Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1382788e-8bfd-4d3a-8cd1-3b0d9fc6fb13
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.776Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.777Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:11.777Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:11.777Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:28e0c1c2-ed1e-4017-838c-205a0d526591
Model Version:NULL
Model InvariantUuid:e938a170-db36-43ca-99fa-c018cc92dad2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:940c4378-cbb6-436a-ab84-0e83fa6b2b6d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a731039-6b6c-47f7-90b0-2290b1da263b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d571a57c-bd13-4b86-8272-581da83f0f7d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df8ccb5e-2784-4a95-b054-963f71eec208
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c6eb0af1-c3df-4e88-a085-c05cc0524e9d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1382788e-8bfd-4d3a-8cd1-3b0d9fc6fb13
ModelInvariantUuid:b4281f7a-6964-42cf-8064-ad934cc4469a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e1a5a897-9f77-492a-bb45-58007e7a328b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5d242cff-9a33-4bcd-90e7-b496f94588b1
ModelInvariantUuid:248c61d5-559b-46ef-b2d7-96bb5f438556
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e6eddcb9-8bc7-4be0-aed1-6a3bbc99ac31
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-25T08:09:11.784Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d8dbe55-0b1f-409a-a235-55b954812ccb
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-25T08:09:11.787Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-09-25T08:09:11.788Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d8dbe55-0b1f-409a-a235-55b954812ccb
2021-09-25T08:09:11.788Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a215cfb7-db27-43ee-81d1-cf11cb6ca71d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-25T08:09:11.788Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:11.788Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:12.259Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:12.259Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a215cfb7-db27-43ee-81d1-cf11cb6ca71d 12
2021-09-25T08:09:12.260Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:12.260Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:12.260Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:12.260Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:12.262Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:12.262Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557352259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:12.362Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:12.363Z||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-25T08:09:12.363Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:12.374Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:12.374Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:13.262Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fea273d0-d801-44b0-abac-db1964d4b75f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-25T08:09:13.263Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:13.263Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:13.601Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:13.602Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fea273d0-d801-44b0-abac-db1964d4b75f 2688
2021-09-25T08:09:13.602Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:13.602Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:13.602Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:13.603Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:13.605Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:13.605Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557353602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:13.705Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:09:13.706Z||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-25T08:09:13.706Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:13.715Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:13.716Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:14.611Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e0f4525-9f4a-4b22-9071-dcce4faae57c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-25T08:09:14.611Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:14.611Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:14.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:14.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5e0f4525-9f4a-4b22-9071-dcce4faae57c 828
2021-09-25T08:09:14.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:14.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:14.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:14.920Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:14.921Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:14.921Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557354919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:15.022Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:09:15.023Z||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-25T08:09:15.023Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:15.036Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:15.037Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:15.926Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "df8ccb5e-2784-4a95-b054-963f71eec208",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6eb0af1-c3df-4e88-a085-c05cc0524e9d",
    "vfModuleModelCustomizationUUID": "8b7cd5d7-df86-4815-b747-afbde4026076",
    "isBase": true,
    "artifacts": [
      "fea273d0-d801-44b0-abac-db1964d4b75f",
      "8d0f2c4c-a2ee-44b1-adc0-65229f57516e",
      "60e7f4b7-ad17-44e1-8dfa-62588c1eee29"
    ],
    "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-25T08:09:15.931Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6eb0af1-c3df-4e88-a085-c05cc0524e9d
VfModuleModelInvariantUUID:df8ccb5e-2784-4a95-b054-963f71eec208
VfModuleModelDescription:NULL
Artifacts UUID List:{
fea273d0-d801-44b0-abac-db1964d4b75f
,
8d0f2c4c-a2ee-44b1-adc0-65229f57516e
,
60e7f4b7-ad17-44e1-8dfa-62588c1eee29

}
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-25T08:09:15.933Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "df8ccb5e-2784-4a95-b054-963f71eec208",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6eb0af1-c3df-4e88-a085-c05cc0524e9d",
    "vfModuleModelCustomizationUUID": "8b7cd5d7-df86-4815-b747-afbde4026076",
    "isBase": true,
    "artifacts": [
      "fea273d0-d801-44b0-abac-db1964d4b75f",
      "8d0f2c4c-a2ee-44b1-adc0-65229f57516e",
      "60e7f4b7-ad17-44e1-8dfa-62588c1eee29"
    ],
    "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-25T08:09:15.933Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6eb0af1-c3df-4e88-a085-c05cc0524e9d
VfModuleModelInvariantUUID:df8ccb5e-2784-4a95-b054-963f71eec208
VfModuleModelDescription:NULL
Artifacts UUID List:{
fea273d0-d801-44b0-abac-db1964d4b75f
,
8d0f2c4c-a2ee-44b1-adc0-65229f57516e
,
60e7f4b7-ad17-44e1-8dfa-62588c1eee29

}
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-25T08:09:15.933Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d0f2c4c-a2ee-44b1-adc0-65229f57516e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-25T08:09:15.933Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:15.933Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:16.800Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:16.801Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8d0f2c4c-a2ee-44b1-adc0-65229f57516e 1164
2021-09-25T08:09:16.801Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:16.802Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:16.802Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:16.802Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:16.808Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:16.809Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557356801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:16.905Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-25T08:09:16.906Z||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-25T08:09:16.906Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:16.916Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:16.916Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:17.809Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 60e7f4b7-ad17-44e1-8dfa-62588c1eee29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-25T08:09:17.810Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:09:17.810Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:21.122Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:09:21.123Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 60e7f4b7-ad17-44e1-8dfa-62588c1eee29 200
2021-09-25T08:09:21.123Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:21.123Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:21.123Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:09:21.123Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:21.126Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:21.126Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557361123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:21.226Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:21.227Z||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-25T08:09:21.227Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:21.239Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:21.239Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:22.130Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 28e0c1c2-ed1e-4017-838c-205a0d526591
2021-09-25T08:09:22.131Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9d8dbe55-0b1f-409a-a235-55b954812ccb ASDC
2021-09-25T08:09:22.145Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-25T08:09:22.162Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c2c85ef, org.onap.sdc.toscaparser.api.parameters.Input@3aeffd9a, org.onap.sdc.toscaparser.api.parameters.Input@57fe4b09, org.onap.sdc.toscaparser.api.parameters.Input@50882793, org.onap.sdc.toscaparser.api.parameters.Input@4893c390]
2021-09-25T08:09:22.164Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.165Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.165Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-25T08:09:22.165Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d571a57c-bd13-4b86-8272-581da83f0f7d
2021-09-25T08:09:22.165Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d571a57c-bd13-4b86-8272-581da83f0f7d matches Tosca VF Customization UUID: d571a57c-bd13-4b86-8272-581da83f0f7d
2021-09-25T08:09:22.166Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d571a57c-bd13-4b86-8272-581da83f0f7d  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-25T08:09:22.168Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.168Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.169Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d571a57c-bd13-4b86-8272-581da83f0f7d: {\"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-25T08:09:22.169Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39f35ea3
2021-09-25T08:09:22.170Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.170Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-25T08:09:22.170Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b7cd5d7-df86-4815-b747-afbde4026076
2021-09-25T08:09:22.170Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b7cd5d7-df86-4815-b747-afbde4026076
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-25T08:09:22.174Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.174Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:22.174Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:22.174Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.175Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:22.175Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:22.175Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.175Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-25T08:09:22.176Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-25T08:09:22.176Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1382788e-8bfd-4d3a-8cd1-3b0d9fc6fb13
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-25T08:09:22.178Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.178Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:22.179Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-25T08:09:22.179Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.179Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-25T08:09:22.179Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d571a57c-bd13-4b86-8272-581da83f0f7d
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-25T08:09:22.182Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.182Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.183Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 28e0c1c2-ed1e-4017-838c-205a0d526591: basic_cnf
2021-09-25T08:09:22.183Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.183Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.183Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.183Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.184Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.184Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.184Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.184Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.184Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:09:22.185Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:09:22.185Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:22.256Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9d8dbe55-0b1f-409a-a235-55b954812ccb 1 ASDC deployResourceStructure
2021-09-25T08:09:22.257Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:22.258Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:22.258Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-25T08:09:22.259Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:22.267Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:22.276Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557362257,
  "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-25T08:09:22.366Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-09-25T08:09:22.367Z||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-25T08:09:22.367Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:22.377Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:22.378Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:23.281Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:23.282Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:23.283Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-25T08:09:23.283Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:23.288Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:23.288Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557363281,
  "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-25T08:09:23.388Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:23.390Z||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-25T08:09:23.390Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:23.410Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:23.411Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:24.291Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:24.292Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:24.292Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:09:24.292Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:24.295Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:24.296Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557364291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:24.396Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:24.397Z||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-25T08:09:24.397Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:24.412Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:24.412Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:25.297Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:25.300Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:25.300Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:09:25.301Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:25.303Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:25.303Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557365297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:25.404Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:25.405Z||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-25T08:09:25.405Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:25.415Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:25.416Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:26.305Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:26.305Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:26.305Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:09:26.305Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:26.308Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:26.308Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557366304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:26.408Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:09:26.409Z||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-25T08:09:26.410Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:26.421Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:26.422Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:09:27.309Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:27.310Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||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-25T08:09:27.310Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:09:27.310Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:27.312Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:27.313Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557367309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:27.414Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:09:27.415Z||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-25T08:09:27.415Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:27.425Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:27.425Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:09:28.315Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f80c083f-86af-4e51-be02-c00adbb629fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:09:28.328Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f80c083f-86af-4e51-be02-c00adbb629fb
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-25T08:09:28.330Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:09:28.330Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:09:28.330Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:09:28.330Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:09:28.331Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:09:28.334Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:09:55.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:09:55.917Z||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-25T08:09:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:56.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:56.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:09:56.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557335151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557349458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557352259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557353602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557354919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557356801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557361123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557362257,
  "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-25T08:09:56.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557363281,
  "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-25T08:09:56.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557364291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557365297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557366304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:56.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:56.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:09:56.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557367309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:09:56.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:09:58.335Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f80c083f-86af-4e51-be02-c00adbb629fb 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-25T08:09:58.342Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f80c083f-86af-4e51-be02-c00adbb629fb and serviceModelVersionId: 28e0c1c2-ed1e-4017-838c-205a0d526591
2021-09-25T08:09:58.343Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e938a170-db36-43ca-99fa-c018cc92dad2
2021-09-25T08:09:58.344Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?depth=0
2021-09-25T08:09:58.350Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:09:58.406Z|f80c083f-86af-4e51-be02-c00adbb629fb|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/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?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-25T08:09:58.408Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?depth=0|INFO|500||Invoke
2021-09-25T08:09:58.437Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:09:59.333Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?depth=0|INFO|500||InvokeReturn
2021-09-25T08:09:59.333Z|f80c083f-86af-4e51-be02-c00adbb629fb|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/e938a170-db36-43ca-99fa-c018cc92dad2/model-vers/model-ver/28e0c1c2-ed1e-4017-838c-205a0d526591?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-08:09:58:445-19089], vertex-id=[233520], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:09:58 GMT], Content-Type=[application/json]}
2021-09-25T08:09:59.334Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:09:59.334Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:09:59.335Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:09:59.342Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:09:59.343Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f80c083f-86af-4e51-be02-c00adbb629fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:09:59.343Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:09:59.343Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:09:59.347Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:09:59.347Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557399343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:09:59.452Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-25T08:09:59.453Z||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-25T08:09:59.453Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:09:59.477Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:09:59.477Z||pool-94-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-25T08:10:00.363Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:00.364Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:00.364Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:09.935Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:09.936Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:09.937Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:09.937Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:19.495Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:19.496Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:19.497Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:19.497Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:29.060Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:29.060Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:29.061Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:29.061Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:38.623Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:38.624Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:38.625Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:38.625Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:48.173Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:48.176Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:48.177Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:48.177Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:10:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:10:56.548Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:56.549Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:10:56.549Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f80c083f-86af-4e51-be02-c00adbb629fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557399343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:10:56.551Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:10:57.732Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:10:57.733Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:10:57.733Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:10:57.733Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:11:07.276Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:11:55.913Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:11:55.915Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:11:55.915Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:11:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:11:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:11:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:12:05.473Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:12:05.473Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:12:55.913Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:12:55.915Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:12:55.915Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:12:55.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:12:55.916Z||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-25T08:12:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:13:05.466Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:13:05.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:13:55.913Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:13:55.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:13:55.916Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:13:55.916Z||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-25T08:13:55.916Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:13:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:14:05.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:14:05.467Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:14:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:14:55.914Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:14:55.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:14:55.919Z||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-25T08:14:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:14:55.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:05.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:05.469Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:15:55.914Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:15:55.918Z||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-25T08:15:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:55.918Z|f80c083f-86af-4e51-be02-c00adbb629fb|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-25T08:15:55.919Z|f80c083f-86af-4e51-be02-c00adbb629fb|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:56.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:56.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557738469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557735226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "dcae-sch",
  "timestamp": 1632557737817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557742127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557750953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557751359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557752378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557744845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557745127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "policy-id",
  "timestamp": 1632557753382,
  "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-25T08:15:56.560Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:56.561Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.561Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8049384-d249-4076-ae92-489602a04595","serviceName":"Demo_pNF_V1vLyOXsGztMGj9mMUSo","serviceVersion":"1.0","serviceUUID":"497a5c0e-0820-4297-8d57-4c139f617d8b","serviceDescription":"catalog service description","serviceInvariantUUID":"fedb95d2-00a3-4468-a282-733b6f00c1f0","resources":[{"resourceInstanceName":"pNF f7c0c063-6862 0","resourceName":"pNF f7c0c063-6862","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852","resourceInvariantUUID":"9afcd921-fd39-4d60-a1fb-716336c01317","resourceCustomizationUUID":"5314d6d4-e9db-4df2-8633-49d29556929e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml","artifactChecksum":"YTc1M2ZjYmJjNzU4YWEwNTRhZWZlMWQ3NDllOGYyYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01e6e204-b76b-483b-b7e5-a4e5f99eb6c6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"509c0c99-010e-46c3-8b4f-84a869f9bf82","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f16f7fc-8ad4-4f32-a063-bc27dae9cd8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml","artifactChecksum":"Y2EwN2E4YWIwYmUzODJiNzg1NjAwMTY4M2IwMmYxZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b690df4e-4677-4412-bdda-389664b8a4ce","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1749e81-f3a8-46e2-bb07-456bf85dd804","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7928c79-2cb7-450f-a457-db5d59664fd9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml","artifactChecksum":"MDllYTMxMTgzZTQ1YWI5NTAyZDJhOWZhNWJhMzZkZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6272f061-a8ea-448d-a5af-9faba9f81cc7","artifactVersion":"1"},{"artifactName":"service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar","artifactChecksum":"ZWU0OTExNTJiNjVkNTJmOGJkYWVmNjI1Y2EzOTczOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14119ff5-2e34-4ef8-8adc-208b53879b0c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:15:56.562Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:15:56.562Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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=?
2021-09-25T08:15:56.564Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:15:56.565Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:15:56.573Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:15:56.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557754092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.574Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:56.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557754200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:15:56.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "cds",
  "timestamp": 1632557755111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-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-25T08:15:56.584Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:15:56.584Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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-25T08:15:56.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632557747516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:15:56.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:15:56.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:15:56.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557755399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:15:56.593Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:15:56.683Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-25T08:15:56.684Z||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-25T08:15:56.684Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:56.695Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:56.696Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:15:57.579Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:15:57.580Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:15:57.581Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:15:57.582Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:57.682Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:15:57.683Z||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-25T08:15:57.683Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:57.694Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:57.694Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:15:58.582Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:15:58.583Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:15:58.585Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:15:58.585Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:58.685Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:15:58.686Z||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-25T08:15:58.686Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:58.697Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:58.698Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:15:59.586Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:15:59.587Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:15:59.588Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:15:59.589Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:15:59.689Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:15:59.690Z||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-25T08:15:59.690Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:15:59.724Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:15:59.724Z||pool-98-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:16:00.589Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:16:00.590Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:00.592Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:00.592Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:16:00.692Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:16:00.693Z||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-25T08:16:00.694Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:00.716Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:00.717Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:16:01.593Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:16:01.594Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:01.596Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:01.596Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:16:01.696Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:16:01.697Z||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-25T08:16:01.697Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:01.724Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:01.724Z||pool-100-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:16:02.598Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:16:02.599Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:02.601Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:02.601Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:16:02.701Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:16:02.702Z||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-25T08:16:02.702Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:02.715Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:02.716Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:16:03.601Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:16:03.602Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:03.604Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:03.604Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:16:03.704Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:16:03.705Z||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-25T08:16:03.705Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:03.721Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:03.721Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:16:04.605Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "serviceName": "Demo_pNF_V1vLyOXsGztMGj9mMUSo",
  "serviceVersion": "1.0",
  "serviceUUID": "497a5c0e-0820-4297-8d57-4c139f617d8b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fedb95d2-00a3-4468-a282-733b6f00c1f0",
  "resources": [
    {
      "resourceInstanceName": "pNF f7c0c063-6862 0",
      "resourceCustomizationUUID": "5314d6d4-e9db-4df2-8633-49d29556929e",
      "resourceName": "pNF f7c0c063-6862",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852",
      "resourceInvariantUUID": "9afcd921-fd39-4d60-a1fb-716336c01317",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
      "artifactChecksum": "ZWU0OTExNTJiNjVkNTJmOGJkYWVmNjI1Y2EzOTczOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14119ff5-2e34-4ef8-8adc-208b53879b0c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:16:04.606Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:16:04.606Z|f80c083f-86af-4e51-be02-c00adbb629fb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 497a5c0e-0820-4297-8d57-4c139f617d8b ASDC
2021-09-25T08:16:04.606Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b8049384-d249-4076-ae92-489602a04595
ServiceName:Demo_pNF_V1vLyOXsGztMGj9mMUSo
ServiceVersion:1.0
ServiceUUID:497a5c0e-0820-4297-8d57-4c139f617d8b
ServiceInvariantUUID:fedb95d2-00a3-4468-a282-733b6f00c1f0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
ArtifactUUID:14119ff5-2e34-4ef8-8adc-208b53879b0c
ArtifactChecksum:ZWU0OTExNTJiNjVkNTJmOGJkYWVmNjI1Y2EzOTczOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f7c0c063-6862 0
ResourceCustomizationUUID:5314d6d4-e9db-4df2-8633-49d29556929e
ResourceInvariantUUID:9afcd921-fd39-4d60-a1fb-716336c01317
ResourceName:pNF f7c0c063-6862
ResourceType:PNF
ResourceUUID:ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:16:04.606Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 497a5c0e-0820-4297-8d57-4c139f617d8b 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-25T08:16:04.638Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:16:04.640Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:16:04.640Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:16:04.640Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 14119ff5-2e34-4ef8-8adc-208b53879b0c from URL: /sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:04.640Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-25T08:16:04.640Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:05.437Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-25T08:16:05.440Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar 14119ff5-2e34-4ef8-8adc-208b53879b0c 82550
2021-09-25T08:16:05.440Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar ASDC sendASDCNotification
2021-09-25T08:16:05.441Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:05.441Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:16:05.442Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:05.444Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:05.444Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557765440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:16:05.544Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:16:05.545Z||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-25T08:16:05.545Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:05.555Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:05.555Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:16:06.444Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:16:06.446Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-25T08:16:06.446Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 14119ff5-2e34-4ef8-8adc-208b53879b0c, URL: /sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar to file: /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:06.447Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:06.447Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:06.447Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:06.643Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12384055287049095174/Definitions/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml
2021-09-25T08:16:07.386Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:16:07.386Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:16:07.386Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.386Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|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-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|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-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.387Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f7c0c063-6862 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-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.388Z|b8049384-d249-4076-ae92-489602a04595|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-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.388Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-25T08:16:07.388Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.388Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.388Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Node template pNF f7c0c063-6862 0 is matching search criteria
2021-09-25T08:16:07.389Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:16:07.389Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF f7c0c063-6862 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:16:07.389Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.389Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.390Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Node template pNF f7c0c063-6862 0 is matching search criteria
2021-09-25T08:16:07.390Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-25T08:16:07.390Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF f7c0c063-6862 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:16:07.390Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.390Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.391Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.392Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.392Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.392Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_V1vLyOXsGztMGj9mMUSo
Description:catalog service description
Model UUID:497a5c0e-0820-4297-8d57-4c139f617d8b
Model Version:NULL
Model InvariantUuid:fedb95d2-00a3-4468-a282-733b6f00c1f0
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-25T08:16:07.401Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852
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-25T08:16:07.405Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||pNF f7c0c063-6862 0
2021-09-25T08:16:07.406Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852
2021-09-25T08:16:07.406Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 497a5c0e-0820-4297-8d57-4c139f617d8b
2021-09-25T08:16:07.406Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 497a5c0e-0820-4297-8d57-4c139f617d8b
2021-09-25T08:16:07.406Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f7c0c063-6862 0 ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852 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-25T08:16:07.410Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cb04008, org.onap.sdc.toscaparser.api.parameters.Input@474175fa, org.onap.sdc.toscaparser.api.parameters.Input@408c4edd, org.onap.sdc.toscaparser.api.parameters.Input@2a702217, org.onap.sdc.toscaparser.api.parameters.Input@14fe9751]
2021-09-25T08:16:07.411Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.411Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.412Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 497a5c0e-0820-4297-8d57-4c139f617d8b: pNF f7c0c063-6862
2021-09-25T08:16:07.412Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Processing PNF resource: ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852
2021-09-25T08:16:07.412Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:16:07.413Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_V1vLyOXsGztMGj9mMUSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:16:07.413Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5314d6d4-e9db-4df2-8633-49d29556929e is the same as notified resource customizationUUID: 5314d6d4-e9db-4df2-8633-49d29556929e
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-25T08:16:07.470Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f7c0c063-6862 ea9a4d57-d87d-4c5d-8e3c-12bcb48b0852 0 ASDC deployResourceStructure
2021-09-25T08:16:07.471Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar ASDC sendASDCNotification
2021-09-25T08:16:07.471Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar
2021-09-25T08:16:07.471Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:16:07.471Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:16:07.473Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:16:07.473Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557767471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:16:07.574Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:16:07.575Z||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-25T08:16:07.575Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:07.588Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:07.588Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:16:08.477Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:16:08.487Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:16:08.490Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:16:08.490Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:16:08.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:16:38.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:16:38.502Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:16:38.504Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:16:38.505Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:16:38.505Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:16:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:16:55.916Z||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-25T08:16:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:16:55.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:16:55.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:16:55.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557756401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:16:55.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:17:08.505Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:17:08.515Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:17:08.517Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:17:08.517Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:17:08.517Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:17:38.518Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:17:38.532Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:17:38.535Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:17:38.535Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:17:38.535Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:17:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:17:55.917Z||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-25T08:17:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:17:55.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:17:55.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:17:55.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632557756404,
  "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-25T08:17:55.951Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:17:55.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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-25T08:18:08.535Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:18:08.547Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:18:08.549Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:18:08.549Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:18:08.550Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:18:38.550Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:18:38.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:18:38.566Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:18:38.566Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:18:38.566Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:18:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:18:55.921Z||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-25T08:18:55.921Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:18:56.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:18:56.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557756604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557757424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "aai-ml",
  "timestamp": 1632557757608,
  "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-25T08:18:56.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:18:56.468Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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-25T08:18:56.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "clamp",
  "timestamp": 1632557758427,
  "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-25T08:18:56.490Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:18:56.490Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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-25T08:18:56.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/resourceInstances/pnff7c0c06368620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557755914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557757418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557765440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:18:56.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557766845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557767471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557768940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vlyoxsgztmgj9mmuso/1.0/artifacts/service-DemoPnfV1vlyoxsgztmgj9mmuso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:18:56.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:18:56.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-25T08:18:56.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632557769945,
  "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-25T08:18:56.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8049384-d249-4076-ae92-489602a04595
2021-09-25T08:18:56.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8049384-d249-4076-ae92-489602a04595 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-25T08:19:08.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8049384-d249-4076-ae92-489602a04595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:19:08.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8049384-d249-4076-ae92-489602a04595
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-25T08:19:08.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:19:08.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:19:08.583Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:19:08.588Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:19:38.588Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8049384-d249-4076-ae92-489602a04595 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-25T08:19:38.596Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8049384-d249-4076-ae92-489602a04595 and serviceModelVersionId: 497a5c0e-0820-4297-8d57-4c139f617d8b
2021-09-25T08:19:38.596Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fedb95d2-00a3-4468-a282-733b6f00c1f0
2021-09-25T08:19:38.597Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?depth=0
2021-09-25T08:19:38.604Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:19:38.675Z|b8049384-d249-4076-ae92-489602a04595|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/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?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-25T08:19:38.678Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?depth=0|INFO|500||Invoke
2021-09-25T08:19:38.700Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:19:39.313Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?depth=0|INFO|500||InvokeReturn
2021-09-25T08:19:39.314Z|b8049384-d249-4076-ae92-489602a04595|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/fedb95d2-00a3-4468-a282-733b6f00c1f0/model-vers/model-ver/497a5c0e-0820-4297-8d57-4c139f617d8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-08:19:38:709-56220], vertex-id=[209096], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:19:38 GMT], Content-Type=[application/json]}
2021-09-25T08:19:39.315Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:19:39.315Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:19:39.315Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:19:39.323Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:19:39.323Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8049384-d249-4076-ae92-489602a04595 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:19:39.324Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:19:39.324Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:19:39.328Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:19:39.328Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557979323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:19:39.432Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-25T08:19:39.432Z||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-25T08:19:39.433Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:19:39.447Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:19:39.447Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T08:19:40.346Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:19:40.347Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:19:40.347Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:19:50.602Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:19:50.602Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:19:50.603Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:19:50.603Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:19:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:19:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:19:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:19:56.541Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:19:56.542Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:19:56.542Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8049384-d249-4076-ae92-489602a04595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632557979323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:19:56.542Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:20:00.168Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:20:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:20:00.169Z||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-25T08:20:00.169Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:20:09.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:20:09.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:20:09.718Z||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-25T08:20:09.718Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:20:19.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:20:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:20:55.914Z||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-25T08:20:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:20:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:20:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:20:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:21:05.489Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:21:05.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:21:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:21:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:21:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:21:55.917Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:21:55.917Z||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-25T08:21:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:05.548Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:05.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:55.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:22:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:22:55.919Z||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-25T08:22:55.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:22:55.919Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:56.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:56.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2c1313b-813a-4385-b2b1-96b51e706f2b","serviceName":"Demo_pNF_OPgqG2olczwccrutBRrs","serviceVersion":"1.0","serviceUUID":"86abd349-9c6b-4770-a0c5-d986b374f9af","serviceDescription":"catalog service description","serviceInvariantUUID":"a0b7f45c-a11c-4430-a18d-203e8705c703","resources":[{"resourceInstanceName":"pNF 4162b64f-8e82 0","resourceName":"pNF 4162b64f-8e82","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ce847f5c-38af-4bee-9754-3e5eb8fd6d3f","resourceInvariantUUID":"5f8f840f-0919-4680-bab1-024509ba34c6","resourceCustomizationUUID":"c7e89749-d706-462c-bea8-0105ed0de986","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml","artifactChecksum":"MDQ3NmRhZjg2MzVkMmNmZGQ4YmU3MDIzMjExMjY3OWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7743b7e2-d751-49c3-81a6-313e44c5e4d6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2efad2d-2611-4d41-8a77-cb81f0fee3cd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db9e88ce-0a14-4b43-a79c-10e95a4bd7e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml","artifactChecksum":"MDNjOWJlNGUzNTkyYWIxY2RlMjU0NjQ4ZGNiM2UwZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"edaefa27-fa59-479c-9b43-0cfd8e5324dc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bce7124-676e-4661-a2b8-8f537f2897f4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9086387-6c48-4fc0-8e6b-60719a38eb85","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOpgqg2olczwccrutbrrs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml","artifactChecksum":"YmE1OGNiNThhMTJmNTA5MWU1ZTA3Y2MxNjk3NGU0NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3238dee-2f1d-48ae-93c3-dd2fccdd2ccf","artifactVersion":"1"},{"artifactName":"service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar","artifactChecksum":"ZmZhZjlmZGUxNGZmMTdmNDc5NTU2ZjI2MDMxNWMzZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cacf5cf7-8aa8-40f1-b6b8-a54a187478c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:22:56.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:56.571Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:22:56.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.571Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.579Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:22:56.579Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558149845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558147419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558145125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558155223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558163512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558163547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558163610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558164428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558164575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:22:56.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "cds",
  "timestamp": 1632558164619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-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-25T08:22:56.634Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.635Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:22:56.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "dcae-sch",
  "timestamp": 1632558157817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558165531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558165578,
  "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-25T08:22:56.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:22:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558158469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558166534,
  "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-25T08:22:56.667Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.668Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:22:56.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.682Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-25T08:22:56.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.683Z||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-25T08:22:56.683Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:56.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558162127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558170332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558170500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558171274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:22:56.685Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "aai-ml",
  "timestamp": 1632558171336,
  "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-25T08:22:56.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.692Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:22:56.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558172279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558172511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "policy-id",
  "timestamp": 1632558173297,
  "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-25T08:22:56.705Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.705Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b and ComponentName POLICY
2021-09-25T08:22:56.705Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:56.706Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:22:56.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:22:56.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "clamp",
  "timestamp": 1632558173514,
  "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-25T08:22:56.718Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2c1313b-813a-4385-b2b1-96b51e706f2b
2021-09-25T08:22:56.718Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:22:57.580Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:22:57.581Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:22:57.583Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:22:57.583Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:57.683Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:22:57.684Z||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-25T08:22:57.684Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:57.702Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:57.702Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:22:58.584Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:22:58.585Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:22:58.587Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:22:58.588Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:58.688Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:22:58.689Z||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-25T08:22:58.689Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:58.704Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:58.704Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:22:59.588Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:22:59.589Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:22:59.591Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:22:59.591Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:22:59.691Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:22:59.692Z||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-25T08:22:59.692Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:22:59.715Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:22:59.716Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:23:00.592Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:23:00.592Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:00.597Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:00.598Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:23:00.698Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:00.699Z||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-25T08:23:00.699Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:00.719Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:00.719Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:23:01.598Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:23:01.599Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:01.601Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:01.601Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:23:01.702Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:23:01.703Z||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-25T08:23:01.703Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:01.723Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:01.724Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:23:02.602Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:23:02.605Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:02.607Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:02.607Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:23:02.707Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:02.713Z||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-25T08:23:02.713Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:02.724Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:02.725Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:23:03.607Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:23:03.612Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:03.614Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:03.614Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:23:03.714Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:03.715Z||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-25T08:23:03.716Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:03.726Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:03.727Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:23:04.619Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "serviceName": "Demo_pNF_OPgqG2olczwccrutBRrs",
  "serviceVersion": "1.0",
  "serviceUUID": "86abd349-9c6b-4770-a0c5-d986b374f9af",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0b7f45c-a11c-4430-a18d-203e8705c703",
  "resources": [
    {
      "resourceInstanceName": "pNF 4162b64f-8e82 0",
      "resourceCustomizationUUID": "c7e89749-d706-462c-bea8-0105ed0de986",
      "resourceName": "pNF 4162b64f-8e82",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ce847f5c-38af-4bee-9754-3e5eb8fd6d3f",
      "resourceInvariantUUID": "5f8f840f-0919-4680-bab1-024509ba34c6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
      "artifactChecksum": "ZmZhZjlmZGUxNGZmMTdmNDc5NTU2ZjI2MDMxNWMzZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cacf5cf7-8aa8-40f1-b6b8-a54a187478c0"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:23:04.619Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:23:04.619Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86abd349-9c6b-4770-a0c5-d986b374f9af ASDC
2021-09-25T08:23:04.620Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b2c1313b-813a-4385-b2b1-96b51e706f2b
ServiceName:Demo_pNF_OPgqG2olczwccrutBRrs
ServiceVersion:1.0
ServiceUUID:86abd349-9c6b-4770-a0c5-d986b374f9af
ServiceInvariantUUID:a0b7f45c-a11c-4430-a18d-203e8705c703
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
ArtifactUUID:cacf5cf7-8aa8-40f1-b6b8-a54a187478c0
ArtifactChecksum:ZmZhZjlmZGUxNGZmMTdmNDc5NTU2ZjI2MDMxNWMzZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4162b64f-8e82 0
ResourceCustomizationUUID:c7e89749-d706-462c-bea8-0105ed0de986
ResourceInvariantUUID:5f8f840f-0919-4680-bab1-024509ba34c6
ResourceName:pNF 4162b64f-8e82
ResourceType:PNF
ResourceUUID:ce847f5c-38af-4bee-9754-3e5eb8fd6d3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:23:04.624Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86abd349-9c6b-4770-a0c5-d986b374f9af 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-25T08:23:04.672Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:23:04.674Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:23:04.674Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:23:04.675Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cacf5cf7-8aa8-40f1-b6b8-a54a187478c0 from URL: /sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:04.675Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-25T08:23:04.675Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:05.245Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-25T08:23:05.249Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar cacf5cf7-8aa8-40f1-b6b8-a54a187478c0 82530
2021-09-25T08:23:05.249Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar ASDC sendASDCNotification
2021-09-25T08:23:05.250Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:05.250Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:23:05.250Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:05.252Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:05.252Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558185249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:23:05.352Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:05.353Z||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-25T08:23:05.354Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:05.366Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:05.366Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:23:06.253Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:23:06.254Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:23:06.254Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cacf5cf7-8aa8-40f1-b6b8-a54a187478c0, URL: /sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar to file: /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:06.254Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:06.255Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:06.255Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:06.402Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP466850724962560683/Definitions/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml
2021-09-25T08:23:07.180Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4162b64f-8e82 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-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||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-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||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-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.181Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.182Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.182Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.182Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-25T08:23:07.182Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.182Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Node template pNF 4162b64f-8e82 0 is matching search criteria
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4162b64f-8e82 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.183Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Node template pNF 4162b64f-8e82 0 is matching search criteria
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 4162b64f-8e82 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.184Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.185Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OPgqG2olczwccrutBRrs
Description:catalog service description
Model UUID:86abd349-9c6b-4770-a0c5-d986b374f9af
Model Version:NULL
Model InvariantUuid:a0b7f45c-a11c-4430-a18d-203e8705c703
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-25T08:23:07.193Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ce847f5c-38af-4bee-9754-3e5eb8fd6d3f
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-25T08:23:07.197Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||pNF 4162b64f-8e82 0
2021-09-25T08:23:07.197Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ce847f5c-38af-4bee-9754-3e5eb8fd6d3f
2021-09-25T08:23:07.198Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 86abd349-9c6b-4770-a0c5-d986b374f9af
2021-09-25T08:23:07.198Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 86abd349-9c6b-4770-a0c5-d986b374f9af
2021-09-25T08:23:07.198Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4162b64f-8e82 0 ce847f5c-38af-4bee-9754-3e5eb8fd6d3f 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-25T08:23:07.202Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6462306b, org.onap.sdc.toscaparser.api.parameters.Input@35317633, org.onap.sdc.toscaparser.api.parameters.Input@55988672, org.onap.sdc.toscaparser.api.parameters.Input@68339efe, org.onap.sdc.toscaparser.api.parameters.Input@1da70afb]
2021-09-25T08:23:07.202Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.203Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.203Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 86abd349-9c6b-4770-a0c5-d986b374f9af: pNF 4162b64f-8e82
2021-09-25T08:23:07.203Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Processing PNF resource: ce847f5c-38af-4bee-9754-3e5eb8fd6d3f
2021-09-25T08:23:07.203Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:23:07.203Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_OPgqG2olczwccrutBRrs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:23:07.204Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||Resource customization UUID: c7e89749-d706-462c-bea8-0105ed0de986 is the same as notified resource customizationUUID: c7e89749-d706-462c-bea8-0105ed0de986
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-25T08:23:07.235Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4162b64f-8e82 ce847f5c-38af-4bee-9754-3e5eb8fd6d3f 0 ASDC deployResourceStructure
2021-09-25T08:23:07.236Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar ASDC sendASDCNotification
2021-09-25T08:23:07.236Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar
2021-09-25T08:23:07.237Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:23:07.237Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:07.239Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:07.240Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558187236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:23:07.340Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:07.340Z||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-25T08:23:07.341Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:07.357Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:07.358Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:23:08.240Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2c1313b-813a-4385-b2b1-96b51e706f2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:23:08.252Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2c1313b-813a-4385-b2b1-96b51e706f2b
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-25T08:23:08.255Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:23:08.255Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:23:08.255Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:23:08.256Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:23:08.256Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.256Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.256Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.257Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.257Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.257Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.257Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:23:08.257Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T08:23:08.262Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:23:38.262Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2c1313b-813a-4385-b2b1-96b51e706f2b 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-25T08:23:38.271Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2c1313b-813a-4385-b2b1-96b51e706f2b and serviceModelVersionId: 86abd349-9c6b-4770-a0c5-d986b374f9af
2021-09-25T08:23:38.271Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0b7f45c-a11c-4430-a18d-203e8705c703
2021-09-25T08:23:38.272Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?depth=0
2021-09-25T08:23:38.277Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:23:38.318Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?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-25T08:23:38.321Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?depth=0|INFO|500||Invoke
2021-09-25T08:23:38.342Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:23:38.941Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?depth=0|INFO|500||InvokeReturn
2021-09-25T08:23:38.943Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0b7f45c-a11c-4430-a18d-203e8705c703/model-vers/model-ver/86abd349-9c6b-4770-a0c5-d986b374f9af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-08:23:38:349-12672], vertex-id=[258064], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:23:38 GMT], Content-Type=[application/json]}
2021-09-25T08:23:38.943Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:23:38.944Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:23:38.944Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:23:38.950Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T08:23:38.951Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2c1313b-813a-4385-b2b1-96b51e706f2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:23:38.951Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:23:38.952Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:23:38.954Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:23:38.954Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558218951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:23:39.054Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:23:39.056Z||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-25T08:23:39.056Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:39.072Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:39.072Z||pool-116-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-25T08:23:55.913Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:23:55.914Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:23:55.914Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:23:55.916Z||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-25T08:23:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:23:56.054Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:23:56.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:23:56.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:23:56.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:05.492Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:24:55.913Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:24:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:24:55.917Z||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-25T08:24:55.917Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:24:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:24:55.917Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:24:56.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:24:56.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/resourceInstances/pnf4162b64f8e820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558175914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558185249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:24:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558187236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpgqg2olczwccrutbrrs/1.0/artifacts/service-DemoPnfOpgqg2olczwccrutbrrs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:24:56.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:24:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:24:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2c1313b-813a-4385-b2b1-96b51e706f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558218951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:24:56.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:25:05.492Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:25:55.913Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:25:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:25:55.916Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:25:55.916Z||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-25T08:25:55.916Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:25:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:26:05.483Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:26:05.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:26:55.913Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:26:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:26:55.917Z||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-25T08:26:55.917Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:26:55.917Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:26:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:27:05.495Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:27:05.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:27:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:27:55.914Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:27:55.920Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:27:55.920Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:27:55.920Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:27:55.920Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:05.493Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:05.495Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:55.913Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:28:55.915Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:28:55.915Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:28:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:28:55.916Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:56.549Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:56.549Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.549Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc3c8710-0d4e-4860-b9f8-6401177d29de","serviceName":"Demo_pNF_7GrVXSqKbtFbvfSMv7AS","serviceVersion":"1.0","serviceUUID":"428b1406-58aa-4a47-b9a6-d128e05e1a95","serviceDescription":"catalog service description","serviceInvariantUUID":"4035c590-0de0-498f-aac4-952b73ceec94","resources":[{"resourceInstanceName":"pNF 57acd5ac-6696 0","resourceName":"pNF 57acd5ac-6696","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"db1c7f5a-1de6-4132-9185-14d57bb53efd","resourceInvariantUUID":"3b27d142-c741-46f3-b697-d60d6d266b8f","resourceCustomizationUUID":"276741f7-a806-4ec7-bd6d-f9f43fc14a7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml","artifactChecksum":"MGVlZjA4YTg5ZGMyOWViM2EwNDgzZjFiMmRmYTg4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfb72ee5-f033-444b-8cdf-762a91d977e6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61f3b7e1-57b8-42fd-bd65-0376900db44d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eda43b33-7ba6-4395-84b3-de5aba7b9231","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml","artifactChecksum":"YjE4ZWMxNDRjODNmYTk2YzNlMzI2OGFmM2RhNzk4Y2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc65973f-b171-414f-b218-c48f5f5fcbcf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0056bd6a-7229-4034-bc0f-794c758a63b2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1767afb5-f07f-4f8e-a0b4-411f55e65fca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml","artifactChecksum":"YWM2MDg1YjQxMDY1ZDk3MTNmOGNkMTEwOWZlMWE4ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ffa7806-3585-4b86-a0e9-bf39ef906f41","artifactVersion":"1"},{"artifactName":"service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar","artifactChecksum":"ZTdlYjUyY2M3ZmEyOGJjZTU2ZDA5MTBkY2U5YzFkOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9784b191-5622-4b2d-b300-a6e164f9e8a8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:28:56.554Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:28:56.555Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:28:56.555Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:56.556Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.556Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.557Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.557Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.557Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.557Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.557Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.558Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.559Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.559Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.559Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.560Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.561Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.562Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.563Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.564Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.565Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.567Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.568Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558507418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.569Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558502129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558509851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558505126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.570Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558507518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.571Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.572Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.573Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.573Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.573Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.573Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.574Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.574Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.574Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.575Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.575Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.575Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.575Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.575Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.576Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.576Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.576Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.576Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.577Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.577Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.577Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.577Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558521899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558521970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:28:56.578Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558522110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:28:56.579Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558522548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.580Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558515223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.581Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.581Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.581Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558522928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:28:56.581Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.581Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558523114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:28:56.582Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.583Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "cds",
  "timestamp": 1632558523566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-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-25T08:28:56.614Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:28:56.615Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:28:56.626Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.626Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558523947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:28:56.626Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.626Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.626Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558523933,
  "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-25T08:28:56.631Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:28:56.632Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:28:56.647Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.647Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.647Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.647Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.647Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "policy-id",
  "timestamp": 1632558524117,
  "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-25T08:28:56.656Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:28:56.656Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:28:56.661Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-25T08:28:56.661Z||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-25T08:28:56.662Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:56.666Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.666Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.666Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.667Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.667Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558524517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:28:56.667Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.667Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.667Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558524965,
  "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-25T08:28:56.673Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:28:56.673Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de and ComponentName SDNC
2021-09-25T08:28:56.673Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:56.674Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-25T08:28:56.682Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "dcae-sch",
  "timestamp": 1632558517816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.683Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558518471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558530831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:28:56.684Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:28:56.685Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "aai-ml",
  "timestamp": 1632558531834,
  "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-25T08:28:56.690Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:28:56.690Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:28:57.560Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:28:57.560Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:28:57.563Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:28:57.564Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:57.664Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:28:57.665Z||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-25T08:28:57.665Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:57.689Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:57.689Z||pool-118-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:28:58.564Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:28:58.565Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:28:58.567Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:28:58.567Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:58.667Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:28:58.668Z||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-25T08:28:58.668Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:58.681Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:58.681Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:28:59.568Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:28:59.568Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:28:59.571Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:28:59.571Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:28:59.671Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:28:59.672Z||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-25T08:28:59.673Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:28:59.681Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:28:59.682Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:00.572Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:29:00.573Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:00.576Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:00.576Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:29:00.676Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:29:00.677Z||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-25T08:29:00.678Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:00.686Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:00.687Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:01.577Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:29:01.578Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:01.580Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:01.580Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:29:01.680Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:29:01.682Z||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-25T08:29:01.682Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:01.689Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:01.690Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:02.581Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:29:02.582Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:02.584Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:02.584Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:29:02.685Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:29:02.685Z||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-25T08:29:02.686Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:02.696Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:02.697Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:03.585Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:29:03.586Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:03.590Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:03.590Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:29:03.690Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:29:03.691Z||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-25T08:29:03.691Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:03.701Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:03.702Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:04.593Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "serviceName": "Demo_pNF_7GrVXSqKbtFbvfSMv7AS",
  "serviceVersion": "1.0",
  "serviceUUID": "428b1406-58aa-4a47-b9a6-d128e05e1a95",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4035c590-0de0-498f-aac4-952b73ceec94",
  "resources": [
    {
      "resourceInstanceName": "pNF 57acd5ac-6696 0",
      "resourceCustomizationUUID": "276741f7-a806-4ec7-bd6d-f9f43fc14a7f",
      "resourceName": "pNF 57acd5ac-6696",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "db1c7f5a-1de6-4132-9185-14d57bb53efd",
      "resourceInvariantUUID": "3b27d142-c741-46f3-b697-d60d6d266b8f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
      "artifactChecksum": "ZTdlYjUyY2M3ZmEyOGJjZTU2ZDA5MTBkY2U5YzFkOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9784b191-5622-4b2d-b300-a6e164f9e8a8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:29:04.594Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:29:04.594Z|b2c1313b-813a-4385-b2b1-96b51e706f2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 428b1406-58aa-4a47-b9a6-d128e05e1a95 ASDC
2021-09-25T08:29:04.595Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bc3c8710-0d4e-4860-b9f8-6401177d29de
ServiceName:Demo_pNF_7GrVXSqKbtFbvfSMv7AS
ServiceVersion:1.0
ServiceUUID:428b1406-58aa-4a47-b9a6-d128e05e1a95
ServiceInvariantUUID:4035c590-0de0-498f-aac4-952b73ceec94
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
ArtifactUUID:9784b191-5622-4b2d-b300-a6e164f9e8a8
ArtifactChecksum:ZTdlYjUyY2M3ZmEyOGJjZTU2ZDA5MTBkY2U5YzFkOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 57acd5ac-6696 0
ResourceCustomizationUUID:276741f7-a806-4ec7-bd6d-f9f43fc14a7f
ResourceInvariantUUID:3b27d142-c741-46f3-b697-d60d6d266b8f
ResourceName:pNF 57acd5ac-6696
ResourceType:PNF
ResourceUUID:db1c7f5a-1de6-4132-9185-14d57bb53efd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:29:04.595Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 428b1406-58aa-4a47-b9a6-d128e05e1a95 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-25T08:29:04.628Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:29:04.629Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:29:04.629Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:29:04.630Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9784b191-5622-4b2d-b300-a6e164f9e8a8 from URL: /sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:04.630Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-25T08:29:04.630Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:05.047Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-25T08:29:05.052Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar 9784b191-5622-4b2d-b300-a6e164f9e8a8 82540
2021-09-25T08:29:05.053Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar ASDC sendASDCNotification
2021-09-25T08:29:05.053Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:05.053Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:29:05.054Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:05.058Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:05.058Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558545053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:29:05.159Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:29:05.160Z||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-25T08:29:05.160Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:05.169Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:05.170Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:29:06.060Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:29:06.065Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-25T08:29:06.065Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9784b191-5622-4b2d-b300-a6e164f9e8a8, URL: /sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar to file: /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:06.065Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:06.066Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:06.066Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:06.209Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4620557043765108780/Definitions/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml
2021-09-25T08:29:07.208Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:29:07.209Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-25T08:29:07.209Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.210Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:29:07.210Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 57acd5ac-6696 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-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.210Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||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-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.211Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.211Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||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-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.212Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.212Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.212Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.212Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-25T08:29:07.213Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.213Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.213Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Node template pNF 57acd5ac-6696 0 is matching search criteria
2021-09-25T08:29:07.214Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-25T08:29:07.214Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 57acd5ac-6696 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:29:07.214Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.214Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.215Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Node template pNF 57acd5ac-6696 0 is matching search criteria
2021-09-25T08:29:07.215Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-25T08:29:07.215Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 57acd5ac-6696 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:29:07.215Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.216Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.216Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.216Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.216Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.216Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.217Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.217Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.217Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.217Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.218Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7GrVXSqKbtFbvfSMv7AS
Description:catalog service description
Model UUID:428b1406-58aa-4a47-b9a6-d128e05e1a95
Model Version:NULL
Model InvariantUuid:4035c590-0de0-498f-aac4-952b73ceec94
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-25T08:29:07.225Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: db1c7f5a-1de6-4132-9185-14d57bb53efd
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-25T08:29:07.230Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||pNF 57acd5ac-6696 0
2021-09-25T08:29:07.230Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: db1c7f5a-1de6-4132-9185-14d57bb53efd
2021-09-25T08:29:07.231Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 428b1406-58aa-4a47-b9a6-d128e05e1a95
2021-09-25T08:29:07.231Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 428b1406-58aa-4a47-b9a6-d128e05e1a95
2021-09-25T08:29:07.231Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 57acd5ac-6696 0 db1c7f5a-1de6-4132-9185-14d57bb53efd 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-25T08:29:07.237Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ee6b954, org.onap.sdc.toscaparser.api.parameters.Input@250df7a5, org.onap.sdc.toscaparser.api.parameters.Input@a795f06, org.onap.sdc.toscaparser.api.parameters.Input@fcd8b58, org.onap.sdc.toscaparser.api.parameters.Input@648abfec]
2021-09-25T08:29:07.237Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.238Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.238Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 428b1406-58aa-4a47-b9a6-d128e05e1a95: pNF 57acd5ac-6696
2021-09-25T08:29:07.238Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Processing PNF resource: db1c7f5a-1de6-4132-9185-14d57bb53efd
2021-09-25T08:29:07.238Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:29:07.239Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_7GrVXSqKbtFbvfSMv7AS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:29:07.239Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||Resource customization UUID: 276741f7-a806-4ec7-bd6d-f9f43fc14a7f is the same as notified resource customizationUUID: 276741f7-a806-4ec7-bd6d-f9f43fc14a7f
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-25T08:29:07.278Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 57acd5ac-6696 db1c7f5a-1de6-4132-9185-14d57bb53efd 0 ASDC deployResourceStructure
2021-09-25T08:29:07.279Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar ASDC sendASDCNotification
2021-09-25T08:29:07.279Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar
2021-09-25T08:29:07.279Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:29:07.280Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:07.283Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:07.283Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558547279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:29:07.383Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:29:07.384Z||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-25T08:29:07.385Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:07.412Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:07.413Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:29:08.284Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc3c8710-0d4e-4860-b9f8-6401177d29de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:29:08.295Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc3c8710-0d4e-4860-b9f8-6401177d29de
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-25T08:29:08.298Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:29:08.298Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:29:08.298Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:29:08.298Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.299Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:29:08.300Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T08:29:08.304Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:29:38.304Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:29:38.311Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc3c8710-0d4e-4860-b9f8-6401177d29de and serviceModelVersionId: 428b1406-58aa-4a47-b9a6-d128e05e1a95
2021-09-25T08:29:38.311Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4035c590-0de0-498f-aac4-952b73ceec94
2021-09-25T08:29:38.312Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?depth=0
2021-09-25T08:29:38.317Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:29:38.360Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?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-25T08:29:38.363Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?depth=0|INFO|500||Invoke
2021-09-25T08:29:38.390Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:29:38.922Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?depth=0|INFO|500||InvokeReturn
2021-09-25T08:29:38.924Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4035c590-0de0-498f-aac4-952b73ceec94/model-vers/model-ver/428b1406-58aa-4a47-b9a6-d128e05e1a95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210925-08:29:38:401-32132], vertex-id=[299176], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:29:38 GMT], Content-Type=[application/json]}
2021-09-25T08:29:38.924Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:29:38.925Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:29:38.925Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:29:38.932Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T08:29:38.932Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc3c8710-0d4e-4860-b9f8-6401177d29de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:29:38.933Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:29:38.933Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:29:38.935Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:29:38.935Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558578933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:29:39.036Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:29:39.036Z||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-25T08:29:39.037Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:39.050Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:39.050Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-25T08:29:55.913Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:29:55.915Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:29:55.915Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:29:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:29:55.916Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:29:56.066Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:29:56.067Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:29:56.067Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:29:56.068Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:05.506Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:30:55.913Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:30:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:30:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:30:55.917Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:30:55.916Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:30:55.917Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:30:56.462Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:30:56.463Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.463Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.465Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558539225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558540576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.466Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "clamp",
  "timestamp": 1632558541579,
  "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-25T08:30:56.478Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc3c8710-0d4e-4860-b9f8-6401177d29de
2021-09-25T08:30:56.478Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc3c8710-0d4e-4860-b9f8-6401177d29de 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-25T08:30:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/resourceInstances/pnf57acd5ac66960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558535913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:30:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558545053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558547279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7grvxsqkbtfbvfsmv7as/1.0/artifacts/service-DemoPnf7grvxsqkbtfbvfsmv7as-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc3c8710-0d4e-4860-b9f8-6401177d29de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558578933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:30:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:31:05.495Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:31:55.913Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:31:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:31:55.916Z||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-25T08:31:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:31:55.916Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:31:55.917Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:32:05.473Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:32:05.476Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:32:55.913Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:32:55.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:32:55.916Z||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-25T08:32:55.916Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:32:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:32:55.917Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:33:05.480Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:33:05.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:33:55.914Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:33:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:33:55.917Z||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-25T08:33:55.917Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-25T08:33:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:33:55.917Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:34:05.481Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:34:05.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:34:55.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:34:55.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:34:55.917Z||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-25T08:34:55.917Z||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-25T08:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:34:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:05.488Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:05.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:55.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:35:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:35:55.920Z||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-25T08:35:55.920Z||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-25T08:35:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:56.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:56.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:56.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3be62eb8-f7d2-4775-8081-ce05b11fead7","serviceName":"Demo_pNF_4cPeIvA8eHv45d8q5KUc","serviceVersion":"1.0","serviceUUID":"34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9","serviceDescription":"catalog service description","serviceInvariantUUID":"5334f622-ecc3-486b-84fb-e8fbbae0f4fe","resources":[{"resourceInstanceName":"pNF ee9e6085-fb94 0","resourceName":"pNF ee9e6085-fb94","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"29949256-a520-4c5a-8d6a-5ddcb87678f2","resourceInvariantUUID":"db73057b-bbff-4719-a853-0aa341242128","resourceCustomizationUUID":"cfbd01d1-c55d-41e7-a04a-2850019f6f55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml","artifactChecksum":"M2RkMDJiOGE0YjE5OTY0OGFhZmE2OWIwZWU1NjcwNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09b96347-1a57-4a0d-892a-9e2325250a89","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0272b85a-aa4c-482d-b097-9bb0bddf130d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e822a502-c988-441b-bb97-b679bff54938","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml","artifactChecksum":"MTFlNjc2MGYxZjE2YjIxYjNiZDgwOWZjMmNmM2M4NTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f01df73-abe2-45a2-a657-603b5e85429f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bf8db80-3002-445b-8026-101a518f6dbc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48a533ec-927c-40f7-9a48-06c782416a31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml","artifactChecksum":"M2VkNmQwNGM2YzViMjVlYmU3NDViMWY1MTZmOTA4ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3438f65b-78ef-44e7-80c5-9f61515eaa00","artifactVersion":"1"},{"artifactName":"service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar","artifactChecksum":"ZWE3MzBmMjIxZjBkZTY5ZTAxMWY4MWUyOWRiNmExNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d39a4670-bd46-4aac-a203-18ebf8b669f0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:35:56.572Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:35:56.573Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:35:56.579Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:35:56.579Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558908469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558914845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "dcae-sch",
  "timestamp": 1632558917816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558926648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "cds",
  "timestamp": 1632558927661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-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-25T08:35:56.647Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558922131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558931845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558925125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558932851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "policy-id",
  "timestamp": 1632558933855,
  "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-25T08:35:56.671Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.672Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:56.678Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:35:56.679Z||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-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.679Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558934040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558927420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558935067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632558927516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632558936071,
  "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-25T08:35:56.694Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.694Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558936652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558937664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558938690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558938855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "clamp",
  "timestamp": 1632558939692,
  "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-25T08:35:56.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:56.717Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:56.718Z||pool-128-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:35:56.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632558939858,
  "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-25T08:35:56.723Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.723Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:56.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558935222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558944217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558950339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:35:56.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "aai-ml",
  "timestamp": 1632558951343,
  "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-25T08:35:56.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3be62eb8-f7d2-4775-8081-ce05b11fead7
2021-09-25T08:35:56.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:35:57.580Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:35:57.580Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:35:57.595Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:35:57.596Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:57.691Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-25T08:35:57.692Z||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-25T08:35:57.692Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:57.732Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:57.733Z||pool-129-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:35:58.603Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:35:58.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:35:58.606Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:35:58.606Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:58.709Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-25T08:35:58.710Z||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-25T08:35:58.711Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:58.726Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:58.727Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:35:59.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:35:59.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:35:59.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:35:59.620Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:35:59.721Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:35:59.722Z||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-25T08:35:59.722Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:35:59.755Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:35:59.756Z||pool-131-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:00.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:36:00.625Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:00.627Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:00.627Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:36:00.727Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:36:00.728Z||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-25T08:36:00.728Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:00.743Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:00.744Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:01.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:36:01.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:01.631Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:01.631Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:36:01.731Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:36:01.732Z||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-25T08:36:01.732Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:01.742Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:01.742Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:02.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:36:02.639Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:02.641Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:02.642Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:36:02.742Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:36:02.743Z||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-25T08:36:02.743Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:02.754Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:02.755Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:03.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:36:03.643Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:03.646Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:03.646Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:36:03.746Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:36:03.747Z||pool-135-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-25T08:36:03.747Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:03.758Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:03.759Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:04.647Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "serviceName": "Demo_pNF_4cPeIvA8eHv45d8q5KUc",
  "serviceVersion": "1.0",
  "serviceUUID": "34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5334f622-ecc3-486b-84fb-e8fbbae0f4fe",
  "resources": [
    {
      "resourceInstanceName": "pNF ee9e6085-fb94 0",
      "resourceCustomizationUUID": "cfbd01d1-c55d-41e7-a04a-2850019f6f55",
      "resourceName": "pNF ee9e6085-fb94",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "29949256-a520-4c5a-8d6a-5ddcb87678f2",
      "resourceInvariantUUID": "db73057b-bbff-4719-a853-0aa341242128",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
      "artifactChecksum": "ZWE3MzBmMjIxZjBkZTY5ZTAxMWY4MWUyOWRiNmExNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d39a4670-bd46-4aac-a203-18ebf8b669f0"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:36:04.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:36:04.648Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9 ASDC
2021-09-25T08:36:04.649Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3be62eb8-f7d2-4775-8081-ce05b11fead7
ServiceName:Demo_pNF_4cPeIvA8eHv45d8q5KUc
ServiceVersion:1.0
ServiceUUID:34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9
ServiceInvariantUUID:5334f622-ecc3-486b-84fb-e8fbbae0f4fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
ArtifactUUID:d39a4670-bd46-4aac-a203-18ebf8b669f0
ArtifactChecksum:ZWE3MzBmMjIxZjBkZTY5ZTAxMWY4MWUyOWRiNmExNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ee9e6085-fb94 0
ResourceCustomizationUUID:cfbd01d1-c55d-41e7-a04a-2850019f6f55
ResourceInvariantUUID:db73057b-bbff-4719-a853-0aa341242128
ResourceName:pNF ee9e6085-fb94
ResourceType:PNF
ResourceUUID:29949256-a520-4c5a-8d6a-5ddcb87678f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:36:04.649Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9 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-25T08:36:04.704Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:36:04.707Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-25T08:36:04.707Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-25T08:36:04.707Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d39a4670-bd46-4aac-a203-18ebf8b669f0 from URL: /sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:04.708Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-25T08:36:04.708Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:05.333Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-25T08:36:05.337Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar d39a4670-bd46-4aac-a203-18ebf8b669f0 82535
2021-09-25T08:36:05.337Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar ASDC sendASDCNotification
2021-09-25T08:36:05.338Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:05.338Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:36:05.338Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:05.340Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:05.340Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558965337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:36:05.440Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:36:05.441Z||pool-136-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-25T08:36:05.441Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:05.451Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:05.451Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:06.345Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:36:06.346Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-25T08:36:06.346Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d39a4670-bd46-4aac-a203-18ebf8b669f0, URL: /sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar to file: /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:06.346Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:06.347Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:06.348Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:06.506Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1588925040875098119/Definitions/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml
2021-09-25T08:36:07.391Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:36:07.392Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-25T08:36:07.392Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.393Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:36:07.393Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||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-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.393Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.393Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||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-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.394Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.394Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.394Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ee9e6085-fb94 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-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.394Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.395Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-25T08:36:07.395Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.395Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.396Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Node template pNF ee9e6085-fb94 0 is matching search criteria
2021-09-25T08:36:07.396Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-25T08:36:07.396Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ee9e6085-fb94 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:36:07.397Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.397Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.397Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Node template pNF ee9e6085-fb94 0 is matching search criteria
2021-09-25T08:36:07.398Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-25T08:36:07.398Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ee9e6085-fb94 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:36:07.398Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.398Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.399Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.399Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.399Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.399Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.400Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.400Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.400Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.401Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.401Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4cPeIvA8eHv45d8q5KUc
Description:catalog service description
Model UUID:34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9
Model Version:NULL
Model InvariantUuid:5334f622-ecc3-486b-84fb-e8fbbae0f4fe
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-25T08:36:07.409Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 29949256-a520-4c5a-8d6a-5ddcb87678f2
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-25T08:36:07.414Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||pNF ee9e6085-fb94 0
2021-09-25T08:36:07.415Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 29949256-a520-4c5a-8d6a-5ddcb87678f2
2021-09-25T08:36:07.415Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9
2021-09-25T08:36:07.415Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9
2021-09-25T08:36:07.415Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ee9e6085-fb94 0 29949256-a520-4c5a-8d6a-5ddcb87678f2 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-25T08:36:07.420Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@678e72c2, org.onap.sdc.toscaparser.api.parameters.Input@47fbedf0, org.onap.sdc.toscaparser.api.parameters.Input@35257c20, org.onap.sdc.toscaparser.api.parameters.Input@74707dc, org.onap.sdc.toscaparser.api.parameters.Input@134b6d94]
2021-09-25T08:36:07.420Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.420Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.421Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9: pNF ee9e6085-fb94
2021-09-25T08:36:07.421Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Processing PNF resource: 29949256-a520-4c5a-8d6a-5ddcb87678f2
2021-09-25T08:36:07.421Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:36:07.421Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4cPeIvA8eHv45d8q5KUc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:36:07.422Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||Resource customization UUID: cfbd01d1-c55d-41e7-a04a-2850019f6f55 is the same as notified resource customizationUUID: cfbd01d1-c55d-41e7-a04a-2850019f6f55
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-25T08:36:07.460Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ee9e6085-fb94 29949256-a520-4c5a-8d6a-5ddcb87678f2 0 ASDC deployResourceStructure
2021-09-25T08:36:07.461Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar ASDC sendASDCNotification
2021-09-25T08:36:07.462Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar
2021-09-25T08:36:07.462Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:36:07.462Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:07.465Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:07.465Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558967461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:36:07.565Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:36:07.566Z||pool-137-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-25T08:36:07.566Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:07.575Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:07.576Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:36:08.466Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be62eb8-f7d2-4775-8081-ce05b11fead7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:36:08.479Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be62eb8-f7d2-4775-8081-ce05b11fead7
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-25T08:36:08.481Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:36:08.481Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:36:08.481Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:36:08.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:36:08.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.483Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.483Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.483Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:36:08.483Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-25T08:36:08.489Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:36:38.490Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3be62eb8-f7d2-4775-8081-ce05b11fead7 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-25T08:36:38.504Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3be62eb8-f7d2-4775-8081-ce05b11fead7 and serviceModelVersionId: 34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9
2021-09-25T08:36:38.505Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5334f622-ecc3-486b-84fb-e8fbbae0f4fe
2021-09-25T08:36:38.507Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0
2021-09-25T08:36:38.517Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:36:38.575Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0|INFO|500||Invoke
2021-09-25T08:36:38.576Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3be62eb8-f7d2-4775-8081-ce05b11fead7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17f2e840-3e6e-4f2b-82ac-306fb2324404], X-ECOMP-RequestID=[3be62eb8-f7d2-4775-8081-ce05b11fead7], X-TransactionId=[], X-ONAP-RequestID=[3be62eb8-f7d2-4775-8081-ce05b11fead7], Content-Type=[application/merge-patch+json]}
2021-09-25T08:36:38.612Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:36:39.304Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?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/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-08:36:38:621-36042], vertex-id=[286840], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:36:38 GMT], Content-Type=[application/json]}
2021-09-25T08:36:39.305Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:36:39.305Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5334f622-ecc3-486b-84fb-e8fbbae0f4fe/model-vers/model-ver/34ab3d5e-ce32-491e-a4dc-d6c4fe0465e9?depth=0|INFO|500||InvokeReturn
2021-09-25T08:36:39.307Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:36:39.307Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-25T08:36:39.313Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T08:36:39.314Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3be62eb8-f7d2-4775-8081-ce05b11fead7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:36:39.314Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:36:39.315Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:36:39.318Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:36:39.318Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558999314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:36:39.419Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:36:39.420Z||pool-138-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-25T08:36:39.420Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:39.469Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:39.470Z||pool-138-thread-1|||||INFO|500||cambria reply ok (50 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-25T08:36:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:36:55.915Z||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-25T08:36:55.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:36:55.916Z||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-25T08:36:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:36:56.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:36:56.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:36:56.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:36:56.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:05.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:37:55.938Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:37:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:37:55.945Z||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-25T08:37:55.945Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:37:55.945Z|b8049384-d249-4076-ae92-489602a04595|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-25T08:37:55.947Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:37:56.488Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:37:56.490Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.490Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.491Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.492Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/resourceInstances/pnfee9e6085fb940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.493Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:37:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558955914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:37:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:37:56.494Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558965337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:37:56.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:37:56.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558967461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cpeiva8ehv45d8q5kuc/1.0/artifacts/service-DemoPnf4cpeiva8ehv45d8q5kuc-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:37:56.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:37:56.496Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-25T08:37:56.496Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be62eb8-f7d2-4775-8081-ce05b11fead7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632558999314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:37:56.496Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:38:05.550Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:38:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:38:55.914Z||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-25T08:38:55.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:38:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:38:55.916Z||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-25T08:38:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:39:05.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:39:05.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:39:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:39:55.914Z||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-25T08:39:55.915Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:39:55.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:39:55.916Z||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-25T08:39:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:40:05.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:40:05.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:40:55.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:40:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:40:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:40:55.916Z||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-25T08:40:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:40:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:05.481Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:05.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:55.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:41:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:41:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:41:55.917Z||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-25T08:41:55.917Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:56.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:56.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b36ac7b6-ceb6-4726-953c-5e27fb3d5a74","serviceName":"Demo_pNF_J3gEYZ8oW1oLoVnOfX90","serviceVersion":"1.0","serviceUUID":"8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa","serviceDescription":"catalog service description","serviceInvariantUUID":"f76451f4-2b73-4163-be43-358d0f3f4178","resources":[{"resourceInstanceName":"pNF 16a24eeb-b918 0","resourceName":"pNF 16a24eeb-b918","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"914b1476-bf3c-481a-8f7a-231ab7f44a87","resourceInvariantUUID":"8f675d1e-5e31-4e9a-b9b6-0477c5a987a9","resourceCustomizationUUID":"9cb2141b-95a7-447c-a817-dc6fc880814d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml","artifactChecksum":"ZWZmZDhiNzlkY2ViM2JlYTFhNTUyOTA3MzdiNjBlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3582f32a-d848-4f95-b90b-2f25c2f8399e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0a79030-7b15-4f98-b4dc-8e9852ac9707","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1aa470f-8210-467e-9154-9d6d8de8d431","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml","artifactChecksum":"YzQwYTZkMzgzYzdlOTI4YjZkNWQ3NWRjNTdhMmMxNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4fc0f4a1-6e4c-43ed-b87c-fa0f0ff9a2e5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50e0a4ee-b0ce-4638-a1cd-7206b038b6c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b892b0f4-91ac-478e-ba24-5b0894356c1a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ3geyz8ow1olovnofx90-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml","artifactChecksum":"ZWVlYWZlNTYxODJkNDMzN2ZmYTU0Njk2ZGU0ZTMxMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40766562-9c78-4581-9945-5e9fcb57a6d7","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar","artifactChecksum":"NWM2NWUzZTI5ZjBhODEzNzdjNjNmYjQ4Y2Y5MzUzODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8101a7b7-74ad-4c71-819c-caf05dbf7edf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:41:56.555Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:56.557Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.557Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.558Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.558Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.558Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.558Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.559Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.559Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.560Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.560Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.561Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.562Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.563Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.564Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.565Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.566Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.566Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.566Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.567Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.568Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.568Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.569Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.569Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.569Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.569Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.569Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.570Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.571Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.572Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559265222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559268469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559265128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.573Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559267518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.574Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.575Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559274845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559282689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.576Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.577Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.577Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559282713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.577Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.577Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.577Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.578Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.578Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.578Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.579Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.579Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.579Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559283709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:41:56.586Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.586Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559283753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.587Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.588Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.588Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.588Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.588Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559284711,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:41:56.636Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.637Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:56.648Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.648Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "cds",
  "timestamp": 1632559284767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-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-25T08:41:56.653Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.653Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "dcae-sch",
  "timestamp": 1632559277817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.664Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.665Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.665Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.665Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.666Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:41:56.666Z||pool-139-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-25T08:41:56.667Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:56.669Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559287730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.669Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.669Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.670Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.670Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.670Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559288491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.671Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559288759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.672Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.673Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.673Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.673Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "aai-ml",
  "timestamp": 1632559289495,
  "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-25T08:41:56.678Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:56.679Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:41:56.680Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.680Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:56.688Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.688Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "clamp",
  "timestamp": 1632559289762,
  "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-25T08:41:56.693Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.693Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:56.705Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.705Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559282127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.706Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.706Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.706Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.706Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.706Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.707Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.707Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.707Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.707Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559291633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.707Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.708Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.708Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.709Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.709Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.709Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559292639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:41:56.709Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.710Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.710Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.710Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.710Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.711Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "policy-id",
  "timestamp": 1632559293642,
  "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-25T08:41:56.717Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.718Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559287419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:41:56.727Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559296773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559298876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-25T08:41:56.728Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559299880,
  "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-25T08:41:56.732Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
2021-09-25T08:41:56.733Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:41:57.567Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:41:57.567Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:41:57.571Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:41:57.571Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:57.670Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:41:57.671Z||pool-140-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-25T08:41:57.671Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:57.701Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:57.702Z||pool-140-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:41:58.571Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:41:58.572Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:41:58.574Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:41:58.574Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:58.674Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:41:58.675Z||pool-141-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-25T08:41:58.675Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:58.685Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:58.686Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:41:59.574Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:41:59.575Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:41:59.578Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:41:59.578Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:41:59.678Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:41:59.679Z||pool-142-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-25T08:41:59.679Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:41:59.689Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:41:59.690Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:42:00.579Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:42:00.580Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:00.582Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:00.582Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:42:00.683Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:42:00.684Z||pool-143-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-25T08:42:00.684Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:00.699Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:00.700Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:42:01.582Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:42:01.583Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:01.585Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:01.585Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:42:01.685Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:42:01.686Z||pool-144-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-25T08:42:01.686Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:01.698Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:01.699Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:42:02.586Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:42:02.587Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:02.589Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:02.589Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:42:02.689Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:42:02.690Z||pool-145-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-25T08:42:02.690Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:02.702Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:02.702Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-25T08:42:03.589Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:42:03.590Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:03.592Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:03.592Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:42:03.692Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:42:03.693Z||pool-146-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-25T08:42:03.693Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:03.703Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:03.704Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:42:04.593Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "serviceName": "Demo_pNF_J3gEYZ8oW1oLoVnOfX90",
  "serviceVersion": "1.0",
  "serviceUUID": "8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f76451f4-2b73-4163-be43-358d0f3f4178",
  "resources": [
    {
      "resourceInstanceName": "pNF 16a24eeb-b918 0",
      "resourceCustomizationUUID": "9cb2141b-95a7-447c-a817-dc6fc880814d",
      "resourceName": "pNF 16a24eeb-b918",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "914b1476-bf3c-481a-8f7a-231ab7f44a87",
      "resourceInvariantUUID": "8f675d1e-5e31-4e9a-b9b6-0477c5a987a9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
      "artifactChecksum": "NWM2NWUzZTI5ZjBhODEzNzdjNjNmYjQ4Y2Y5MzUzODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8101a7b7-74ad-4c71-819c-caf05dbf7edf"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:42:04.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:42:04.594Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa ASDC
2021-09-25T08:42:04.594Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
ServiceName:Demo_pNF_J3gEYZ8oW1oLoVnOfX90
ServiceVersion:1.0
ServiceUUID:8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa
ServiceInvariantUUID:f76451f4-2b73-4163-be43-358d0f3f4178
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
ArtifactUUID:8101a7b7-74ad-4c71-819c-caf05dbf7edf
ArtifactChecksum:NWM2NWUzZTI5ZjBhODEzNzdjNjNmYjQ4Y2Y5MzUzODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16a24eeb-b918 0
ResourceCustomizationUUID:9cb2141b-95a7-447c-a817-dc6fc880814d
ResourceInvariantUUID:8f675d1e-5e31-4e9a-b9b6-0477c5a987a9
ResourceName:pNF 16a24eeb-b918
ResourceType:PNF
ResourceUUID:914b1476-bf3c-481a-8f7a-231ab7f44a87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:42:04.594Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa 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-25T08:42:04.627Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:42:04.628Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:42:04.628Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:42:04.629Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8101a7b7-74ad-4c71-819c-caf05dbf7edf from URL: /sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:04.629Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T08:42:04.630Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:05.130Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T08:42:05.133Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar 8101a7b7-74ad-4c71-819c-caf05dbf7edf 82554
2021-09-25T08:42:05.134Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar ASDC sendASDCNotification
2021-09-25T08:42:05.134Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:05.134Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:42:05.134Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:05.137Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:05.137Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559325134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:42:05.236Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:42:05.237Z||pool-147-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-25T08:42:05.237Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:05.272Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:05.272Z||pool-147-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:42:06.138Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:42:06.139Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:42:06.139Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8101a7b7-74ad-4c71-819c-caf05dbf7edf, URL: /sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar to file: /app/ASDC/1/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:06.140Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:06.140Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:06.140Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:06.304Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12308244221398527611/Definitions/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml
2021-09-25T08:42:07.073Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.074Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16a24eeb-b918 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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Node template pNF 16a24eeb-b918 0 is matching search criteria
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T08:42:07.075Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16a24eeb-b918 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Node template pNF 16a24eeb-b918 0 is matching search criteria
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16a24eeb-b918 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.076Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.077Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_J3gEYZ8oW1oLoVnOfX90
Description:catalog service description
Model UUID:8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa
Model Version:NULL
Model InvariantUuid:f76451f4-2b73-4163-be43-358d0f3f4178
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-25T08:42:07.085Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 914b1476-bf3c-481a-8f7a-231ab7f44a87
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-25T08:42:07.089Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||pNF 16a24eeb-b918 0
2021-09-25T08:42:07.090Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 914b1476-bf3c-481a-8f7a-231ab7f44a87
2021-09-25T08:42:07.090Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa
2021-09-25T08:42:07.090Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa
2021-09-25T08:42:07.090Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 16a24eeb-b918 0 914b1476-bf3c-481a-8f7a-231ab7f44a87 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-25T08:42:07.094Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fc4d4c8, org.onap.sdc.toscaparser.api.parameters.Input@725ccf98, org.onap.sdc.toscaparser.api.parameters.Input@31a2c04a, org.onap.sdc.toscaparser.api.parameters.Input@68db7e06, org.onap.sdc.toscaparser.api.parameters.Input@21f08541]
2021-09-25T08:42:07.094Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.094Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.094Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa: pNF 16a24eeb-b918
2021-09-25T08:42:07.095Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Processing PNF resource: 914b1476-bf3c-481a-8f7a-231ab7f44a87
2021-09-25T08:42:07.095Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:42:07.095Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_J3gEYZ8oW1oLoVnOfX90 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:42:07.095Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||Resource customization UUID: 9cb2141b-95a7-447c-a817-dc6fc880814d is the same as notified resource customizationUUID: 9cb2141b-95a7-447c-a817-dc6fc880814d
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-25T08:42:07.125Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 16a24eeb-b918 914b1476-bf3c-481a-8f7a-231ab7f44a87 0 ASDC deployResourceStructure
2021-09-25T08:42:07.126Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar ASDC sendASDCNotification
2021-09-25T08:42:07.126Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar
2021-09-25T08:42:07.126Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:42:07.126Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:07.128Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:07.128Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559327125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:42:07.229Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-25T08:42:07.230Z||pool-148-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-25T08:42:07.230Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:07.277Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:07.278Z||pool-148-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:42:08.129Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:42:08.139Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b36ac7b6-ceb6-4726-953c-5e27fb3d5a74
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-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.143Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.144Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.144Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:42:08.144Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-25T08:42:08.149Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:42:38.149Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 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-25T08:42:38.156Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 and serviceModelVersionId: 8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa
2021-09-25T08:42:38.157Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f76451f4-2b73-4163-be43-358d0f3f4178
2021-09-25T08:42:38.157Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0
2021-09-25T08:42:38.162Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:42:38.198Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0|INFO|500||Invoke
2021-09-25T08:42:38.199Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b36ac7b6-ceb6-4726-953c-5e27fb3d5a74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edfc9f8b-b63d-4e8b-ad0b-0450b7ad6dc9], X-ECOMP-RequestID=[b36ac7b6-ceb6-4726-953c-5e27fb3d5a74], X-TransactionId=[], X-ONAP-RequestID=[b36ac7b6-ceb6-4726-953c-5e27fb3d5a74], Content-Type=[application/merge-patch+json]}
2021-09-25T08:42:38.221Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:42:38.952Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?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/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210925-08:42:38:227-62123], vertex-id=[192704], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:42:38 GMT], Content-Type=[application/json]}
2021-09-25T08:42:38.953Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:42:38.953Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f76451f4-2b73-4163-be43-358d0f3f4178/model-vers/model-ver/8cc5dc3f-cd2b-48af-ac57-b18bd048c0fa?depth=0|INFO|500||InvokeReturn
2021-09-25T08:42:38.954Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:42:38.954Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-25T08:42:38.959Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||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-25T08:42:38.959Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b36ac7b6-ceb6-4726-953c-5e27fb3d5a74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:42:38.959Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:42:38.959Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:42:38.962Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:42:38.962Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559358959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:42:39.061Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:42:39.062Z||pool-149-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-25T08:42:39.063Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:39.076Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:39.076Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 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-25T08:42:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:42:55.914Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:42:55.919Z||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-25T08:42:55.919Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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-25T08:42:55.920Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:42:56.047Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:42:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-25T08:42:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:42:56.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:05.476Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:43:55.913Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:43:55.914Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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-25T08:43:55.914Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:43:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:43:55.916Z||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-25T08:43:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:43:56.442Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:43:56.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/resourceInstances/pnf16a24eebb9180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559315913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559325134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:43:56.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559327125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ3geyz8ow1olovnofx90/1.0/artifacts/service-DemoPnfJ3geyz8ow1olovnofx90-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:43:56.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:43:56.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-25T08:43:56.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b36ac7b6-ceb6-4726-953c-5e27fb3d5a74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559358959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:43:56.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:44:05.513Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:44:55.913Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:44:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:44:55.916Z||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-25T08:44:55.916Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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-25T08:44:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:44:55.916Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:45:05.486Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:45:05.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:45:55.914Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:45:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:45:55.919Z||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-25T08:45:55.919Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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-25T08:45:55.919Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:45:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:05.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:05.491Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:46:55.916Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:46:55.919Z||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-25T08:46:55.919Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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-25T08:46:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:55.919Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:56.553Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:56.555Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.555Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f1121c3-4e55-43f5-9f06-06ea13ae5a56","serviceName":"Demo_pNF_LScLdW6v3O9ijBAdGPhU","serviceVersion":"1.0","serviceUUID":"11aa8d14-ce88-4e76-a859-951005965b40","serviceDescription":"catalog service description","serviceInvariantUUID":"71107346-b2f5-4fc6-a7fc-9f6fec41c0ae","resources":[{"resourceInstanceName":"pNF c40e502d-467a 0","resourceName":"pNF c40e502d-467a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60118a54-c2b6-431b-aacd-71da33f40605","resourceInvariantUUID":"dc855a7f-d9d6-450e-8e5f-ca38d3916682","resourceCustomizationUUID":"878d106a-2558-4646-8051-bce097adf42f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml","artifactChecksum":"OTk3ZjIyNjUzYTFmMzliNmQxYTg4MWUyMTEyYzEwZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5d965f5-b82a-4fe6-a15c-c60f0c3c8396","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar","artifactChecksum":"M2ZlMzM2YWQ2NjdjYmUzNGMwNmRkNTA2YTViNzcyNWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e836ab2-9bc2-48fc-b2ff-69c61e8a4f01","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9be139a-3cb6-494b-b8ec-c3317ec367e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ3NDZkYzg4YmM0MjkwY2RlZTcwOTgzYTQ4OWQ2N2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1e91118-fbe2-4389-915b-75cd3c37eb75","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2235219c-efdd-45fc-b643-be14e0ff351b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51d34fd8-b1a5-4c88-8975-1b15a1f92567","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLscldw6v3o9ijbadgphu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml","artifactChecksum":"YzU2MDEwMGVjMGRhNzM2NWUzN2QwODAxYjVjMzhjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03f9f646-ddf9-4b3a-91eb-387df3d9a151","artifactVersion":"1"},{"artifactName":"service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar","artifactChecksum":"YmZkNDdmNDM1NjYyODc3YTQ0NTYwYWIwZTc1YjA3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9725bae0-7932-4f72-8c73-a1ead034c5f0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-25T08:46:56.559Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:46:56.560Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:46:56.564Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:46:56.564Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:56.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-25T08:46:56.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:56.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:46:56.664Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-25T08:46:56.666Z||pool-150-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-25T08:46:56.666Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:56.674Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:56.675Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:46:57.565Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:46:57.566Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:46:57.579Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:46:57.579Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:57.668Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-09-25T08:46:57.669Z||pool-151-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-25T08:46:57.669Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:57.680Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:57.680Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:46:58.580Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:46:58.581Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:46:58.583Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:46:58.583Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:58.683Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:46:58.684Z||pool-152-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-25T08:46:58.685Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:58.695Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:58.696Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:46:59.584Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:46:59.584Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:46:59.586Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:46:59.587Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:46:59.687Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:46:59.687Z||pool-153-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-25T08:46:59.687Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:46:59.697Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:46:59.698Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:00.587Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:47:00.588Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:00.593Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:00.593Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:47:00.693Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:00.694Z||pool-154-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-25T08:47:00.694Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:00.714Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:00.715Z||pool-154-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:01.593Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:47:01.598Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:01.600Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:01.600Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:47:01.700Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:01.701Z||pool-155-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-25T08:47:01.702Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:01.712Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:01.713Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:02.600Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:47:02.601Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:02.607Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:02.607Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:47:02.707Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:02.708Z||pool-156-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-25T08:47:02.708Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:02.721Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:02.722Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:03.608Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-25T08:47:03.608Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:03.611Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:03.611Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:47:03.711Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:03.712Z||pool-157-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-25T08:47:03.713Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:03.722Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:03.722Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:04.617Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "serviceName": "Demo_pNF_LScLdW6v3O9ijBAdGPhU",
  "serviceVersion": "1.0",
  "serviceUUID": "11aa8d14-ce88-4e76-a859-951005965b40",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71107346-b2f5-4fc6-a7fc-9f6fec41c0ae",
  "resources": [
    {
      "resourceInstanceName": "pNF c40e502d-467a 0",
      "resourceCustomizationUUID": "878d106a-2558-4646-8051-bce097adf42f",
      "resourceName": "pNF c40e502d-467a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "60118a54-c2b6-431b-aacd-71da33f40605",
      "resourceInvariantUUID": "dc855a7f-d9d6-450e-8e5f-ca38d3916682",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
      "artifactChecksum": "YmZkNDdmNDM1NjYyODc3YTQ0NTYwYWIwZTc1YjA3OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9725bae0-7932-4f72-8c73-a1ead034c5f0"
    }
  ],
  "workloadContext": "Production"
}
2021-09-25T08:47:04.618Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-25T08:47:04.618Z|b36ac7b6-ceb6-4726-953c-5e27fb3d5a74|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 11aa8d14-ce88-4e76-a859-951005965b40 ASDC
2021-09-25T08:47:04.619Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0f1121c3-4e55-43f5-9f06-06ea13ae5a56
ServiceName:Demo_pNF_LScLdW6v3O9ijBAdGPhU
ServiceVersion:1.0
ServiceUUID:11aa8d14-ce88-4e76-a859-951005965b40
ServiceInvariantUUID:71107346-b2f5-4fc6-a7fc-9f6fec41c0ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
ArtifactUUID:9725bae0-7932-4f72-8c73-a1ead034c5f0
ArtifactChecksum:YmZkNDdmNDM1NjYyODc3YTQ0NTYwYWIwZTc1YjA3OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c40e502d-467a 0
ResourceCustomizationUUID:878d106a-2558-4646-8051-bce097adf42f
ResourceInvariantUUID:dc855a7f-d9d6-450e-8e5f-ca38d3916682
ResourceName:pNF c40e502d-467a
ResourceType:PNF
ResourceUUID:60118a54-c2b6-431b-aacd-71da33f40605
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-25T08:47:04.620Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11aa8d14-ce88-4e76-a859-951005965b40 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-25T08:47:04.659Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:47:04.660Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:47:04.660Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:47:04.661Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9725bae0-7932-4f72-8c73-a1ead034c5f0 from URL: /sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:04.661Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-25T08:47:04.661Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:05.142Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-25T08:47:05.148Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar 9725bae0-7932-4f72-8c73-a1ead034c5f0 82550
2021-09-25T08:47:05.148Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar ASDC sendASDCNotification
2021-09-25T08:47:05.148Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:05.148Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-25T08:47:05.149Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:05.150Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:05.151Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559625148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:47:05.251Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:05.252Z||pool-158-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-25T08:47:05.252Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:05.266Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:05.267Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:06.151Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-25T08:47:06.153Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-25T08:47:06.153Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9725bae0-7932-4f72-8c73-a1ead034c5f0, URL: /sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar to file: /app/ASDC/1/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:06.154Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:06.154Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:06.154Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:06.365Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10146911839082356806/Definitions/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml
2021-09-25T08:47:07.101Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c40e502d-467a 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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.102Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.103Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Node template pNF c40e502d-467a 0 is matching search criteria
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c40e502d-467a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Node template pNF c40e502d-467a 0 is matching search criteria
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c40e502d-467a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-25T08:47:07.104Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.105Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.106Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LScLdW6v3O9ijBAdGPhU
Description:catalog service description
Model UUID:11aa8d14-ce88-4e76-a859-951005965b40
Model Version:NULL
Model InvariantUuid:71107346-b2f5-4fc6-a7fc-9f6fec41c0ae
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-25T08:47:07.119Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60118a54-c2b6-431b-aacd-71da33f40605
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-25T08:47:07.123Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||pNF c40e502d-467a 0
2021-09-25T08:47:07.123Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60118a54-c2b6-431b-aacd-71da33f40605
2021-09-25T08:47:07.123Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 11aa8d14-ce88-4e76-a859-951005965b40
2021-09-25T08:47:07.123Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 11aa8d14-ce88-4e76-a859-951005965b40
2021-09-25T08:47:07.123Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c40e502d-467a 0 60118a54-c2b6-431b-aacd-71da33f40605 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-25T08:47:07.127Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b1edd8c, org.onap.sdc.toscaparser.api.parameters.Input@2f5cd26e, org.onap.sdc.toscaparser.api.parameters.Input@3612cc5a, org.onap.sdc.toscaparser.api.parameters.Input@34436ed8, org.onap.sdc.toscaparser.api.parameters.Input@595c3761]
2021-09-25T08:47:07.127Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.127Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.128Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 11aa8d14-ce88-4e76-a859-951005965b40: pNF c40e502d-467a
2021-09-25T08:47:07.128Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Processing PNF resource: 60118a54-c2b6-431b-aacd-71da33f40605
2021-09-25T08:47:07.128Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-25T08:47:07.128Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_LScLdW6v3O9ijBAdGPhU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-25T08:47:07.128Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||Resource customization UUID: 878d106a-2558-4646-8051-bce097adf42f is the same as notified resource customizationUUID: 878d106a-2558-4646-8051-bce097adf42f
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-25T08:47:07.159Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c40e502d-467a 60118a54-c2b6-431b-aacd-71da33f40605 0 ASDC deployResourceStructure
2021-09-25T08:47:07.159Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar ASDC sendASDCNotification
2021-09-25T08:47:07.160Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar
2021-09-25T08:47:07.160Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-25T08:47:07.160Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:47:07.161Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:47:07.162Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559627159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:47:07.262Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:47:07.262Z||pool-159-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-25T08:47:07.263Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:07.273Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:07.273Z||pool-159-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-25T08:47:08.162Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:47:08.174Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
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-25T08:47:08.176Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:47:08.177Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:47:08.177Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:47:38.177Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:47:38.190Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
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-25T08:47:38.192Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:47:38.192Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:47:38.192Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:47:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:47:55.916Z||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-25T08:47:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:47:56.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:47:56.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:47:56.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:47:56.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:08.192Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:48:08.204Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
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-25T08:48:08.206Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:48:08.206Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:48:08.206Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:48:38.206Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:48:38.223Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
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-25T08:48:38.225Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:48:38.225Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-25T08:48:38.225Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-25T08:48:55.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:48:55.917Z||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-25T08:48:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:48:56.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:48:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559605125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632559607517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559604845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559602129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559620789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559620818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559621752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559621802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559621824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "cds",
  "timestamp": 1632559622758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-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-25T08:48:56.487Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.487Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:48:56.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632559622804,
  "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-25T08:48:56.505Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.505Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:48:56.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "policy-id",
  "timestamp": 1632559622829,
  "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-25T08:48:56.518Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.519Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:48:56.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559615916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559617418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559625148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "dcae-sch",
  "timestamp": 1632559617816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559627123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559627159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559628984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632559629987,
  "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-25T08:48:56.536Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.536Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:48:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559625222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/resourceInstances/pnfc40e502d467a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559634116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-25T08:48:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559628470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559642006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "aai-ml",
  "timestamp": 1632559643009,
  "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-25T08:48:56.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.552Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559643790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559646791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLscldw6v3o9ijbadgphu/1.0/artifacts/service-DemoPnfLscldw6v3o9ijbadgphu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-25T08:48:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "clamp",
  "timestamp": 1632559647800,
  "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-25T08:48:56.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
2021-09-25T08:48:56.563Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:49:08.225Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-25T08:49:08.237Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56
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-25T08:49:08.239Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-25T08:49:08.239Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-25T08:49:08.239Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-25T08:49:08.240Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-25T08:49:08.244Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-25T08:49:38.245Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 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-25T08:49:38.259Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 and serviceModelVersionId: 11aa8d14-ce88-4e76-a859-951005965b40
2021-09-25T08:49:38.259Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71107346-b2f5-4fc6-a7fc-9f6fec41c0ae
2021-09-25T08:49:38.263Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0
2021-09-25T08:49:38.273Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-25T08:49:38.329Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0|INFO|500||Invoke
2021-09-25T08:49:38.330Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f1121c3-4e55-43f5-9f06-06ea13ae5a56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6e1fdce-3967-4eb2-88ad-205db761dd0f], X-ECOMP-RequestID=[0f1121c3-4e55-43f5-9f06-06ea13ae5a56], X-TransactionId=[], X-ONAP-RequestID=[0f1121c3-4e55-43f5-9f06-06ea13ae5a56], Content-Type=[application/merge-patch+json]}
2021-09-25T08:49:38.355Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-25T08:49:39.252Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?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/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210925-08:49:38:362-1201], vertex-id=[196800], Content-Length=[0], Date=[Sat, 25 Sep 2021 08:49:38 GMT], Content-Type=[application/json]}
2021-09-25T08:49:39.252Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-25T08:49:39.253Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71107346-b2f5-4fc6-a7fc-9f6fec41c0ae/model-vers/model-ver/11aa8d14-ce88-4e76-a859-951005965b40?depth=0|INFO|500||InvokeReturn
2021-09-25T08:49:39.254Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-25T08:49:39.254Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-25T08:49:39.262Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||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-25T08:49:39.263Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f1121c3-4e55-43f5-9f06-06ea13ae5a56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-25T08:49:39.263Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-25T08:49:39.264Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-25T08:49:39.268Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-25T08:49:39.269Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559779263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:49:39.369Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-25T08:49:39.370Z||pool-160-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-25T08:49:39.370Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Xm0zOkktG9HKZLxG) ...
2021-09-25T08:49:39.385Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:49:39.385Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 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-25T08:49:40.293Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:49:40.294Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:49:40.294Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:49:50.531Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:49:50.532Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:49:50.532Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:49:50.532Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:49:55.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:49:55.917Z||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-25T08:49:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:49:56.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:49:56.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-25T08:49:56.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f1121c3-4e55-43f5-9f06-06ea13ae5a56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632559779263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-25T08:49:56.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-25T08:50:00.092Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:50:00.092Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:50:00.093Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:50:00.093Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:50:09.636Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:50:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:50:55.913Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:50:55.920Z||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-25T08:50:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:50:55.920Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:50:55.920Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:51:05.487Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:51:05.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:51:55.914Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:51:55.915Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:51:55.915Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:51:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:51:55.915Z||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-25T08:51:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:52:05.486Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:52:05.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:52:55.913Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:52:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:52:55.916Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:52:55.916Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:52:55.916Z||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-25T08:52:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:53:05.534Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:53:05.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:53:55.913Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:53:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:53:55.917Z||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-25T08:53:55.917Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:53:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:53:55.917Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:54:05.477Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:54:05.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:54:55.915Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:54:55.914Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:54:55.920Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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-25T08:54:55.920Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:54:55.920Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:54:55.920Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:55:05.477Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:55:05.477Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:55:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:55:55.914Z||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-25T08:55:55.914Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:55:55.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:55:55.916Z||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-25T08:55:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:56:05.492Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:56:05.493Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:56:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:56:55.915Z||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-25T08:56:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:56:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:56:55.916Z||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-25T08:56:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:57:05.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:57:05.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:57:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:57:55.916Z||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-25T08:57:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:57:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:57:55.919Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T08:57:55.919Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:58:05.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:58:05.495Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:58:55.915Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:58:55.915Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:58:55.919Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:58:55.919Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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-25T08:58:55.919Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:58:55.920Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:59:05.490Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:59:05.491Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T08:59:55.913Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:59:55.914Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T08:59:55.914Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T08:59:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T08:59:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T08:59:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:00:05.483Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:00:05.486Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:00:55.913Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:00:55.916Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:00:55.917Z|b8049384-d249-4076-ae92-489602a04595|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-25T09:00:55.917Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T09:00:55.917Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:00:55.917Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:01:05.471Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:01:05.476Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:01:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:01:55.914Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:01:55.918Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T09:01:55.918Z||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-25T09:01:55.918Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:01:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:02:05.476Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:02:05.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:02:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:02:55.915Z||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-25T09:02:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:02:55.917Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:02:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:02:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:03:05.494Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:03:05.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:03:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:03:55.915Z||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-25T09:03:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:03:55.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:03:55.916Z||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-25T09:03:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:04:05.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:04:05.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:04:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:04:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:04:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T09:04:55.916Z||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-25T09:04:55.916Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:04:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:05:05.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:05:05.484Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:05:55.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:05:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:05:55.919Z||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-25T09:05:55.919Z||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-25T09:05:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:05:55.919Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:06:05.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:06:05.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:06:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:06:55.914Z||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-25T09:06:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:06:55.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:06:55.916Z||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-25T09:06:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:07:05.489Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:07:05.489Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:07:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:07:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:07:55.916Z||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-25T09:07:55.916Z||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-25T09:07:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:07:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:08:05.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:08:05.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:08:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:08:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:08:55.915Z||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-25T09:08:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:08:55.916Z|b8049384-d249-4076-ae92-489602a04595|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-25T09:08:55.916Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:09:05.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:09:05.495Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:09:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:09:55.915Z||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-25T09:09:55.915Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:09:55.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:09:55.916Z||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-25T09:09:55.916Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:10:05.500Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:10:05.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:10:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:10:55.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:10:55.918Z||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-25T09:10:55.918Z||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-25T09:10:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:10:55.918Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:11:05.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:11:05.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:11:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:11:55.914Z||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-25T09:11:55.914Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:11:55.915Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:11:55.916Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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-25T09:11:55.916Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:12:05.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:12:05.494Z|0f1121c3-4e55-43f5-9f06-06ea13ae5a56|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:12:09.439Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-25T09:12:55.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:12:55.914Z||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-25T09:12:55.914Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:12:55.915Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:12:55.916Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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-25T09:12:55.916Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:13:05.485Z|bc3c8710-0d4e-4860-b9f8-6401177d29de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:13:05.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:13:55.913Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:13:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:13:55.915Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:13:55.916Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:13:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T09:13:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:14:05.509Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:14:05.537Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:14:55.913Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:14:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:14:55.918Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T09:14:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:14:55.918Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:14:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:15:05.480Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:15:05.482Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:15:55.913Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:15:55.915Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:15:55.915Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:15:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:15:55.915Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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-25T09:15:55.916Z|56a0026f-9d70-412a-883d-3a2dde834ef2|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:16:05.499Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:16:05.498Z|56a0026f-9d70-412a-883d-3a2dde834ef2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:16:55.913Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:16:55.915Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:16:55.915Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:16:55.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:16:55.920Z||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-25T09:16:55.920Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:17:05.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:17:05.485Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:17:55.913Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:17:55.915Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:17:55.916Z||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-25T09:17:55.917Z||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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:17:55.916Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:17:55.917Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:18:05.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:18:05.487Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:18:55.914Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:18:55.915Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-25T09:18:55.918Z|b8049384-d249-4076-ae92-489602a04595|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-25T09:18:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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-25T09:18:55.918Z|b8049384-d249-4076-ae92-489602a04595|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:18:55.918Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|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 Xm0zOkktG9HKZLxG) ...
2021-09-25T09:19:05.500Z|3be62eb8-f7d2-4775-8081-ce05b11fead7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-25T09:19:05.500Z|b8049384-d249-4076-ae92-489602a04595|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK