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)

2022-02-04T14:21:59.111Z||main|||||INFO|500||The following profiles are active: basic
2022-02-04T14:22:07.931Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-04T14:22:07.931Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-04T14:22:08.002Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-04T14:22:09.944Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-04T14:22:10.089Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-04T14:22:10.394Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-04T14:22:10.400Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-04T14:22:10.472Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-04T14:22:10.611Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-04T14:22:10.952Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-04T14:22:11.919Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T14:22:13.701Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T14:22:13.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-04T14:22:14.155Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T14:22:14.344Z||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.
2022-02-04T14:22:15.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T14:22:16.251Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-04T14:22:16.269Z||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$$e5540ea0.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)
2022-02-04T14:22:16.269Z||main|||||WARN|500||The sdc end point is not alive
2022-02-04T14:22:18.761Z||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
2022-02-04T14:22:21.291Z||main|||||WARN|500||---
2022-02-04T14:22:21.291Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-04T14:22:21.292Z||main|||||WARN|500||---
2022-02-04T14:22:21.687Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-04T14:22:25.611Z||main|||||INFO|500||Started Application in 30.488 seconds (JVM running for 31.499)
2022-02-04T14:22:25.623Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-04T14:22:25.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-04T14:22:25.650Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-04T14:22:25.672Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-04T14:22:25.768Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 24f5b04b-5024-48be-872c-18a91a068e9f url= /sdc/v1/artifactTypes
2022-02-04T14:22:25.768Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-04T14:22:25.990Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-04T14:22:26.011Z||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
2022-02-04T14:22:26.028Z||scheduling-1|||||DEBUG|500||create keys
2022-02-04T14:22:26.035Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-04T14:22:26.533Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:22:26.547Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cf3d8089-bd4b-4894-92c4-3871e07c0d3e url= /sdc/v1/registerForDistribution
2022-02-04T14:22:27.109Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cf3d8089-bd4b-4894-92c4-3871e07c0d3e url= /sdc/v1/registerForDistribution
2022-02-04T14:22:27.109Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-04T14:22:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:22:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:22:27.121Z||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.
2022-02-04T14:22:27.121Z||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.
2022-02-04T14:22:27.121Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:22:27.121Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:22:27.123Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-04T14:22:38.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:22:38.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:23:27.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:23:27.116Z||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.
2022-02-04T14:23:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:23:27.117Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:23:27.117Z||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.
2022-02-04T14:23:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:23:36.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:23:36.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:24:27.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:24:27.116Z||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.
2022-02-04T14:24:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:24:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:24:27.118Z||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.
2022-02-04T14:24:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:24:36.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:24:36.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:25:27.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:25:27.116Z||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.
2022-02-04T14:25:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:25:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:25:27.118Z||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.
2022-02-04T14:25:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:25:36.666Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:25:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:26:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:26:27.116Z||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.
2022-02-04T14:26:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:26:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:26:27.118Z||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.
2022-02-04T14:26:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:26:38.699Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:26:38.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:27:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:27:27.117Z||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.
2022-02-04T14:27:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:27:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:27:27.117Z||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.
2022-02-04T14:27:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:27:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:27:36.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:28:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:28:27.117Z||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.
2022-02-04T14:28:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:28:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:28:27.118Z||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.
2022-02-04T14:28:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:28:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:28:36.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:29:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:29:27.116Z||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.
2022-02-04T14:29:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:29:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:29:27.118Z||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.
2022-02-04T14:29:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:29:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:29:36.667Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:30:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:30:27.116Z||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.
2022-02-04T14:30:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:30:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:30:27.117Z||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.
2022-02-04T14:30:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:30:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:30:36.666Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:31:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:31:27.116Z||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.
2022-02-04T14:31:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:31:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:31:27.117Z||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.
2022-02-04T14:31:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:31:36.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:31:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:31:53.486Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-04T14:32:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:32:27.116Z||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.
2022-02-04T14:32:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:32:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:32:27.118Z||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.
2022-02-04T14:32:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:32:36.663Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:32:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:33:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:33:27.116Z||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.
2022-02-04T14:33:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:33:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:33:27.118Z||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.
2022-02-04T14:33:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:33:36.663Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:33:36.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:34:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:34:27.116Z||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.
2022-02-04T14:34:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:34:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:34:27.117Z||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.
2022-02-04T14:34:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:34:36.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:34:36.669Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:35:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:35:27.116Z||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.
2022-02-04T14:35:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:35:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:35:27.117Z||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.
2022-02-04T14:35:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:35:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:35:36.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:36:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:36:27.116Z||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.
2022-02-04T14:36:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:36:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:36:27.117Z||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.
2022-02-04T14:36:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:36:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:36:36.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:37:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:37:27.116Z||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.
2022-02-04T14:37:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:37:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:37:27.118Z||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.
2022-02-04T14:37:27.119Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:37:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:37:36.669Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:38:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:38:27.116Z||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.
2022-02-04T14:38:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:38:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:38:27.118Z||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.
2022-02-04T14:38:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:38:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:38:36.666Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:39:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:39:27.116Z||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.
2022-02-04T14:39:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:39:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:39:27.117Z||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.
2022-02-04T14:39:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:39:36.664Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:39:36.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:40:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:40:27.116Z||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.
2022-02-04T14:40:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:40:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:40:27.117Z||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.
2022-02-04T14:40:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:40:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:40:36.666Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:41:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:41:27.116Z||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.
2022-02-04T14:41:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:41:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:41:27.117Z||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.
2022-02-04T14:41:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:41:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:41:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:42:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:42:27.116Z||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.
2022-02-04T14:42:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:42:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:42:27.118Z||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.
2022-02-04T14:42:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:42:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:42:36.666Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:43:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:43:27.116Z||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.
2022-02-04T14:43:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:43:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:43:27.118Z||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.
2022-02-04T14:43:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:43:36.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:43:36.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:44:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:44:27.116Z||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.
2022-02-04T14:44:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:44:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:44:27.117Z||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.
2022-02-04T14:44:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:44:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:44:36.661Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:45:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:45:27.116Z||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.
2022-02-04T14:45:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:45:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:45:27.117Z||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.
2022-02-04T14:45:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:45:36.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:45:36.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:46:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:46:27.116Z||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.
2022-02-04T14:46:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:46:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:46:27.117Z||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.
2022-02-04T14:46:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:46:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:46:36.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:47:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:47:27.116Z||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.
2022-02-04T14:47:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:47:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:47:27.117Z||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.
2022-02-04T14:47:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:47:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:47:36.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:48:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:48:27.116Z||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.
2022-02-04T14:48:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:48:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:48:27.117Z||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.
2022-02-04T14:48:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:48:36.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:48:36.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:49:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:49:27.116Z||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.
2022-02-04T14:49:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:49:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:49:27.117Z||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.
2022-02-04T14:49:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:49:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:49:36.664Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:50:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:50:27.116Z||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.
2022-02-04T14:50:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:50:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:50:27.117Z||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.
2022-02-04T14:50:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:50:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:50:36.662Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:51:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:51:27.116Z||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.
2022-02-04T14:51:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:51:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:51:27.118Z||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.
2022-02-04T14:51:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:51:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:51:36.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:52:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:52:27.116Z||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.
2022-02-04T14:52:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:52:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:52:27.117Z||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.
2022-02-04T14:52:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:52:36.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:52:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:53:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:53:27.116Z||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.
2022-02-04T14:53:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:53:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:53:27.118Z||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.
2022-02-04T14:53:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:53:36.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:53:36.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:54:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:54:27.116Z||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.
2022-02-04T14:54:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:54:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:54:27.117Z||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.
2022-02-04T14:54:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:54:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:54:36.666Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:55:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:55:27.116Z||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.
2022-02-04T14:55:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:55:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:55:27.117Z||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.
2022-02-04T14:55:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:55:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:55:36.664Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:56:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:56:27.116Z||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.
2022-02-04T14:56:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:56:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:56:27.117Z||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.
2022-02-04T14:56:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:56:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:56:36.662Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:57:27.116Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:57:27.116Z||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.
2022-02-04T14:57:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:57:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:57:27.117Z||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.
2022-02-04T14:57:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:57:36.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:57:36.666Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:58:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:58:27.116Z||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.
2022-02-04T14:58:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:58:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:58:27.117Z||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.
2022-02-04T14:58:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:58:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:58:36.662Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:59:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:59:27.116Z||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.
2022-02-04T14:59:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:59:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T14:59:27.117Z||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.
2022-02-04T14:59:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T14:59:36.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T14:59:36.662Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:00:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:00:27.116Z||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.
2022-02-04T15:00:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:00:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:00:27.117Z||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.
2022-02-04T15:00:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:00:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:00:36.667Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:01:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:01:27.116Z||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.
2022-02-04T15:01:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:01:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:01:27.117Z||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.
2022-02-04T15:01:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:01:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:01:36.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:02:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:02:27.116Z||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.
2022-02-04T15:02:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:02:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:02:27.117Z||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.
2022-02-04T15:02:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:02:36.664Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:02:36.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:03:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:03:27.116Z||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.
2022-02-04T15:03:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:03:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:03:27.117Z||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.
2022-02-04T15:03:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:03:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:03:36.667Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:04:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:04:27.116Z||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.
2022-02-04T15:04:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:04:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:04:27.117Z||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.
2022-02-04T15:04:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:04:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:04:36.663Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:05:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:05:27.116Z||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.
2022-02-04T15:05:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:05:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:05:27.117Z||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.
2022-02-04T15:05:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:05:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:05:36.664Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:06:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:06:27.116Z||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.
2022-02-04T15:06:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:06:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:06:27.117Z||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.
2022-02-04T15:06:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:06:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:06:36.661Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:07:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:07:27.116Z||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.
2022-02-04T15:07:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:07:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:07:27.117Z||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.
2022-02-04T15:07:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:07:36.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:07:36.664Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:08:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:08:27.116Z||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.
2022-02-04T15:08:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:08:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:08:27.117Z||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.
2022-02-04T15:08:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:08:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:08:36.668Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:09:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:09:27.116Z||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.
2022-02-04T15:09:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:09:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:09:27.117Z||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.
2022-02-04T15:09:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:09:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:09:36.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:10:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:10:27.116Z||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.
2022-02-04T15:10:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:10:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:10:27.117Z||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.
2022-02-04T15:10:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:10:36.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:10:36.662Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:11:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:11:27.116Z||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.
2022-02-04T15:11:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:11:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:11:27.117Z||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.
2022-02-04T15:11:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:11:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:11:36.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:12:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:12:27.116Z||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.
2022-02-04T15:12:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:12:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:12:27.117Z||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.
2022-02-04T15:12:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:12:36.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:12:36.666Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:13:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:13:27.116Z||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.
2022-02-04T15:13:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:13:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:13:27.118Z||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.
2022-02-04T15:13:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:13:36.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:13:36.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:14:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:14:27.116Z||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.
2022-02-04T15:14:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:14:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:14:27.117Z||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.
2022-02-04T15:14:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:14:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:14:36.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:15:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:15:27.116Z||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.
2022-02-04T15:15:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:15:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:15:27.117Z||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.
2022-02-04T15:15:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:15:36.661Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:15:36.661Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:16:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:16:27.116Z||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.
2022-02-04T15:16:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:16:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:16:27.117Z||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.
2022-02-04T15:16:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:16:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:16:36.660Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:17:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:17:27.116Z||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.
2022-02-04T15:17:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:17:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:17:27.117Z||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.
2022-02-04T15:17:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:17:36.662Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:17:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:18:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:18:27.116Z||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.
2022-02-04T15:18:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:18:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:18:27.117Z||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.
2022-02-04T15:18:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:18:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:18:36.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:19:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:19:27.116Z||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.
2022-02-04T15:19:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:19:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:19:27.117Z||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.
2022-02-04T15:19:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:19:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:19:36.662Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:20:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:20:27.116Z||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.
2022-02-04T15:20:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:20:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:20:27.118Z||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.
2022-02-04T15:20:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:20:36.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:20:36.665Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:21:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:21:27.116Z||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.
2022-02-04T15:21:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:21:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:21:27.117Z||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.
2022-02-04T15:21:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:21:36.665Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:21:36.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:22:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:27.116Z||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.
2022-02-04T15:22:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:22:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:27.117Z||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.
2022-02-04T15:22:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:22:36.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:22:36.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:23:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:27.117Z||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.
2022-02-04T15:23:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:23:27.117Z||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.
2022-02-04T15:23:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:23:36.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:23:36.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:24:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:27.116Z||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.
2022-02-04T15:24:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:24:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:27.118Z||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.
2022-02-04T15:24:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:24:36.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:24:36.662Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:25:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:27.116Z||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.
2022-02-04T15:25:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:25:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:27.117Z||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.
2022-02-04T15:25:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:25:36.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:25:36.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:26:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:27.116Z||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.
2022-02-04T15:26:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:26:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:27.117Z||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.
2022-02-04T15:26:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:26:36.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:26:36.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:27:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:27.116Z||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.
2022-02-04T15:27:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:27:27.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:27.117Z||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.
2022-02-04T15:27:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:27:36.661Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:27:36.662Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:28:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:27.116Z||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.
2022-02-04T15:28:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:28:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:27.117Z||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.
2022-02-04T15:28:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:28:36.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:28:36.664Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:29:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:27.116Z||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.
2022-02-04T15:29:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:29:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:27.117Z||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.
2022-02-04T15:29:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:29:36.661Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:29:36.662Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:30:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:27.116Z||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.
2022-02-04T15:30:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:30:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:27.117Z||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.
2022-02-04T15:30:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:30:36.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:30:36.664Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:31:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:27.116Z||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.
2022-02-04T15:31:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:31:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:27.117Z||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.
2022-02-04T15:31:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:31:36.663Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:31:36.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:32:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:27.116Z||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.
2022-02-04T15:32:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:32:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:27.117Z||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.
2022-02-04T15:32:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:32:36.657Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:32:36.660Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:33:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:27.116Z||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.
2022-02-04T15:33:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:33:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:27.117Z||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.
2022-02-04T15:33:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:33:36.661Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:33:36.662Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:34:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:27.116Z||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.
2022-02-04T15:34:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:34:27.118Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:27.118Z||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.
2022-02-04T15:34:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:34:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:34:36.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:35:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:27.116Z||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.
2022-02-04T15:35:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:35:27.117Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:27.117Z||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.
2022-02-04T15:35:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:35:36.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:35:36.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:36:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:27.116Z||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.
2022-02-04T15:36:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:36:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:27.117Z||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.
2022-02-04T15:36:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:36:36.660Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:36:36.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:27.115Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:27.116Z||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.
2022-02-04T15:37:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:27.117Z||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.
2022-02-04T15:37:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:29.004Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:29.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:37:29.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4277e62-dfd8-4122-a8c4-7e9f121829df","serviceName":"basic_onboard_hLrPxJ","serviceVersion":"1.0","serviceUUID":"a416c572-6685-4336-99bb-7c65ffa6d63a","serviceDescription":"service","serviceInvariantUUID":"53dd92f3-9286-4bcd-ab01-bc51487e1e35","resources":[{"resourceInstanceName":"basic_onboard_hLrPxJ 0","resourceName":"basic_onboard_hLrPxJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"641db06a-dcc7-4466-9792-c9df1bf08422","resourceInvariantUUID":"b8805b00-bb52-44d9-8b45-4a5866df14fd","resourceCustomizationUUID":"fdd180d2-80a9-459a-8925-8c8ebe6ca0ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml","artifactChecksum":"YjhlYzNhZjE2Y2VkNWZiMjRkMzEzYTMxNzUyZjBlNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7385648c-b501-4e8b-901e-fddd12750b1b","artifactVersion":"1"},{"artifactName":"basic_onboard_hlrpxj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json","artifactChecksum":"NzdiODA2NTE0NmJmNzE0YWQzNzMxMjczM2VhMzhkOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10a296b0-1149-4d92-82c0-948edb6b133f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9d138e3-3a9f-4f9a-a7eb-61f79461757e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1254c87-dc86-424b-a08d-170df95cae49","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e729bc50-4da5-4af1-8223-c7998b1b008a","artifactVersion":"2","generatedFromUUID":"e9d138e3-3a9f-4f9a-a7eb-61f79461757e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHlrpxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml","artifactChecksum":"ZDhlYzUxM2NjMDA2YTEyN2YzNDdiMTY3NWQ2MDBjYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c74b7d1e-675e-4441-bbec-a7d2788b0f89","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHlrpxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar","artifactChecksum":"MGUyMjI0NTVlMzYwODY0OWE1Yzc1MjdiZTU3ZDY4NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8a028a3-6b78-4688-9813-93e33111fed3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:37:29.011Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:29.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:29.023Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:29.023Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:37:29.123Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-04T15:37:29.126Z||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.
2022-02-04T15:37:29.126Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:29.144Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:29.145Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":4,"count":1}
2022-02-04T15:37:29.263Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:29.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:37:29.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:37:29.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:37:29.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:37:29.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:37:29.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:37:30.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:30.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:30.029Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:30.029Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:37:30.129Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:30.129Z||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.
2022-02-04T15:37:30.130Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:30.144Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:30.144Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:31.029Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:31.030Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:31.031Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:31.031Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:37:31.132Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:31.132Z||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.
2022-02-04T15:37:31.132Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:31.145Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:31.145Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:32.032Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:32.033Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:32.034Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:32.034Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:37:32.134Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:32.135Z||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.
2022-02-04T15:37:32.135Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:32.148Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:32.149Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:33.035Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:33.035Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:33.037Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:33.038Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:37:33.138Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:33.138Z||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.
2022-02-04T15:37:33.138Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:33.149Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:33.150Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:34.038Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:34.039Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:34.040Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:34.040Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:37:34.140Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:34.141Z||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.
2022-02-04T15:37:34.141Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:34.154Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:34.154Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:37:35.041Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:37:35.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:35.043Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:35.043Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:37:35.143Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T15:37:35.144Z||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.
2022-02-04T15:37:35.144Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:35.160Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:35.160Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:36.045Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "serviceName": "basic_onboard_hLrPxJ",
  "serviceVersion": "1.0",
  "serviceUUID": "a416c572-6685-4336-99bb-7c65ffa6d63a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "53dd92f3-9286-4bcd-ab01-bc51487e1e35",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hLrPxJ 0",
      "resourceCustomizationUUID": "fdd180d2-80a9-459a-8925-8c8ebe6ca0ce",
      "resourceName": "basic_onboard_hLrPxJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "641db06a-dcc7-4466-9792-c9df1bf08422",
      "resourceInvariantUUID": "b8805b00-bb52-44d9-8b45-4a5866df14fd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hlrpxj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
          "artifactChecksum": "NzdiODA2NTE0NmJmNzE0YWQzNzMxMjczM2VhMzhkOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "10a296b0-1149-4d92-82c0-948edb6b133f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e9d138e3-3a9f-4f9a-a7eb-61f79461757e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e729bc50-4da5-4af1-8223-c7998b1b008a",
            "generatedFromUUID": "e9d138e3-3a9f-4f9a-a7eb-61f79461757e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e729bc50-4da5-4af1-8223-c7998b1b008a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHlrpxj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
      "artifactChecksum": "MGUyMjI0NTVlMzYwODY0OWE1Yzc1MjdiZTU3ZDY4NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8a028a3-6b78-4688-9813-93e33111fed3"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:37:36.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:37:36.046Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a416c572-6685-4336-99bb-7c65ffa6d63a ASDC
2022-02-04T15:37:36.176Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f4277e62-dfd8-4122-a8c4-7e9f121829df
ServiceName:basic_onboard_hLrPxJ
ServiceVersion:1.0
ServiceUUID:a416c572-6685-4336-99bb-7c65ffa6d63a
ServiceInvariantUUID:53dd92f3-9286-4bcd-ab01-bc51487e1e35
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHlrpxj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar
ArtifactUUID:f8a028a3-6b78-4688-9813-93e33111fed3
ArtifactChecksum:MGUyMjI0NTVlMzYwODY0OWE1Yzc1MjdiZTU3ZDY4NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hLrPxJ 0
ResourceCustomizationUUID:fdd180d2-80a9-459a-8925-8c8ebe6ca0ce
ResourceInvariantUUID:b8805b00-bb52-44d9-8b45-4a5866df14fd
ResourceName:basic_onboard_hLrPxJ
ResourceType:VF
ResourceUUID:641db06a-dcc7-4466-9792-c9df1bf08422
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hlrpxj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json
ArtifactUUID:10a296b0-1149-4d92-82c0-948edb6b133f
ArtifactChecksum:NzdiODA2NTE0NmJmNzE0YWQzNzMxMjczM2VhMzhkOTY=
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/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e9d138e3-3a9f-4f9a-a7eb-61f79461757e
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/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
ArtifactUUID:e729bc50-4da5-4af1-8223-c7998b1b008a
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/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
ArtifactUUID:e729bc50-4da5-4af1-8223-c7998b1b008a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T15:37:36.176Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a416c572-6685-4336-99bb-7c65ffa6d63a 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 (?, ?, ?, ?, ?)
2022-02-04T15:37:36.352Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:37:36.352Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:37:36.353Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:37:36.353Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8a028a3-6b78-4688-9813-93e33111fed3 from URL: /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:36.353Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:37:36.354Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:36.492Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:37:36.505Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar f8a028a3-6b78-4688-9813-93e33111fed3 71563
2022-02-04T15:37:36.506Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar ASDC sendASDCNotification
2022-02-04T15:37:36.506Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:36.506Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:37:36.507Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:36.508Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:36.508Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989056505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:37:36.608Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:36.609Z||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.
2022-02-04T15:37:36.609Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:36.622Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:36.622Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:37.509Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:37:37.510Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:37:37.510Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f8a028a3-6b78-4688-9813-93e33111fed3, URL: /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar to file: /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:37.511Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:37.567Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:37.567Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:38.317Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12232784352239348607/Definitions/service-BasicOnboardHlrpxj-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
2022-02-04T15:37:39.804Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hLrPxJ 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-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.808Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:39.809Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:37:39.813Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.814Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.817Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:39.817Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:37:39.818Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:37:39.819Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.819Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.819Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:39.819Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:37:39.819Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:37:39.820Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.820Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.822Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.822Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is not matching search criteria
2022-02-04T15:37:39.822Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T15:37:39.822Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T15:37:39.823Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T15:37:39.823Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:37:39.823Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T15:37:39.823Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.823Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:39.824Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is not matching search criteria
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fa4a4e9-94f0-42c0-9e66-61d2e00f5d5c
2022-02-04T15:37:39.825Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:39.826Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hLrPxJ
Description:service
Model UUID:a416c572-6685-4336-99bb-7c65ffa6d63a
Model Version:NULL
Model InvariantUuid:53dd92f3-9286-4bcd-ab01-bc51487e1e35
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hLrPxJ
Model UUID:51605532-f8dc-44e4-9fcd-173a99aaee0d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8805b00-bb52-44d9-8b45-4a5866df14fd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fdd180d2-80a9-459a-8925-8c8ebe6ca0ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a40ec4bb-0550-4865-83bf-f2c084cc5e9f
ModelName:BasicOnboardHlrpxj..base_ubuntu18..module-0
ModelUuid:a99184ec-8d29-43e3-b505-0d050b518be0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9fa4a4e9-94f0-42c0-9e66-61d2e00f5d5c
ModelInvariantUuid:3fcaefb3-47ed-4652-848e-c5341aa5ebb3
ModelName:basic_onboard_hLrPxJ-nodes.ubuntu18Cvfc
ModelUuid:c7a8187e-0829-4f55-91c9-f8d13d7792b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:03ec8869-29d5-43be-9389-a21561486332
ModelInvariantUuid:7fb43581-b471-4cb7-aa1b-158157911b4e
ModelName:BasicOnboardHlrpxj.compute.nodes.heat.ubuntu18
ModelUuid:8996d1c7-339a-400e-8da3-e179d665e82d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:37:39.851Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 641db06a-dcc7-4466-9792-c9df1bf08422
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:37:39.916Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||basic_onboard_hLrPxJ 0
2022-02-04T15:37:39.921Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 641db06a-dcc7-4466-9792-c9df1bf08422
2022-02-04T15:37:39.921Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 10a296b0-1149-4d92-82c0-948edb6b133f from URL: /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json
2022-02-04T15:37:39.921Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:37:39.921Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json
2022-02-04T15:37:39.963Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:37:39.963Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json 10a296b0-1149-4d92-82c0-948edb6b133f 798
2022-02-04T15:37:39.963Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json ASDC sendASDCNotification
2022-02-04T15:37:39.964Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json
2022-02-04T15:37:39.964Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:37:39.964Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:39.965Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:39.966Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989059963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:37:40.066Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:40.066Z||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.
2022-02-04T15:37:40.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:40.078Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:40.079Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:40.967Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHlrpxj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a40ec4bb-0550-4865-83bf-f2c084cc5e9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a99184ec-8d29-43e3-b505-0d050b518be0",
    "vfModuleModelCustomizationUUID": "c37b53eb-bba0-4d9b-822b-c5fb6c150028",
    "isBase": true,
    "artifacts": [
      "e9d138e3-3a9f-4f9a-a7eb-61f79461757e",
      "e729bc50-4da5-4af1-8223-c7998b1b008a"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:37:40.980Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHlrpxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a99184ec-8d29-43e3-b505-0d050b518be0
VfModuleModelInvariantUUID:a40ec4bb-0550-4865-83bf-f2c084cc5e9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9d138e3-3a9f-4f9a-a7eb-61f79461757e
,
e729bc50-4da5-4af1-8223-c7998b1b008a

}
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


}

2022-02-04T15:37:40.983Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHlrpxj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a40ec4bb-0550-4865-83bf-f2c084cc5e9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a99184ec-8d29-43e3-b505-0d050b518be0",
    "vfModuleModelCustomizationUUID": "c37b53eb-bba0-4d9b-822b-c5fb6c150028",
    "isBase": true,
    "artifacts": [
      "e9d138e3-3a9f-4f9a-a7eb-61f79461757e",
      "e729bc50-4da5-4af1-8223-c7998b1b008a"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:37:40.983Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHlrpxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a99184ec-8d29-43e3-b505-0d050b518be0
VfModuleModelInvariantUUID:a40ec4bb-0550-4865-83bf-f2c084cc5e9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9d138e3-3a9f-4f9a-a7eb-61f79461757e
,
e729bc50-4da5-4af1-8223-c7998b1b008a

}
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


}

2022-02-04T15:37:40.983Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9d138e3-3a9f-4f9a-a7eb-61f79461757e from URL: /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml
2022-02-04T15:37:40.983Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:37:40.983Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml
2022-02-04T15:37:41.063Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:37:41.064Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml e9d138e3-3a9f-4f9a-a7eb-61f79461757e 5033
2022-02-04T15:37:41.064Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T15:37:41.064Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml
2022-02-04T15:37:41.064Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:37:41.064Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:41.066Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:41.066Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989061064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:37:41.166Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:41.166Z||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.
2022-02-04T15:37:41.166Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:41.179Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:41.180Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:37:42.066Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e729bc50-4da5-4af1-8223-c7998b1b008a from URL: /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
2022-02-04T15:37:42.067Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:37:42.067Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
2022-02-04T15:37:42.136Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:37:42.137Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env e729bc50-4da5-4af1-8223-c7998b1b008a 909
2022-02-04T15:37:42.137Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T15:37:42.137Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
2022-02-04T15:37:42.137Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:37:42.137Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:42.139Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:42.139Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989062137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:37:42.239Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:42.239Z||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.
2022-02-04T15:37:42.240Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:42.252Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:42.253Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:43.139Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a416c572-6685-4336-99bb-7c65ffa6d63a
2022-02-04T15:37:43.140Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hLrPxJ 0 641db06a-dcc7-4466-9792-c9df1bf08422 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:37:43.164Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@be6f0d7, org.onap.sdc.toscaparser.api.parameters.Input@361bddc4, org.onap.sdc.toscaparser.api.parameters.Input@4ef2a843, org.onap.sdc.toscaparser.api.parameters.Input@6334d404, org.onap.sdc.toscaparser.api.parameters.Input@5f68e0fd]
2022-02-04T15:37:43.166Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.166Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.166Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T15:37:43.167Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fdd180d2-80a9-459a-8925-8c8ebe6ca0ce
2022-02-04T15:37:43.167Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdd180d2-80a9-459a-8925-8c8ebe6ca0ce matches Tosca VF Customization UUID: fdd180d2-80a9-459a-8925-8c8ebe6ca0ce
2022-02-04T15:37:43.167Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fdd180d2-80a9-459a-8925-8c8ebe6ca0ce  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T15:37:43.171Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.171Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.172Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fdd180d2-80a9-459a-8925-8c8ebe6ca0ce: {\"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\"}
2022-02-04T15:37:43.172Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5beb8db2
2022-02-04T15:37:43.172Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.173Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:37:43.173Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c37b53eb-bba0-4d9b-822b-c5fb6c150028
2022-02-04T15:37:43.174Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c37b53eb-bba0-4d9b-822b-c5fb6c150028
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T15:37:43.178Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.178Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:43.178Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:43.179Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.179Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:43.179Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:43.179Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.180Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is not matching search criteria
2022-02-04T15:37:43.180Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T15:37:43.180Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:37:43.180Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fa4a4e9-94f0-42c0-9e66-61d2e00f5d5c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T15:37:43.190Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.191Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:43.191Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:37:43.191Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.191Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_hLrPxJ 0 is matching search criteria
2022-02-04T15:37:43.192Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_hLrPxJ 0] matching following query criteria: sdcType=VF, customizationUUID=fdd180d2-80a9-459a-8925-8c8ebe6ca0ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:37:43.193Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.193Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.194Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a416c572-6685-4336-99bb-7c65ffa6d63a: basic_onboard_hLrPxJ
2022-02-04T15:37:43.194Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.194Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.194Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.194Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.195Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.195Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.195Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.195Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.196Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:37:43.196Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_hLrPxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:37:43.196Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_hLrPxJ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:37:43.356Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hLrPxJ 641db06a-dcc7-4466-9792-c9df1bf08422 1 ASDC deployResourceStructure
2022-02-04T15:37:43.356Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json ASDC sendASDCNotification
2022-02-04T15:37:43.356Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json
2022-02-04T15:37:43.356Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:37:43.356Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:43.358Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:43.358Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989063356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:37:43.458Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:43.458Z||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.
2022-02-04T15:37:43.458Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:43.470Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:43.470Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:44.359Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T15:37:44.359Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml
2022-02-04T15:37:44.359Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:37:44.359Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:44.360Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:44.361Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989064358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:37:44.461Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:44.461Z||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.
2022-02-04T15:37:44.461Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:44.485Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:44.486Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:37:45.362Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T15:37:45.362Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env
2022-02-04T15:37:45.362Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:37:45.362Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:45.364Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:45.364Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989065362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:37:45.464Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:45.464Z||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.
2022-02-04T15:37:45.464Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:45.478Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:45.478Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:37:46.365Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar ASDC sendASDCNotification
2022-02-04T15:37:46.365Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar
2022-02-04T15:37:46.365Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:37:46.365Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:37:46.367Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:37:46.367Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989066364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:37:46.467Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:37:46.468Z||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.
2022-02-04T15:37:46.468Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:37:46.482Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:46.482Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:37:47.368Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:37:47.385Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:37:47.386Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:37:47.386Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:37:47.386Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:38:17.387Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:38:17.411Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:38:17.413Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:38:17.413Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:38:17.413Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:38:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:38:27.118Z||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.
2022-02-04T15:38:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:38:27.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:38:27.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:38:27.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:38:27.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:38:47.413Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:38:47.420Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:38:47.422Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:38:47.422Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:38:47.422Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:39:17.422Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:39:17.430Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:39:17.432Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:39:17.432Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:39:17.432Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:39:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:39:27.118Z||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.
2022-02-04T15:39:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:39:27.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:39:27.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:39:27.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:39:27.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:39:47.432Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:39:47.439Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:39:47.441Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:39:47.441Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:39:47.441Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:40:17.441Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:40:17.449Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:40:17.450Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:40:17.451Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:40:17.451Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:40:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:40:27.118Z||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.
2022-02-04T15:40:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:40:27.149Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:40:27.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989040790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989047115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989041922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989043421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989039444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989056293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989056300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989056294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989056505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "cds",
  "timestamp": 1643989057306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-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=?
2022-02-04T15:40:27.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.168Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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 (?, ?, ?, ?, ?)
2022-02-04T15:40:27.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989057299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "policy-id",
  "timestamp": 1643989058303,
  "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=?
2022-02-04T15:40:27.179Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.179Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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 (?, ?, ?, ?, ?)
2022-02-04T15:40:27.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989059919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989059963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "dcae-sch",
  "timestamp": 1643989054153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989060923,
  "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=?
2022-02-04T15:40:27.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.193Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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 (?, ?, ?, ?, ?)
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989061064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989062137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989063356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989056690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989064358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989064459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989065362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989065518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989059537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989066364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989066602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989067317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989068177,
  "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=?
2022-02-04T15:40:27.214Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.214Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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=?
2022-02-04T15:40:27.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989069180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/resourceInstances/basic_onboard_hlrpxj0/artifacts/basic_onboard_hlrpxj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989063267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989077924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "aai-ml",
  "timestamp": 1643989078930,
  "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=?
2022-02-04T15:40:27.225Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.225Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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 (?, ?, ?, ?, ?)
2022-02-04T15:40:27.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989080689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:40:27.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989082695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHlrpxj/1.0/artifacts/service-BasicOnboardHlrpxj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:40:27.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:40:27.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:40:27.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "clamp",
  "timestamp": 1643989083699,
  "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=?
2022-02-04T15:40:27.235Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4277e62-dfd8-4122-a8c4-7e9f121829df
2022-02-04T15:40:27.235Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4277e62-dfd8-4122-a8c4-7e9f121829df 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 (?, ?, ?, ?, ?)
2022-02-04T15:40:47.451Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:40:47.463Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:40:47.466Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:40:47.466Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:40:47.466Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:40:47.466Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:40:47.466Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:40:47.467Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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=?
2022-02-04T15:40:47.472Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:41:17.473Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4277e62-dfd8-4122-a8c4-7e9f121829df 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=?
2022-02-04T15:41:17.480Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4277e62-dfd8-4122-a8c4-7e9f121829df and serviceModelVersionId: a416c572-6685-4336-99bb-7c65ffa6d63a
2022-02-04T15:41:17.480Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53dd92f3-9286-4bcd-ab01-bc51487e1e35
2022-02-04T15:41:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:27.117Z||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.
2022-02-04T15:41:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:27.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:27.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "cds",
  "timestamp": 1643989190790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "dcae-sch",
  "timestamp": 1643989194153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989193421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "dcae-sch",
  "timestamp": 1643989194153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "cds",
  "timestamp": 1643989190790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989193421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989196690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "cds",
  "timestamp": 1643989197416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989197418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989196690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "cds",
  "timestamp": 1643989198420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:41:27.671Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
2022-02-04T15:41:27.672Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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 (?, ?, ?, ?, ?)
2022-02-04T15:41:27.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989198952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:41:27.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989199955,
  "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=?
2022-02-04T15:41:27.681Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
2022-02-04T15:41:27.681Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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 (?, ?, ?, ?, ?)
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "policy-id",
  "timestamp": 1643989199444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "policy-id",
  "timestamp": 1643989199444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "policy-id",
  "timestamp": 1643989202158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:27.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989201922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "policy-id",
  "timestamp": 1643989203163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989201922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "policy-id",
  "timestamp": 1643989204166,
  "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=?
2022-02-04T15:41:27.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
2022-02-04T15:41:27.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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 (?, ?, ?, ?, ?)
2022-02-04T15:41:27.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "aai-ml",
  "timestamp": 1643989209537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "aai-ml",
  "timestamp": 1643989209537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "aai-ml",
  "timestamp": 1643989212259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "clamp",
  "timestamp": 1643989213266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "clamp",
  "timestamp": 1643989213266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "aai-ml",
  "timestamp": 1643989215300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "aai-ml",
  "timestamp": 1643989216304,
  "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=?
2022-02-04T15:41:27.703Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
2022-02-04T15:41:27.703Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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 (?, ?, ?, ?, ?)
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "clamp",
  "timestamp": 1643989223861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "clamp",
  "timestamp": 1643989224875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:41:27.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:41:27.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "clamp",
  "timestamp": 1643989225877,
  "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=?
2022-02-04T15:41:27.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
2022-02-04T15:41:27.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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 (?, ?, ?, ?, ?)
2022-02-04T15:41:28.937Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?depth=0
2022-02-04T15:41:29.025Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:41:29.462Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?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]}
2022-02-04T15:41:29.465Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?depth=0|INFO|500||Invoke
2022-02-04T15:41:29.578Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:41:29.865Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?depth=0|INFO|500||InvokeReturn
2022-02-04T15:41:29.866Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53dd92f3-9286-4bcd-ab01-bc51487e1e35/model-vers/model-ver/a416c572-6685-4336-99bb-7c65ffa6d63a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220204-15:41:29:588-44648], vertex-id=[184440], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:41:29 GMT], Content-Type=[application/json]}
2022-02-04T15:41:29.866Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:41:29.869Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:41:29.869Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:41:29.873Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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)
2022-02-04T15:41:29.879Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4277e62-dfd8-4122-a8c4-7e9f121829df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:41:29.880Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:41:29.880Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:41:29.882Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:41:29.882Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989289879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:41:29.982Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:41:29.983Z||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.
2022-02-04T15:41:29.983Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:29.996Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:29.997Z||pool-18-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=?
2022-02-04T15:41:30.893Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:30.893Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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.
2022-02-04T15:41:30.893Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:35.485Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:35.486Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:41:35.486Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fa2e695b-e57a-4db8-9218-fc17b6f56b61","serviceDescription":"service","serviceInvariantUUID":"894be1af-e194-49ec-aaea-375930891dbc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"52645a1d-755a-491d-acb4-62fa2e804b07","resourceInvariantUUID":"240edade-85b2-405e-b2b1-752a7f2b54f1","resourceCustomizationUUID":"f5f2194c-b286-41a2-82df-af3a97137159","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":"OWYzNmE1NzhlZWJiNmQzNmMwMDJiYmQ2OTZhZjBiMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52438aec-dba6-476c-9b01-9de3aae81a1d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODVkYTBiYWM5NDVlM2QwY2UwMTVkM2ZjNGJkNmZkZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d368f0c-5dd9-4b35-8231-4dfcd63609ff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:41:35.488Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:41:35.488Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:41:35.490Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:41:35.490Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989290893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:41:35.590Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:41:35.591Z||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.
2022-02-04T15:41:35.591Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:35.603Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:35.603Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:41:36.490Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:41:36.491Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:41:36.492Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:41:36.492Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989290893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:41:36.593Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T15:41:36.593Z||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.
2022-02-04T15:41:36.593Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:36.606Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:36.606Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:41:37.493Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fa2e695b-e57a-4db8-9218-fc17b6f56b61",
  "serviceDescription": "service",
  "serviceInvariantUUID": "894be1af-e194-49ec-aaea-375930891dbc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f5f2194c-b286-41a2-82df-af3a97137159",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "52645a1d-755a-491d-acb4-62fa2e804b07",
      "resourceInvariantUUID": "240edade-85b2-405e-b2b1-752a7f2b54f1",
      "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": "ODVkYTBiYWM5NDVlM2QwY2UwMTVkM2ZjNGJkNmZkZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d368f0c-5dd9-4b35-8231-4dfcd63609ff"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:41:37.494Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:41:37.494Z|f4277e62-dfd8-4122-a8c4-7e9f121829df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa2e695b-e57a-4db8-9218-fc17b6f56b61 ASDC
2022-02-04T15:41:37.494Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fa2e695b-e57a-4db8-9218-fc17b6f56b61
ServiceInvariantUUID:894be1af-e194-49ec-aaea-375930891dbc
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:4d368f0c-5dd9-4b35-8231-4dfcd63609ff
ArtifactChecksum:ODVkYTBiYWM5NDVlM2QwY2UwMTVkM2ZjNGJkNmZkZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f5f2194c-b286-41a2-82df-af3a97137159
ResourceInvariantUUID:240edade-85b2-405e-b2b1-752a7f2b54f1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:52645a1d-755a-491d-acb4-62fa2e804b07
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-04T15:41:37.494Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa2e695b-e57a-4db8-9218-fc17b6f56b61 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=?
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d368f0c-5dd9-4b35-8231-4dfcd63609ff from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:41:37.520Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T15:41:37.711Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:41:37.715Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d368f0c-5dd9-4b35-8231-4dfcd63609ff 52489
2022-02-04T15:41:37.715Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T15:41:37.715Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T15:41:37.715Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:41:37.716Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:41:37.717Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:41:37.717Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989297715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:41:37.817Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:41:37.818Z||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.
2022-02-04T15:41:37.818Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:37.831Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:37.831Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:41:38.718Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:41:38.718Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:41:38.719Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4d368f0c-5dd9-4b35-8231-4dfcd63609ff, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T15:41:38.719Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-04T15:41:38.719Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T15:41:38.719Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T15:41:38.803Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17365098726387161916/Definitions/service-BasicNetwork-template.yml
2022-02-04T15:41:39.255Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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-BasicNetwork-csar.csar
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||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
2022-02-04T15:41:39.256Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:41:39.257Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.258Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.259Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.259Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fa2e695b-e57a-4db8-9218-fc17b6f56b61
Model Version:NULL
Model InvariantUuid:894be1af-e194-49ec-aaea-375930891dbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:240edade-85b2-405e-b2b1-752a7f2b54f1
Model UUID:83b6cd64-c2c9-4ec0-8df9-51cfc98bf8c0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f5f2194c-b286-41a2-82df-af3a97137159
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:41:39.263Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 52645a1d-755a-491d-acb4-62fa2e804b07
2022-02-04T15:41:39.263Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||No resources found for Service: fa2e695b-e57a-4db8-9218-fc17b6f56b61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fa2e695b-e57a-4db8-9218-fc17b6f56b61
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fa2e695b-e57a-4db8-9218-fc17b6f56b61
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-04T15:41:39.266Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:41:39.269Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fff9d30, org.onap.sdc.toscaparser.api.parameters.Input@3f133f26, org.onap.sdc.toscaparser.api.parameters.Input@6dfdc1f8, org.onap.sdc.toscaparser.api.parameters.Input@73653adf, org.onap.sdc.toscaparser.api.parameters.Input@30b02f9e]
2022-02-04T15:41:39.270Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.270Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.270Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.270Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.270Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fa2e695b-e57a-4db8-9218-fc17b6f56b61: Generic NeutronNet
2022-02-04T15:41:39.271Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.271Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.271Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.271Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-04T15:41:39.295Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:41:39.296Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-04T15:41:39.346Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-04T15:41:39.347Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T15:41:39.347Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T15:41:39.347Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:41:39.347Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:41:39.349Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:41:39.349Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989299347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:41:39.449Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:41:39.450Z||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.
2022-02-04T15:41:39.450Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:41:39.460Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:39.460Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:41:40.350Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:41:40.357Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.359Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.360Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.360Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.360Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.360Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:41:40.360Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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=?
2022-02-04T15:41:40.363Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:42:10.363Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab 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=?
2022-02-04T15:42:10.367Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab and serviceModelVersionId: fa2e695b-e57a-4db8-9218-fc17b6f56b61
2022-02-04T15:42:10.367Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 894be1af-e194-49ec-aaea-375930891dbc
2022-02-04T15:42:10.367Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0
2022-02-04T15:42:10.371Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:42:10.404Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|INFO|500||Invoke
2022-02-04T15:42:10.405Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a02dbe8d-2843-4e5b-9d71-121d61e7255e], X-ECOMP-RequestID=[fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab], X-TransactionId=[], X-ONAP-RequestID=[fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab], Content-Type=[application/merge-patch+json]}
2022-02-04T15:42:10.425Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:42:10.510Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-15:42:10:433-50882], vertex-id=[360488], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:42:10 GMT], Content-Type=[application/json]}
2022-02-04T15:42:10.511Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:42:10.511Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/894be1af-e194-49ec-aaea-375930891dbc/model-vers/model-ver/fa2e695b-e57a-4db8-9218-fc17b6f56b61?depth=0|INFO|500||InvokeReturn
2022-02-04T15:42:10.511Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:42:10.512Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:42:10.515Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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)
2022-02-04T15:42:10.515Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:42:10.515Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:42:10.515Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:42:10.517Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:42:10.517Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989330515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:42:10.617Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:42:10.617Z||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.
2022-02-04T15:42:10.618Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:10.631Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:10.631Z||pool-23-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=?
2022-02-04T15:42:11.526Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:11.526Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:42:11.527Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:21.069Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:21.069Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:21.069Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:42:21.069Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:27.117Z||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.
2022-02-04T15:42:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:27.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:27.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f4277e62-dfd8-4122-a8c4-7e9f121829df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989289879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989290893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989290893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989297715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989299347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989330515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:42:27.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:42:30.608Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:30.608Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:30.609Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:42:30.609Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:40.150Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:40.150Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:40.151Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:42:40.151Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:42:49.690Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:43:27.115Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:27.116Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:43:27.116Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:43:27.117Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:27.117Z||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.
2022-02-04T15:43:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:43:36.661Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:43:36.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:27.115Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:27.116Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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.
2022-02-04T15:44:27.116Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:27.117Z||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.
2022-02-04T15:44:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:27.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:27.746Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:27.747Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.747Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4fe7671-8cb5-4b75-ab0f-1e93df06c499","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ff307b1b-3982-450e-a284-3741ac38d401","serviceDescription":"service","serviceInvariantUUID":"6b5662c2-0e78-4fc1-a8df-fb56e231b316","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04b82f91-bb51-4253-ae05-90606e99629d","resourceInvariantUUID":"629a1b9f-e57f-4a5d-9e38-ed69f45551c1","resourceCustomizationUUID":"0f033e46-3d90-4bc2-a7b3-45d17128131f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d134b64-55aa-4052-9b78-f3ba6c10e5be","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzIwZWU3ZThiYjE0YWE3ZGE3NTc3ZDNiZWRhOTlhMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"493371d0-d01c-456f-81a9-5cc30885ec7e","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZjUzZmY3MDE5Y2EyOTJkZDAzN2EzMWI3OTI1NDZmMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af7c2eda-6a3c-43ef-9735-074f4cfdc16b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5080ea3-4308-468e-a0de-0c6c4ecc4914","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cada28a6-aea7-4a91-8bbc-35b672feff2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70","artifactVersion":"2","generatedFromUUID":"d5080ea3-4308-468e-a0de-0c6c4ecc4914"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjBiNDBiYjU5Nzg5NDVjNzVhNDg0MTg4YWM0NzM1MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aefe59d8-51e9-4c68-a656-fcf526fd65fe","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDFiMGFkODkzZjE1ZjFlOWU3YjZkMGZjYzlkZTY4MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5eb5759-01f7-46fe-a7ce-ba67245236b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:44:27.748Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:27.748Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:27.750Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:27.750Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989419537,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989421922,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989419444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989423266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989436319,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989436323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989437327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "policy-id",
  "timestamp": 1643989438331,
  "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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989439628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "cds",
  "timestamp": 1643989440635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T15:44:27.802Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.802Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989442161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989442533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989443365,
  "artifactURL": "/sdc/v1/catalog/services/ff307b1b-3982-450e-a284-3741ac38d401/resourceInstances/basicclamp0/artifacts/8d134b64-55aa-4052-9b78-f3ba6c10e5be",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "aai-ml",
  "timestamp": 1643989443538,
  "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=?
2022-02-04T15:44:27.815Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989443724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989444228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989444623,
  "artifactURL": "/sdc/v1/catalog/services/ff307b1b-3982-450e-a284-3741ac38d401/resourceInstances/basicclamp0/artifacts/8d134b64-55aa-4052-9b78-f3ba6c10e5be",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989444728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989445231,
  "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=?
2022-02-04T15:44:27.828Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.828Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989445479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "dcae-sch",
  "timestamp": 1643989445626,
  "artifactURL": "/sdc/v1/catalog/services/ff307b1b-3982-450e-a284-3741ac38d401/resourceInstances/basicclamp0/artifacts/8d134b64-55aa-4052-9b78-f3ba6c10e5be",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T15:44:27.838Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.838Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:44:27.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989439444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989446597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989447489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989430790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989447683,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989448493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989441922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989448704,
  "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=?
2022-02-04T15:44:27.850Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:27.850Z||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.
2022-02-04T15:44:27.851Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:27.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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=?
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989448775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989448793,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "policy-id",
  "timestamp": 1643989449494,
  "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=?
2022-02-04T15:44:27.859Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:27.859Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.864Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:44:27.865Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989449708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "cds",
  "timestamp": 1643989449780,
  "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=?
2022-02-04T15:44:27.874Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:44:27.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989449796,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "clamp",
  "timestamp": 1643989450800,
  "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=?
2022-02-04T15:44:27.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4fe7671-8cb5-4b75-ab0f-1e93df06c499
2022-02-04T15:44:27.884Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989433421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "dcae-sch",
  "timestamp": 1643989434153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989453349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989455352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989449537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989456355,
  "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=?
2022-02-04T15:44:27.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:44:27.900Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989436690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989457379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989457794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989458899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989453267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989459996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989461066,
  "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=?
2022-02-04T15:44:27.913Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:44:27.913Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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=?
2022-02-04T15:44:27.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989462070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989462812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "aai-ml",
  "timestamp": 1643989463815,
  "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=?
2022-02-04T15:44:27.921Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:44:27.921Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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 (?, ?, ?, ?, ?)
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989465632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989466735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:27.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:44:28.750Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:28.751Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:28.753Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:28.754Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:28.854Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:28.854Z||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.
2022-02-04T15:44:28.854Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:28.867Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:28.867Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:44:29.754Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:29.755Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:29.756Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:29.756Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:44:29.856Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:29.857Z||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.
2022-02-04T15:44:29.857Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:29.870Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:29.870Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:30.757Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:30.758Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:30.761Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:30.761Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:44:30.861Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:30.861Z||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.
2022-02-04T15:44:30.861Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:30.873Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:30.874Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:31.761Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:31.762Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:31.764Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:31.764Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:31.864Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:31.865Z||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.
2022-02-04T15:44:31.865Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:31.875Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:31.875Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:32.764Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:32.765Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:32.766Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:32.767Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:44:32.867Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:32.868Z||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.
2022-02-04T15:44:32.868Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:32.893Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:32.894Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:44:33.767Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:33.768Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:33.769Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:33.769Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:44:33.870Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:33.870Z||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.
2022-02-04T15:44:33.870Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:33.881Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:33.882Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:34.770Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:44:34.771Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:34.772Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:34.772Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:44:34.873Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T15:44:34.873Z||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.
2022-02-04T15:44:34.873Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:34.886Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:34.887Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:35.774Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ff307b1b-3982-450e-a284-3741ac38d401",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b5662c2-0e78-4fc1-a8df-fb56e231b316",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "0f033e46-3d90-4bc2-a7b3-45d17128131f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04b82f91-bb51-4253-ae05-90606e99629d",
      "resourceInvariantUUID": "629a1b9f-e57f-4a5d-9e38-ed69f45551c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZjUzZmY3MDE5Y2EyOTJkZDAzN2EzMWI3OTI1NDZmMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "af7c2eda-6a3c-43ef-9735-074f4cfdc16b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d5080ea3-4308-468e-a0de-0c6c4ecc4914",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70",
            "generatedFromUUID": "d5080ea3-4308-468e-a0de-0c6c4ecc4914"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDFiMGFkODkzZjE1ZjFlOWU3YjZkMGZjYzlkZTY4MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5eb5759-01f7-46fe-a7ce-ba67245236b6"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:44:35.774Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:44:35.774Z|fc7f53d7-1b6c-495a-b5e5-c5e3b378fcab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff307b1b-3982-450e-a284-3741ac38d401 ASDC
2022-02-04T15:44:35.775Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b4fe7671-8cb5-4b75-ab0f-1e93df06c499
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ff307b1b-3982-450e-a284-3741ac38d401
ServiceInvariantUUID:6b5662c2-0e78-4fc1-a8df-fb56e231b316
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:e5eb5759-01f7-46fe-a7ce-ba67245236b6
ArtifactChecksum:MDFiMGFkODkzZjE1ZjFlOWU3YjZkMGZjYzlkZTY4MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:0f033e46-3d90-4bc2-a7b3-45d17128131f
ResourceInvariantUUID:629a1b9f-e57f-4a5d-9e38-ed69f45551c1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:04b82f91-bb51-4253-ae05-90606e99629d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:af7c2eda-6a3c-43ef-9735-074f4cfdc16b
ArtifactChecksum:ZjUzZmY3MDE5Y2EyOTJkZDAzN2EzMWI3OTI1NDZmMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d5080ea3-4308-468e-a0de-0c6c4ecc4914
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T15:44:35.775Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff307b1b-3982-450e-a284-3741ac38d401 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=?
2022-02-04T15:44:35.796Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:44:35.796Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:44:35.797Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:44:35.797Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5eb5759-01f7-46fe-a7ce-ba67245236b6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T15:44:35.797Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:44:35.797Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T15:44:35.895Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:44:35.898Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e5eb5759-01f7-46fe-a7ce-ba67245236b6 73653
2022-02-04T15:44:35.898Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T15:44:35.898Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T15:44:35.898Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:44:35.899Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:35.900Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:35.900Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989475898,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:36.000Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:36.001Z||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.
2022-02-04T15:44:36.001Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:36.014Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:36.014Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:36.901Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:44:36.901Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:44:36.902Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e5eb5759-01f7-46fe-a7ce-ba67245236b6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:36.902Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-04T15:44:36.902Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:36.902Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:36.994Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3742151957466702536/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-04T15:44:38.128Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:44:38.128Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:44:38.128Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|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-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|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-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|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-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:38.129Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.130Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:38.131Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:44:38.132Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a396a602-6e8e-4637-a166-f8227e3bb034
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:38.133Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ff307b1b-3982-450e-a284-3741ac38d401
Model Version:NULL
Model InvariantUuid:6b5662c2-0e78-4fc1-a8df-fb56e231b316
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:bdc75f66-f1cd-4b19-82e4-99239ba4db77
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:629a1b9f-e57f-4a5d-9e38-ed69f45551c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f033e46-3d90-4bc2-a7b3-45d17128131f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d6fb7fd-e5f2-45ae-821d-45035e72e168
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:36785860-5c84-47e0-90e6-1aa8ddd28522
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a396a602-6e8e-4637-a166-f8227e3bb034
ModelInvariantUuid:2ac956a1-9359-43b2-bf62-74b06d2da1b8
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:166e4920-ebbd-4880-b60c-d704088c5a16
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6066b836-4a3a-45ec-8293-d42e311482d2
ModelInvariantUuid:588069e0-94d6-4c27-a1c7-164d84825280
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e6430a17-7fcb-4a1d-87dc-232dcc82ca7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:44:38.138Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04b82f91-bb51-4253-ae05-90606e99629d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:44:38.139Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-02-04T15:44:38.139Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04b82f91-bb51-4253-ae05-90606e99629d
2022-02-04T15:44:38.140Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af7c2eda-6a3c-43ef-9735-074f4cfdc16b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T15:44:38.140Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:44:38.140Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T15:44:38.286Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:44:38.286Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json af7c2eda-6a3c-43ef-9735-074f4cfdc16b 790
2022-02-04T15:44:38.286Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T15:44:38.286Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T15:44:38.286Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:44:38.287Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:38.288Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:38.288Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989478286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:38.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:38.389Z||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.
2022-02-04T15:44:38.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:38.403Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:38.404Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:44:39.288Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d6fb7fd-e5f2-45ae-821d-45035e72e168",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36785860-5c84-47e0-90e6-1aa8ddd28522",
    "vfModuleModelCustomizationUUID": "b67d470b-29e4-4346-a3ab-6b6096498c60",
    "isBase": true,
    "artifacts": [
      "d5080ea3-4308-468e-a0de-0c6c4ecc4914",
      "0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:44:39.292Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36785860-5c84-47e0-90e6-1aa8ddd28522
VfModuleModelInvariantUUID:8d6fb7fd-e5f2-45ae-821d-45035e72e168
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5080ea3-4308-468e-a0de-0c6c4ecc4914
,
0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70

}
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


}

2022-02-04T15:44:39.293Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8d6fb7fd-e5f2-45ae-821d-45035e72e168",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36785860-5c84-47e0-90e6-1aa8ddd28522",
    "vfModuleModelCustomizationUUID": "b67d470b-29e4-4346-a3ab-6b6096498c60",
    "isBase": true,
    "artifacts": [
      "d5080ea3-4308-468e-a0de-0c6c4ecc4914",
      "0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:44:39.293Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36785860-5c84-47e0-90e6-1aa8ddd28522
VfModuleModelInvariantUUID:8d6fb7fd-e5f2-45ae-821d-45035e72e168
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5080ea3-4308-468e-a0de-0c6c4ecc4914
,
0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70

}
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


}

2022-02-04T15:44:39.293Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5080ea3-4308-468e-a0de-0c6c4ecc4914 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T15:44:39.293Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:44:39.294Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T15:44:39.332Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:44:39.332Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d5080ea3-4308-468e-a0de-0c6c4ecc4914 5033
2022-02-04T15:44:39.332Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T15:44:39.332Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T15:44:39.332Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:44:39.333Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:39.334Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:39.334Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989479332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:39.435Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:39.435Z||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.
2022-02-04T15:44:39.435Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:39.448Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:39.448Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:40.335Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T15:44:40.335Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:44:40.335Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T15:44:40.375Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:44:40.375Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0106fb9c-9aa7-4de9-9d78-cbc06c4e8a70 909
2022-02-04T15:44:40.375Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T15:44:40.375Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T15:44:40.376Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:44:40.376Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:40.377Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:40.377Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989480375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:44:40.477Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:40.478Z||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.
2022-02-04T15:44:40.478Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:40.492Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:40.492Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:41.378Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ff307b1b-3982-450e-a284-3741ac38d401
2022-02-04T15:44:41.379Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 04b82f91-bb51-4253-ae05-90606e99629d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:44:41.388Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9b95548, org.onap.sdc.toscaparser.api.parameters.Input@72b436, org.onap.sdc.toscaparser.api.parameters.Input@723cc456, org.onap.sdc.toscaparser.api.parameters.Input@20632940, org.onap.sdc.toscaparser.api.parameters.Input@63b32b11]
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0f033e46-3d90-4bc2-a7b3-45d17128131f
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f033e46-3d90-4bc2-a7b3-45d17128131f matches Tosca VF Customization UUID: 0f033e46-3d90-4bc2-a7b3-45d17128131f
2022-02-04T15:44:41.389Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0f033e46-3d90-4bc2-a7b3-45d17128131f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T15:44:41.391Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.391Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.392Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0f033e46-3d90-4bc2-a7b3-45d17128131f: {\"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\"}
2022-02-04T15:44:41.392Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28dab863
2022-02-04T15:44:41.392Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.392Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:44:41.392Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b67d470b-29e4-4346-a3ab-6b6096498c60
2022-02-04T15:44:41.393Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b67d470b-29e4-4346-a3ab-6b6096498c60
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T15:44:41.394Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.394Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:41.394Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:41.395Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.395Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:41.395Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:41.395Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.396Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T15:44:41.396Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T15:44:41.396Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T15:44:41.396Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a396a602-6e8e-4637-a166-f8227e3bb034
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T15:44:41.398Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.398Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:41.398Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:44:41.398Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.399Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T15:44:41.399Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0f033e46-3d90-4bc2-a7b3-45d17128131f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:44:41.400Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.400Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.400Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ff307b1b-3982-450e-a284-3741ac38d401: basicclamp
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.401Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.402Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.402Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.402Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:44:41.402Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:44:41.402Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:44:41.462Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 04b82f91-bb51-4253-ae05-90606e99629d 1 ASDC deployResourceStructure
2022-02-04T15:44:41.462Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T15:44:41.462Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T15:44:41.462Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:44:41.463Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:41.465Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:41.465Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989481462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:41.565Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:41.565Z||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.
2022-02-04T15:44:41.565Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:41.579Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:41.579Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:42.465Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T15:44:42.466Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T15:44:42.466Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:44:42.466Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:42.468Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:42.468Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989482465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:42.568Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:42.568Z||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.
2022-02-04T15:44:42.568Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:42.580Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:42.580Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:43.469Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T15:44:43.469Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T15:44:43.469Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:44:43.469Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:43.471Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:43.471Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989483469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:43.571Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:43.572Z||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.
2022-02-04T15:44:43.572Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:43.584Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:43.584Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:44.472Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T15:44:44.472Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T15:44:44.472Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:44:44.472Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:44:44.473Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:44:44.474Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989484472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:44:44.574Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:44:44.574Z||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.
2022-02-04T15:44:44.574Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:44:44.605Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:44.605Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:44:45.474Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4fe7671-8cb5-4b75-ab0f-1e93df06c499
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:44:45.483Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4fe7671-8cb5-4b75-ab0f-1e93df06c499
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:44:45.485Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:44:45.485Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:44:45.485Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:44:45.486Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|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=?
2022-02-04T15:44:45.490Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:45:15.490Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4fe7671-8cb5-4b75-ab0f-1e93df06c499 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=?
2022-02-04T15:45:15.494Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4fe7671-8cb5-4b75-ab0f-1e93df06c499 and serviceModelVersionId: ff307b1b-3982-450e-a284-3741ac38d401
2022-02-04T15:45:15.494Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b5662c2-0e78-4fc1-a8df-fb56e231b316
2022-02-04T15:45:15.495Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?depth=0
2022-02-04T15:45:15.498Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:45:15.531Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?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]}
2022-02-04T15:45:15.532Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?depth=0|INFO|500||Invoke
2022-02-04T15:45:15.549Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:45:15.686Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?depth=0|INFO|500||InvokeReturn
2022-02-04T15:45:15.687Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b5662c2-0e78-4fc1-a8df-fb56e231b316/model-vers/model-ver/ff307b1b-3982-450e-a284-3741ac38d401?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-15:45:15:555-70383], vertex-id=[159896], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:45:15 GMT], Content-Type=[application/json]}
2022-02-04T15:45:15.687Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:45:15.687Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:45:15.687Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:45:15.690Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|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)
2022-02-04T15:45:15.690Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4fe7671-8cb5-4b75-ab0f-1e93df06c499 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:45:15.690Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:45:15.691Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:15.692Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:15.692Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989515690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:45:15.792Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:15.793Z||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.
2022-02-04T15:45:15.793Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:15.806Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:15.806Z||pool-40-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=?
2022-02-04T15:45:16.701Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:45:16.701Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"90d7e55f-819e-4c46-a246-89aee6fe6114","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"52eacb1a-687a-489a-b938-a8281598a3d9","serviceDescription":"service","serviceInvariantUUID":"9833896e-668c-429b-9806-cdfb3ba30363","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c20ba69e-d87b-4560-bf21-0b70a26d2aa9","resourceInvariantUUID":"8315939b-d1ea-4c15-bd46-50af0ab8afb0","resourceCustomizationUUID":"00c53c67-ff45-4e30-a909-9c8d578e0903","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":"NDQ5NDI2OGU3NTVjMTA5NDcxNDdlMzdhZGFiN2QxYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5112c3a-2d36-4b0e-8aec-7df3f2b757af","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":"ZWFjMTdkOTA1NTU5ZDlkMDZmNTgxNjgzZDMwZDAzZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c15f6dc8-91c3-486f-81ea-08789162067f","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":"9f227089-6fab-4f77-8beb-995db0bb1a18","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":"f37171e7-3ced-4420-b967-a3870845e802","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":"93cbfded-5cd3-45a6-a02f-411398863b99","artifactVersion":"2","generatedFromUUID":"9f227089-6fab-4f77-8beb-995db0bb1a18"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDAwOGRiZGMwOWRmNGQwMzBiNWRlNmM2ZmUyNTIwOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a4c4b2-f0c8-4652-88c5-4db278e2d4c2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGVlMzM1YzMyMmMzNDYyMjljOTVlMjg3N2NiZmY2MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41d014d0-c59b-4f65-8ba7-e47e2b68c826","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:45:16.702Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:16.702Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:16.704Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:16.704Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:45:16.804Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:16.804Z||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.
2022-02-04T15:45:16.804Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:16.820Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:16.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:45:17.704Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:17.705Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:17.706Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:17.706Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:45:17.807Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T15:45:17.807Z||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.
2022-02-04T15:45:17.807Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:17.818Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:17.818Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:18.707Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:18.707Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:18.709Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:18.709Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:45:18.809Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:18.809Z||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.
2022-02-04T15:45:18.810Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:18.820Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:18.820Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:19.709Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:19.710Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:19.711Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:19.712Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:45:19.812Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:19.812Z||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.
2022-02-04T15:45:19.812Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:19.823Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:19.823Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:20.712Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:20.713Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:20.714Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:20.714Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T15:45:20.814Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:20.815Z||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.
2022-02-04T15:45:20.815Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:20.827Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:20.828Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:21.715Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:21.715Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:21.717Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:21.717Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:45:21.817Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:21.818Z||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.
2022-02-04T15:45:21.818Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:21.828Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:21.829Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:22.717Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:45:22.718Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:22.720Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:22.720Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:45:22.820Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:22.820Z||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.
2022-02-04T15:45:22.820Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:22.833Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:22.833Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:23.721Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "52eacb1a-687a-489a-b938-a8281598a3d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9833896e-668c-429b-9806-cdfb3ba30363",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "00c53c67-ff45-4e30-a909-9c8d578e0903",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c20ba69e-d87b-4560-bf21-0b70a26d2aa9",
      "resourceInvariantUUID": "8315939b-d1ea-4c15-bd46-50af0ab8afb0",
      "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": "ZWFjMTdkOTA1NTU5ZDlkMDZmNTgxNjgzZDMwZDAzZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c15f6dc8-91c3-486f-81ea-08789162067f",
          "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": "9f227089-6fab-4f77-8beb-995db0bb1a18",
          "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": "93cbfded-5cd3-45a6-a02f-411398863b99",
            "generatedFromUUID": "9f227089-6fab-4f77-8beb-995db0bb1a18"
          },
          "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": "93cbfded-5cd3-45a6-a02f-411398863b99",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGVlMzM1YzMyMmMzNDYyMjljOTVlMjg3N2NiZmY2MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41d014d0-c59b-4f65-8ba7-e47e2b68c826"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:45:23.721Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:45:23.721Z|b4fe7671-8cb5-4b75-ab0f-1e93df06c499|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52eacb1a-687a-489a-b938-a8281598a3d9 ASDC
2022-02-04T15:45:23.721Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:90d7e55f-819e-4c46-a246-89aee6fe6114
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:52eacb1a-687a-489a-b938-a8281598a3d9
ServiceInvariantUUID:9833896e-668c-429b-9806-cdfb3ba30363
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:41d014d0-c59b-4f65-8ba7-e47e2b68c826
ArtifactChecksum:OGVlMzM1YzMyMmMzNDYyMjljOTVlMjg3N2NiZmY2MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:00c53c67-ff45-4e30-a909-9c8d578e0903
ResourceInvariantUUID:8315939b-d1ea-4c15-bd46-50af0ab8afb0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c20ba69e-d87b-4560-bf21-0b70a26d2aa9
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:c15f6dc8-91c3-486f-81ea-08789162067f
ArtifactChecksum:ZWFjMTdkOTA1NTU5ZDlkMDZmNTgxNjgzZDMwZDAzZDY=
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:9f227089-6fab-4f77-8beb-995db0bb1a18
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:93cbfded-5cd3-45a6-a02f-411398863b99
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:93cbfded-5cd3-45a6-a02f-411398863b99
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T15:45:23.721Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52eacb1a-687a-489a-b938-a8281598a3d9 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=?
2022-02-04T15:45:23.746Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:45:23.746Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:45:23.747Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:45:23.747Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41d014d0-c59b-4f65-8ba7-e47e2b68c826 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T15:45:23.747Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:45:23.747Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T15:45:23.913Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:45:23.916Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 41d014d0-c59b-4f65-8ba7-e47e2b68c826 71043
2022-02-04T15:45:23.916Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-04T15:45:23.916Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T15:45:23.916Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:45:23.917Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:23.918Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:23.918Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989523916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:45:24.018Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:24.019Z||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.
2022-02-04T15:45:24.019Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:24.032Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:24.032Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:24.919Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:45:24.919Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:45:24.919Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 41d014d0-c59b-4f65-8ba7-e47e2b68c826, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:24.920Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-04T15:45:24.920Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:24.920Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:25.066Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1317186750719688906/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
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:25.891Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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-BasicVm-csar.csar
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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-BasicVm-csar.csar
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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-BasicVm-csar.csar
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:45:25.892Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T15:45:25.893Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:25.894Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-04T15:45:25.895Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=057b477e-7726-4ce4-afa1-d469c6e1db2d
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:25.896Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:52eacb1a-687a-489a-b938-a8281598a3d9
Model Version:NULL
Model InvariantUuid:9833896e-668c-429b-9806-cdfb3ba30363
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1e32632a-77be-4ce5-b3df-866a619c3cd5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8315939b-d1ea-4c15-bd46-50af0ab8afb0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:00c53c67-ff45-4e30-a909-9c8d578e0903
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:33276dd4-b89e-4a57-ab7e-26efa65fee21
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2133603c-1fce-4177-ade4-3504d1c5df0e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:057b477e-7726-4ce4-afa1-d469c6e1db2d
ModelInvariantUuid:e8e4438c-0a3d-4bb0-8c28-1a38e347fa38
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13a6b5c0-c736-409f-9861-f738935c80ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:18e87e67-f0ec-4a27-ad8e-4c3093bc252a
ModelInvariantUuid:314db172-dfc5-423a-a759-394a1f0ce26f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d36326ea-8dfe-4ee5-89b0-606ccc66045c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:45:25.901Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c20ba69e-d87b-4560-bf21-0b70a26d2aa9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:45:25.903Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-02-04T15:45:25.903Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c20ba69e-d87b-4560-bf21-0b70a26d2aa9
2022-02-04T15:45:25.903Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c15f6dc8-91c3-486f-81ea-08789162067f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-04T15:45:25.903Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:45:25.903Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:26.104Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:45:26.104Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c15f6dc8-91c3-486f-81ea-08789162067f 787
2022-02-04T15:45:26.104Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:26.105Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:26.105Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:45:26.105Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:26.106Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:26.106Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989526104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:45:26.206Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:26.207Z||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.
2022-02-04T15:45:26.207Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:26.219Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:26.219Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:27.107Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "33276dd4-b89e-4a57-ab7e-26efa65fee21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2133603c-1fce-4177-ade4-3504d1c5df0e",
    "vfModuleModelCustomizationUUID": "0a2943c5-27a3-4d7c-9d01-d7c8f83c08e0",
    "isBase": true,
    "artifacts": [
      "9f227089-6fab-4f77-8beb-995db0bb1a18",
      "93cbfded-5cd3-45a6-a02f-411398863b99"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:45:27.110Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2133603c-1fce-4177-ade4-3504d1c5df0e
VfModuleModelInvariantUUID:33276dd4-b89e-4a57-ab7e-26efa65fee21
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f227089-6fab-4f77-8beb-995db0bb1a18
,
93cbfded-5cd3-45a6-a02f-411398863b99

}
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


}

2022-02-04T15:45:27.112Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "33276dd4-b89e-4a57-ab7e-26efa65fee21",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2133603c-1fce-4177-ade4-3504d1c5df0e",
    "vfModuleModelCustomizationUUID": "0a2943c5-27a3-4d7c-9d01-d7c8f83c08e0",
    "isBase": true,
    "artifacts": [
      "9f227089-6fab-4f77-8beb-995db0bb1a18",
      "93cbfded-5cd3-45a6-a02f-411398863b99"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:45:27.112Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2133603c-1fce-4177-ade4-3504d1c5df0e
VfModuleModelInvariantUUID:33276dd4-b89e-4a57-ab7e-26efa65fee21
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f227089-6fab-4f77-8beb-995db0bb1a18
,
93cbfded-5cd3-45a6-a02f-411398863b99

}
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


}

2022-02-04T15:45:27.112Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f227089-6fab-4f77-8beb-995db0bb1a18 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T15:45:27.112Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:45:27.112Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T15:45:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:45:27.117Z||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.
2022-02-04T15:45:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:27.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:27.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:45:27.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "clamp",
  "timestamp": 1643989467738,
  "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=?
2022-02-04T15:45:27.246Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90d7e55f-819e-4c46-a246-89aee6fe6114
2022-02-04T15:45:27.246Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90d7e55f-819e-4c46-a246-89aee6fe6114 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 (?, ?, ?, ?, ?)
2022-02-04T15:45:27.317Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:45:27.317Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9f227089-6fab-4f77-8beb-995db0bb1a18 5033
2022-02-04T15:45:27.318Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:27.318Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:27.318Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:45:27.318Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:27.319Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:27.319Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989527318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:45:27.420Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:27.420Z||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.
2022-02-04T15:45:27.420Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:27.433Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:27.433Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:28.320Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 93cbfded-5cd3-45a6-a02f-411398863b99 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T15:45:28.320Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:45:28.321Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T15:45:28.432Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:45:28.432Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 93cbfded-5cd3-45a6-a02f-411398863b99 903
2022-02-04T15:45:28.432Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:28.432Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:28.432Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:45:28.433Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:28.434Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:28.434Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989528432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:45:28.534Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:28.535Z||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.
2022-02-04T15:45:28.535Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:28.545Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:28.546Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:29.435Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 52eacb1a-687a-489a-b938-a8281598a3d9
2022-02-04T15:45:29.435Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c20ba69e-d87b-4560-bf21-0b70a26d2aa9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:45:29.444Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54e01e10, org.onap.sdc.toscaparser.api.parameters.Input@2eee8a69, org.onap.sdc.toscaparser.api.parameters.Input@51d3453, org.onap.sdc.toscaparser.api.parameters.Input@33a9296e, org.onap.sdc.toscaparser.api.parameters.Input@67eda195]
2022-02-04T15:45:29.445Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.446Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.446Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T15:45:29.446Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 00c53c67-ff45-4e30-a909-9c8d578e0903
2022-02-04T15:45:29.446Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00c53c67-ff45-4e30-a909-9c8d578e0903 matches Tosca VF Customization UUID: 00c53c67-ff45-4e30-a909-9c8d578e0903
2022-02-04T15:45:29.446Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 00c53c67-ff45-4e30-a909-9c8d578e0903  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 00c53c67-ff45-4e30-a909-9c8d578e0903: {\"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\"}
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bc17791
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.448Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:45:29.449Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a2943c5-27a3-4d7c-9d01-d7c8f83c08e0
2022-02-04T15:45:29.449Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a2943c5-27a3-4d7c-9d01-d7c8f83c08e0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T15:45:29.450Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.450Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-04T15:45:29.451Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T15:45:29.452Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=057b477e-7726-4ce4-afa1-d469c6e1db2d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T15:45:29.453Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.453Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:29.454Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:45:29.454Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.454Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T15:45:29.454Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=00c53c67-ff45-4e30-a909-9c8d578e0903
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:45:29.455Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.455Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.455Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 52eacb1a-687a-489a-b938-a8281598a3d9: basic_vm
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.456Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:45:29.457Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:45:29.457Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:45:29.512Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c20ba69e-d87b-4560-bf21-0b70a26d2aa9 1 ASDC deployResourceStructure
2022-02-04T15:45:29.512Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:29.512Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:29.512Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:45:29.512Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:29.514Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:29.514Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989529512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:45:29.614Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:29.615Z||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.
2022-02-04T15:45:29.615Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:29.628Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:29.629Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:45:30.516Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:30.516Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:30.516Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:45:30.516Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:30.518Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:30.518Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989530516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:45:30.618Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:30.619Z||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.
2022-02-04T15:45:30.619Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:30.631Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:30.631Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:31.519Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:31.519Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||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
2022-02-04T15:45:31.519Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:45:31.519Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:31.520Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:31.521Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989531518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:45:31.621Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:45:31.621Z||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.
2022-02-04T15:45:31.621Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:31.634Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:31.634Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:45:32.521Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-04T15:45:32.522Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T15:45:32.522Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:45:32.522Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:45:32.523Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:45:32.523Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989532521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:45:32.624Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T15:45:32.624Z||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.
2022-02-04T15:45:32.624Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:45:32.636Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:32.636Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:45:33.524Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90d7e55f-819e-4c46-a246-89aee6fe6114
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:45:33.532Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90d7e55f-819e-4c46-a246-89aee6fe6114
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.534Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:45:33.535Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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=?
2022-02-04T15:45:33.538Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:46:03.538Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90d7e55f-819e-4c46-a246-89aee6fe6114 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=?
2022-02-04T15:46:03.542Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90d7e55f-819e-4c46-a246-89aee6fe6114 and serviceModelVersionId: 52eacb1a-687a-489a-b938-a8281598a3d9
2022-02-04T15:46:03.542Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9833896e-668c-429b-9806-cdfb3ba30363
2022-02-04T15:46:03.543Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?depth=0
2022-02-04T15:46:03.546Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:46:03.576Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?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]}
2022-02-04T15:46:03.577Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?depth=0|INFO|500||Invoke
2022-02-04T15:46:03.594Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:46:03.676Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?depth=0|INFO|500||InvokeReturn
2022-02-04T15:46:03.676Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9833896e-668c-429b-9806-cdfb3ba30363/model-vers/model-ver/52eacb1a-687a-489a-b938-a8281598a3d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-15:46:03:603-31677], vertex-id=[209016], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:46:03 GMT], Content-Type=[application/json]}
2022-02-04T15:46:03.676Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:46:03.676Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:46:03.676Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:46:03.679Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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)
2022-02-04T15:46:03.679Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90d7e55f-819e-4c46-a246-89aee6fe6114 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:46:03.680Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:46:03.680Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:46:03.681Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:46:03.681Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989563679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:46:03.781Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:46:03.782Z||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.
2022-02-04T15:46:03.782Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:46:03.795Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:46:03.795Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T15:46:04.689Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:04.690Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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.
2022-02-04T15:46:04.690Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:46:14.247Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:46:27.115Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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.
2022-02-04T15:46:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:46:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:27.117Z||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.
2022-02-04T15:46:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:46:27.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:46:27.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989475898,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989478286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989479332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989480375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989481462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:46:27.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989482465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989483469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989484472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4fe7671-8cb5-4b75-ab0f-1e93df06c499",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989515690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989467115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:46:27.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989523916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989526104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:46:27.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:46:36.655Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:47:27.115Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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.
2022-02-04T15:47:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:47:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:27.117Z||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.
2022-02-04T15:47:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:47:27.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:47:27.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:47:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989527318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:47:27.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:47:36.659Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:27.115Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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.
2022-02-04T15:48:27.116Z|90d7e55f-819e-4c46-a246-89aee6fe6114|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:27.117Z||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.
2022-02-04T15:48:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:27.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:27.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989528432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:27.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989529512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989530516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989531518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989532521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90d7e55f-819e-4c46-a246-89aee6fe6114",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989563679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:48:27.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:48:27.771Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:27.772Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:48:27.772Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c9978e6-8e7f-477f-bcfb-7db5a025c3f9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"116715c6-46c6-4da4-91dc-024bc6cfec52","serviceDescription":"service","serviceInvariantUUID":"b05e5cae-81fa-486b-829f-0dfdd41dc8f5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3dfcd84-947f-4847-a509-993f64ca3cb9","resourceInvariantUUID":"99deb0d4-1563-4f1f-9a02-5631dff671ba","resourceCustomizationUUID":"fda33503-6d04-4d55-9a99-5bf658c27e3a","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":"YmJkMWFhYjNjYTQ5MjJiMGNiZWY5MDQzMGQ4ZTQ3MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8a85a16-2e95-41e4-b47f-b11a5e8fde84","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":"a6f57589-2afe-4e23-93c5-1c658b393285","artifactVersion":"2","generatedFromUUID":"75bcefea-fc34-40bd-b1d1-1292f4093824"},{"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":"75bcefea-fc34-40bd-b1d1-1292f4093824","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":"NDhjMTZhZDVjOWQ5M2ZiZmJhOGMwY2FiNTNjNWE5MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a420507-794f-41d4-b02c-bb403e1e1b5d","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":"8a418a94-3d9b-4615-ac87-75889d6889cf","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":"ad859004-68db-4e68-9266-6466a4cf63f7","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":"872f34b8-832b-4615-bbc5-b3526d51a989","artifactVersion":"2","generatedFromUUID":"8a418a94-3d9b-4615-ac87-75889d6889cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTUxZWFiNDY1OTkxYTNiN2EwMDc1MjkzMjUyMDlmOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c958742d-c131-4112-ac9a-39b98926c424","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDJlZmYyZmNmYWRhNjlkMzMyZGQ1ODA1YWJjYTRiYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd9c6d85-0020-408d-bb9f-cfa899c4d5fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:48:27.773Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:27.773Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:27.775Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:27.775Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:48:27.875Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:27.875Z||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.
2022-02-04T15:48:27.875Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:27.886Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:27.887Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:28.775Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:28.776Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:28.778Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:28.778Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T15:48:28.878Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:28.879Z||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.
2022-02-04T15:48:28.879Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:28.890Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:28.890Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:29.778Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:29.779Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:29.780Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:29.780Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T15:48:29.880Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:29.881Z||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.
2022-02-04T15:48:29.881Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:29.893Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:29.893Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:30.781Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:30.781Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:30.783Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:30.783Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:48:30.883Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:30.884Z||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.
2022-02-04T15:48:30.884Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:30.896Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:30.896Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:31.783Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:31.784Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:31.785Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:31.785Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:48:31.885Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:31.886Z||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.
2022-02-04T15:48:31.886Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:31.897Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:31.897Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:48:32.786Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:32.786Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:32.788Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:32.788Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:48:32.888Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:32.889Z||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.
2022-02-04T15:48:32.889Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:32.899Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:32.899Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:33.788Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:33.789Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:33.790Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:33.790Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T15:48:33.891Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:33.891Z||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.
2022-02-04T15:48:33.891Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:33.904Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:33.904Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:34.791Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:34.791Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:34.793Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:34.793Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:48:34.893Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:34.893Z||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.
2022-02-04T15:48:34.894Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:34.906Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:34.906Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:35.793Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:48:35.794Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:35.795Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:35.796Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:48:35.896Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:35.896Z||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.
2022-02-04T15:48:35.896Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:35.910Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:35.910Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:36.797Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "116715c6-46c6-4da4-91dc-024bc6cfec52",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b05e5cae-81fa-486b-829f-0dfdd41dc8f5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fda33503-6d04-4d55-9a99-5bf658c27e3a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3dfcd84-947f-4847-a509-993f64ca3cb9",
      "resourceInvariantUUID": "99deb0d4-1563-4f1f-9a02-5631dff671ba",
      "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": "a6f57589-2afe-4e23-93c5-1c658b393285",
          "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": "75bcefea-fc34-40bd-b1d1-1292f4093824",
          "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": "NDhjMTZhZDVjOWQ5M2ZiZmJhOGMwY2FiNTNjNWE5MjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a420507-794f-41d4-b02c-bb403e1e1b5d",
          "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": "8a418a94-3d9b-4615-ac87-75889d6889cf",
          "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": "872f34b8-832b-4615-bbc5-b3526d51a989",
            "generatedFromUUID": "8a418a94-3d9b-4615-ac87-75889d6889cf"
          },
          "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": "872f34b8-832b-4615-bbc5-b3526d51a989",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDJlZmYyZmNmYWRhNjlkMzMyZGQ1ODA1YWJjYTRiYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd9c6d85-0020-408d-bb9f-cfa899c4d5fc"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:48:36.797Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:48:36.797Z|90d7e55f-819e-4c46-a246-89aee6fe6114|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 116715c6-46c6-4da4-91dc-024bc6cfec52 ASDC
2022-02-04T15:48:36.797Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:116715c6-46c6-4da4-91dc-024bc6cfec52
ServiceInvariantUUID:b05e5cae-81fa-486b-829f-0dfdd41dc8f5
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:dd9c6d85-0020-408d-bb9f-cfa899c4d5fc
ArtifactChecksum:MDJlZmYyZmNmYWRhNjlkMzMyZGQ1ODA1YWJjYTRiYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fda33503-6d04-4d55-9a99-5bf658c27e3a
ResourceInvariantUUID:99deb0d4-1563-4f1f-9a02-5631dff671ba
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a3dfcd84-947f-4847-a509-993f64ca3cb9
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:a6f57589-2afe-4e23-93c5-1c658b393285
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:75bcefea-fc34-40bd-b1d1-1292f4093824
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:0a420507-794f-41d4-b02c-bb403e1e1b5d
ArtifactChecksum:NDhjMTZhZDVjOWQ5M2ZiZmJhOGMwY2FiNTNjNWE5MjI=
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:8a418a94-3d9b-4615-ac87-75889d6889cf
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:872f34b8-832b-4615-bbc5-b3526d51a989
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:872f34b8-832b-4615-bbc5-b3526d51a989
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T15:48:36.797Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 116715c6-46c6-4da4-91dc-024bc6cfec52 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 (?, ?, ?, ?, ?)
2022-02-04T15:48:36.819Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:48:36.820Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:48:36.820Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:48:36.820Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd9c6d85-0020-408d-bb9f-cfa899c4d5fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T15:48:36.820Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:36.820Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T15:48:36.888Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:36.891Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dd9c6d85-0020-408d-bb9f-cfa899c4d5fc 68922
2022-02-04T15:48:36.891Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-04T15:48:36.891Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T15:48:36.891Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:36.891Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:36.893Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:36.893Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989716891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:36.993Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:36.993Z||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.
2022-02-04T15:48:36.993Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:37.009Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:37.009Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:37.893Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:48:37.894Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:48:37.894Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dd9c6d85-0020-408d-bb9f-cfa899c4d5fc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T15:48:37.894Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-04T15:48:37.895Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T15:48:37.895Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T15:48:37.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4179902257197678534/Definitions/service-BasicCnf-template.yml
2022-02-04T15:48:38.846Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:48:38.846Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:48:38.846Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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-BasicCnf-csar.csar
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:48:38.847Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T15:48:38.848Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:38.849Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81a7b0e4-15f3-41b3-ac90-85f5004db67e
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.850Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.851Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:38.851Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:38.851Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:116715c6-46c6-4da4-91dc-024bc6cfec52
Model Version:NULL
Model InvariantUuid:b05e5cae-81fa-486b-829f-0dfdd41dc8f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:30c77e50-f136-4e04-adcb-7d240e1f2ec9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99deb0d4-1563-4f1f-9a02-5631dff671ba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fda33503-6d04-4d55-9a99-5bf658c27e3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:05d68a8e-9b75-47a4-b32f-e0ef0500866c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:24053efe-7968-43d4-b60a-a8a7afdc886a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:81a7b0e4-15f3-41b3-ac90-85f5004db67e
ModelInvariantUuid:96deda3f-b11b-443f-9799-e54bdb368f6b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7c92e8c2-1324-4769-9753-433d8808793f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9ada7175-0d7f-46e9-89a1-d4085d02f5ac
ModelInvariantUuid:41b1ce10-d6e0-4183-a6e9-f5bd5a0befd9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6c63ac8-f0fc-47b1-9368-f228c9611aa7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:48:38.855Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a3dfcd84-947f-4847-a509-993f64ca3cb9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:48:38.857Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-02-04T15:48:38.857Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3dfcd84-947f-4847-a509-993f64ca3cb9
2022-02-04T15:48:38.857Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a6f57589-2afe-4e23-93c5-1c658b393285 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-04T15:48:38.857Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:38.857Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.933Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:38.933Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a6f57589-2afe-4e23-93c5-1c658b393285 12
2022-02-04T15:48:38.933Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.933Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:38.933Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:38.934Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:38.935Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:38.935Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989718933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:39.035Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:39.036Z||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.
2022-02-04T15:48:39.036Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:39.049Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:39.049Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:39.936Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 75bcefea-fc34-40bd-b1d1-1292f4093824 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-04T15:48:39.936Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:39.936Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:39.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:39.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 75bcefea-fc34-40bd-b1d1-1292f4093824 2688
2022-02-04T15:48:39.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:39.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:39.973Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:39.974Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:39.975Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:39.975Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989719973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:40.075Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:40.076Z||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.
2022-02-04T15:48:40.076Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:40.089Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:40.090Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:40.976Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a420507-794f-41d4-b02c-bb403e1e1b5d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-04T15:48:40.976Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:40.976Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:41.034Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:41.035Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0a420507-794f-41d4-b02c-bb403e1e1b5d 828
2022-02-04T15:48:41.035Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:41.035Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:41.035Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:41.035Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:41.036Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:41.037Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989721035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:41.137Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:41.137Z||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.
2022-02-04T15:48:41.137Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:41.149Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:41.150Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:42.037Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "05d68a8e-9b75-47a4-b32f-e0ef0500866c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24053efe-7968-43d4-b60a-a8a7afdc886a",
    "vfModuleModelCustomizationUUID": "a65418d1-1425-4cde-acaf-ba319f1ef1c8",
    "isBase": true,
    "artifacts": [
      "75bcefea-fc34-40bd-b1d1-1292f4093824",
      "8a418a94-3d9b-4615-ac87-75889d6889cf",
      "872f34b8-832b-4615-bbc5-b3526d51a989"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:48:42.040Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24053efe-7968-43d4-b60a-a8a7afdc886a
VfModuleModelInvariantUUID:05d68a8e-9b75-47a4-b32f-e0ef0500866c
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bcefea-fc34-40bd-b1d1-1292f4093824
,
8a418a94-3d9b-4615-ac87-75889d6889cf
,
872f34b8-832b-4615-bbc5-b3526d51a989

}
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


}

2022-02-04T15:48:42.041Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "05d68a8e-9b75-47a4-b32f-e0ef0500866c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24053efe-7968-43d4-b60a-a8a7afdc886a",
    "vfModuleModelCustomizationUUID": "a65418d1-1425-4cde-acaf-ba319f1ef1c8",
    "isBase": true,
    "artifacts": [
      "75bcefea-fc34-40bd-b1d1-1292f4093824",
      "8a418a94-3d9b-4615-ac87-75889d6889cf",
      "872f34b8-832b-4615-bbc5-b3526d51a989"
    ],
    "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": ""
    }
  }
]
2022-02-04T15:48:42.041Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24053efe-7968-43d4-b60a-a8a7afdc886a
VfModuleModelInvariantUUID:05d68a8e-9b75-47a4-b32f-e0ef0500866c
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bcefea-fc34-40bd-b1d1-1292f4093824
,
8a418a94-3d9b-4615-ac87-75889d6889cf
,
872f34b8-832b-4615-bbc5-b3526d51a989

}
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


}

2022-02-04T15:48:42.041Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a418a94-3d9b-4615-ac87-75889d6889cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T15:48:42.041Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:42.042Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T15:48:42.142Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:42.143Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8a418a94-3d9b-4615-ac87-75889d6889cf 1164
2022-02-04T15:48:42.143Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:42.143Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:42.143Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:42.143Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:42.144Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:42.145Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989722143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:42.245Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:42.245Z||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.
2022-02-04T15:48:42.245Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:42.258Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:42.259Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:43.145Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 872f34b8-832b-4615-bbc5-b3526d51a989 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T15:48:43.146Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:48:43.146Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T15:48:43.338Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:48:43.339Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 872f34b8-832b-4615-bbc5-b3526d51a989 200
2022-02-04T15:48:43.339Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:43.339Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:43.339Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:48:43.339Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:43.341Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:43.341Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989723339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:48:43.441Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:43.442Z||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.
2022-02-04T15:48:43.442Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:43.453Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:43.453Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:44.341Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 116715c6-46c6-4da4-91dc-024bc6cfec52
2022-02-04T15:48:44.342Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a3dfcd84-947f-4847-a509-993f64ca3cb9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-02-04T15:48:44.353Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:48:44.358Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8cbbf5, org.onap.sdc.toscaparser.api.parameters.Input@8a34b8a, org.onap.sdc.toscaparser.api.parameters.Input@5a3f25c4, org.onap.sdc.toscaparser.api.parameters.Input@2d3655cb, org.onap.sdc.toscaparser.api.parameters.Input@529a008b]
2022-02-04T15:48:44.359Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.359Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.359Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T15:48:44.359Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fda33503-6d04-4d55-9a99-5bf658c27e3a
2022-02-04T15:48:44.360Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fda33503-6d04-4d55-9a99-5bf658c27e3a matches Tosca VF Customization UUID: fda33503-6d04-4d55-9a99-5bf658c27e3a
2022-02-04T15:48:44.360Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fda33503-6d04-4d55-9a99-5bf658c27e3a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T15:48:44.361Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.361Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.362Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fda33503-6d04-4d55-9a99-5bf658c27e3a: {\"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\"}
2022-02-04T15:48:44.362Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cc27b38
2022-02-04T15:48:44.362Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.362Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T15:48:44.363Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a65418d1-1425-4cde-acaf-ba319f1ef1c8
2022-02-04T15:48:44.363Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a65418d1-1425-4cde-acaf-ba319f1ef1c8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T15:48:44.364Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:44.365Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.366Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T15:48:44.366Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-04T15:48:44.366Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81a7b0e4-15f3-41b3-ac90-85f5004db67e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T15:48:44.367Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.367Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:44.368Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T15:48:44.368Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.368Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T15:48:44.368Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fda33503-6d04-4d55-9a99-5bf658c27e3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:48:44.369Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.369Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 116715c6-46c6-4da4-91dc-024bc6cfec52: basic_cnf
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.370Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:48:44.371Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T15:48:44.416Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a3dfcd84-947f-4847-a509-993f64ca3cb9 1 ASDC deployResourceStructure
2022-02-04T15:48:44.417Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:44.417Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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)
2022-02-04T15:48:44.417Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T15:48:44.417Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:44.419Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:44.419Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989724416,
  "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"
}
2022-02-04T15:48:44.519Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:44.519Z||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.
2022-02-04T15:48:44.519Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:44.531Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:44.531Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:45.419Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:45.420Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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)
2022-02-04T15:48:45.420Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T15:48:45.420Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:45.422Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:45.422Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989725419,
  "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"
}
2022-02-04T15:48:45.522Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:45.523Z||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.
2022-02-04T15:48:45.523Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:45.535Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:45.535Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:46.422Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:46.423Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:46.423Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:48:46.423Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:46.425Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:46.425Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989726422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:46.525Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:46.525Z||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.
2022-02-04T15:48:46.526Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:46.538Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:46.538Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:47.426Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:47.426Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:47.426Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:48:47.426Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:47.428Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:47.428Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989727425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:47.528Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:47.529Z||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.
2022-02-04T15:48:47.529Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:47.540Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:47.540Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:48:48.429Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:48.429Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||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
2022-02-04T15:48:48.430Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:48:48.430Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:48.431Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:48.431Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989728429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:48.532Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T15:48:48.532Z||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.
2022-02-04T15:48:48.533Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:48.546Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:48.547Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:48:49.432Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-04T15:48:49.432Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T15:48:49.433Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:48:49.433Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:48:49.434Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:48:49.434Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989729432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:48:49.534Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:48:49.535Z||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.
2022-02-04T15:48:49.535Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:48:49.547Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:49.547Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:48:50.435Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:48:50.442Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:48:50.444Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:48:50.444Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:48:50.444Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:49:20.445Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:49:20.451Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:49:20.452Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:49:20.452Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:49:20.452Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:49:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:49:27.117Z||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.
2022-02-04T15:49:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:49:27.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:49:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989655791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989656690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989661922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989659537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989659444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "dcae-sch",
  "timestamp": 1643989654153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989671669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989671670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989671677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989671672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989663266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "cds",
  "timestamp": 1643989672675,
  "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=?
2022-02-04T15:49:27.167Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.167Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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 (?, ?, ?, ?, ?)
2022-02-04T15:49:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989672677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:49:27.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989672725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "policy-id",
  "timestamp": 1643989673680,
  "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=?
2022-02-04T15:49:27.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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 (?, ?, ?, ?, ?)
2022-02-04T15:49:27.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989673912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989675121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989676168,
  "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=?
2022-02-04T15:49:27.187Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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=?
2022-02-04T15:49:27.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989677173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989678911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:49:27.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "aai-ml",
  "timestamp": 1643989679914,
  "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=?
2022-02-04T15:49:27.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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 (?, ?, ?, ?, ?)
2022-02-04T15:49:27.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989681759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989673421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989682775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989683234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "clamp",
  "timestamp": 1643989683778,
  "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=?
2022-02-04T15:49:27.208Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.208Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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 (?, ?, ?, ?, ?)
2022-02-04T15:49:27.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989685292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:49:27.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:49:27.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:49:27.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989686295,
  "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=?
2022-02-04T15:49:27.218Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
2022-02-04T15:49:27.218Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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 (?, ?, ?, ?, ?)
2022-02-04T15:49:50.453Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:49:50.460Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:49:50.462Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:49:50.462Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:49:50.462Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:49:50.462Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:49:50.462Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:49:50.463Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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=?
2022-02-04T15:49:50.466Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:50:20.467Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 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=?
2022-02-04T15:50:20.470Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 and serviceModelVersionId: 116715c6-46c6-4da4-91dc-024bc6cfec52
2022-02-04T15:50:20.471Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b05e5cae-81fa-486b-829f-0dfdd41dc8f5
2022-02-04T15:50:20.471Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0
2022-02-04T15:50:20.475Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:50:20.503Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|INFO|500||Invoke
2022-02-04T15:50:20.503Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c9978e6-8e7f-477f-bcfb-7db5a025c3f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c2c0561-011b-4606-8f00-84d1a2e2b72d], X-ECOMP-RequestID=[1c9978e6-8e7f-477f-bcfb-7db5a025c3f9], X-TransactionId=[], X-ONAP-RequestID=[1c9978e6-8e7f-477f-bcfb-7db5a025c3f9], Content-Type=[application/merge-patch+json]}
2022-02-04T15:50:20.521Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:50:20.707Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-15:50:20:528-56476], vertex-id=[217304], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:50:20 GMT], Content-Type=[application/json]}
2022-02-04T15:50:20.707Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:50:20.707Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b05e5cae-81fa-486b-829f-0dfdd41dc8f5/model-vers/model-ver/116715c6-46c6-4da4-91dc-024bc6cfec52?depth=0|INFO|500||InvokeReturn
2022-02-04T15:50:20.708Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:50:20.708Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:50:20.711Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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)
2022-02-04T15:50:20.711Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c9978e6-8e7f-477f-bcfb-7db5a025c3f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:50:20.711Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:50:20.712Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:50:20.714Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:50:20.714Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989820711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:50:20.814Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:50:20.814Z||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.
2022-02-04T15:50:20.814Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:50:20.828Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:50:20.828Z||pool-78-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=?
2022-02-04T15:50:21.723Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:21.723Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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.
2022-02-04T15:50:21.724Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:50:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:27.117Z||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.
2022-02-04T15:50:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:50:27.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989707115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989716891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989718933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989719973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989721035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989722143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989723339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:50:27.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989724416,
  "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"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989725419,
  "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"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989726422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989727425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989728429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989729432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:50:27.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:50:31.263Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:50:31.263Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:31.263Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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.
2022-02-04T15:50:31.263Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:50:40.803Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:27.115Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:27.116Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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.
2022-02-04T15:51:27.116Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:27.117Z||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.
2022-02-04T15:51:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:27.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:51:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9978e6-8e7f-477f-bcfb-7db5a025c3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989820711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:51:27.147Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:51:27.747Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:27.747Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T15:51:27.747Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d9cfd567-a089-4200-871b-a3c801aaa01c","serviceDescription":"service","serviceInvariantUUID":"44bbd36e-cb70-41d1-b519-d29c1cae0740","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69ff38b2-2b09-4847-b863-190de3014f81","resourceInvariantUUID":"65918687-16e8-440c-ae99-7562d804beaa","resourceCustomizationUUID":"a147431a-0776-4d95-b550-cbb4f4e62f72","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzY1NjYzNzZhZWIzZjM1OTI3ZDg4NWI2OWY4N2Y2ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3be2de65-2547-4777-be7d-2dc48d0aad62","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae0cbd9f-936b-46cb-801f-452709029f2a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bbd8549-beb7-411e-ac95-903438d6f0f4","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NzM2Y2VkNWVlYWFhMTZjMWMwZDI4MDQ3NTUyNTUyZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4f3c9847-dda3-4fe9-9a9c-2fb4f4b408ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5d27823-76c8-4f5b-8c0a-33160d04d30c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f176b71d-2ef3-450d-b778-6709719d3a99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7aa29d9-7607-44f0-9259-2907c66bfb23","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Yjc2ZGUxZTU5MmI0MzVkNTVlZmY3MWIwYTEyZTM2ODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87dcdd59-b7cc-4e48-837a-6d345136628e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWJlODMxMzlkOTYzY2E5N2Y3NWE1ODczZDllNmY2ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3e41c23-d310-4374-be52-c6d1554efec3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T15:51:27.748Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:27.749Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:27.750Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:27.750Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:27.850Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:27.851Z||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.
2022-02-04T15:51:27.851Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:27.860Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:27.861Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:28.750Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:28.751Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:28.752Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:28.752Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:28.852Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:28.853Z||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.
2022-02-04T15:51:28.853Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:28.863Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:28.863Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:51:29.752Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:29.753Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:29.754Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:29.755Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:29.855Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:29.855Z||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.
2022-02-04T15:51:29.855Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:29.866Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:29.866Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:30.755Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:30.755Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:30.757Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:30.757Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:30.857Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:30.857Z||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.
2022-02-04T15:51:30.857Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:30.870Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:30.871Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:31.757Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:31.757Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:31.759Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:31.759Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:31.859Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:31.859Z||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.
2022-02-04T15:51:31.860Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:31.871Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:31.872Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:32.759Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:32.760Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:32.761Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:32.761Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:32.861Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:32.862Z||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.
2022-02-04T15:51:32.862Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:32.873Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:32.873Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:33.762Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:33.762Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:33.763Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:33.763Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:33.863Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:33.864Z||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.
2022-02-04T15:51:33.864Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:33.874Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:33.875Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:34.764Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:34.764Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:34.765Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:34.765Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:51:34.865Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:34.866Z||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.
2022-02-04T15:51:34.866Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:34.877Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:34.878Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:35.766Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T15:51:35.766Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:35.767Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:35.768Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:51:35.868Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:35.868Z||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.
2022-02-04T15:51:35.868Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:35.879Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:35.879Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:36.768Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d9cfd567-a089-4200-871b-a3c801aaa01c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44bbd36e-cb70-41d1-b519-d29c1cae0740",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a147431a-0776-4d95-b550-cbb4f4e62f72",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69ff38b2-2b09-4847-b863-190de3014f81",
      "resourceInvariantUUID": "65918687-16e8-440c-ae99-7562d804beaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MWJlODMxMzlkOTYzY2E5N2Y3NWE1ODczZDllNmY2ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3e41c23-d310-4374-be52-c6d1554efec3"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T15:51:36.768Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T15:51:36.768Z|1c9978e6-8e7f-477f-bcfb-7db5a025c3f9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d9cfd567-a089-4200-871b-a3c801aaa01c ASDC
2022-02-04T15:51:36.769Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d9cfd567-a089-4200-871b-a3c801aaa01c
ServiceInvariantUUID:44bbd36e-cb70-41d1-b519-d29c1cae0740
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:d3e41c23-d310-4374-be52-c6d1554efec3
ArtifactChecksum:MWJlODMxMzlkOTYzY2E5N2Y3NWE1ODczZDllNmY2ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a147431a-0776-4d95-b550-cbb4f4e62f72
ResourceInvariantUUID:65918687-16e8-440c-ae99-7562d804beaa
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:69ff38b2-2b09-4847-b863-190de3014f81
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-04T15:51:36.769Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9cfd567-a089-4200-871b-a3c801aaa01c 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 (?, ?, ?, ?, ?)
2022-02-04T15:51:36.786Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:51:36.786Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:51:36.786Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:51:36.786Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3e41c23-d310-4374-be52-c6d1554efec3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T15:51:36.787Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T15:51:36.787Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T15:51:36.885Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T15:51:36.889Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d3e41c23-d310-4374-be52-c6d1554efec3 105645
2022-02-04T15:51:36.889Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T15:51:36.889Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T15:51:36.889Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T15:51:36.889Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:36.891Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:36.891Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989896889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:51:36.991Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:36.991Z||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.
2022-02-04T15:51:36.991Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:37.003Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:37.003Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T15:51:37.891Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T15:51:37.892Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T15:51:37.892Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d3e41c23-d310-4374-be52-c6d1554efec3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T15:51:37.892Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-04T15:51:37.893Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T15:51:37.893Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T15:51:37.967Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3857163374724713362/Definitions/service-TestPnfMacro-template.yml
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.521Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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-TestPnfMacro-csar.csar
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:51:38.522Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.523Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.524Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.524Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.524Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.524Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d9cfd567-a089-4200-871b-a3c801aaa01c
Model Version:NULL
Model InvariantUuid:44bbd36e-cb70-41d1-b519-d29c1cae0740
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T15:51:38.529Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69ff38b2-2b09-4847-b863-190de3014f81
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:51:38.531Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-02-04T15:51:38.531Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 69ff38b2-2b09-4847-b863-190de3014f81
2022-02-04T15:51:38.531Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d9cfd567-a089-4200-871b-a3c801aaa01c
2022-02-04T15:51:38.531Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d9cfd567-a089-4200-871b-a3c801aaa01c
2022-02-04T15:51:38.531Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 69ff38b2-2b09-4847-b863-190de3014f81 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@515c7a8b, org.onap.sdc.toscaparser.api.parameters.Input@141b65f0, org.onap.sdc.toscaparser.api.parameters.Input@4f24e45d, org.onap.sdc.toscaparser.api.parameters.Input@3ff31fc5, org.onap.sdc.toscaparser.api.parameters.Input@dc9b292]
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d9cfd567-a089-4200-871b-a3c801aaa01c: test-pnf
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Processing PNF resource: 69ff38b2-2b09-4847-b863-190de3014f81
2022-02-04T15:51:38.534Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T15:51:38.535Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T15:51:38.535Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||Resource customization UUID: a147431a-0776-4d95-b550-cbb4f4e62f72 is the same as notified resource customizationUUID: a147431a-0776-4d95-b550-cbb4f4e62f72
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-04T15:51:38.568Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 69ff38b2-2b09-4847-b863-190de3014f81 0 ASDC deployResourceStructure
2022-02-04T15:51:38.568Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T15:51:38.568Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T15:51:38.568Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T15:51:38.569Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:51:38.570Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:51:38.570Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989898568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:51:38.670Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:51:38.670Z||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.
2022-02-04T15:51:38.671Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:51:38.683Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:38.683Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T15:51:39.570Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:51:39.579Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:51:39.580Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:51:39.580Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:51:39.580Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:52:09.580Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:52:09.588Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:52:09.589Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:52:09.589Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:52:09.589Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:52:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:52:27.118Z||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.
2022-02-04T15:52:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:52:27.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:52:27.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:52:27.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:52:39.589Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:52:39.598Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:52:39.599Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:52:39.599Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:52:39.599Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:53:09.600Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:53:09.608Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:53:09.609Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:53:09.609Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:53:09.609Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:53:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:53:27.118Z||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.
2022-02-04T15:53:27.118Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:53:27.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:53:27.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:53:27.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:53:27.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:53:39.610Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:53:39.617Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:53:39.619Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:53:39.619Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:53:39.619Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:54:09.619Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:54:09.625Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:54:09.627Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:54:09.627Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T15:54:09.627Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T15:54:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:54:27.117Z||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.
2022-02-04T15:54:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:54:27.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:54:27.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "dcae-sch",
  "timestamp": 1643989874153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989880790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989873266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643989876690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989879444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989881922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989891242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989891240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989891840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989883421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989892244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989893074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989893158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "policy-id",
  "timestamp": 1643989893247,
  "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=?
2022-02-04T15:54:27.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:27.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "cds",
  "timestamp": 1643989893311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T15:54:27.672Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.672Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:27.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643989894078,
  "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=?
2022-02-04T15:54:27.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:27.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989894841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989887115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643989895844,
  "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=?
2022-02-04T15:54:27.691Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:27.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989896889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643989898568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989898775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989900783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "clamp",
  "timestamp": 1643989901788,
  "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=?
2022-02-04T15:54:27.703Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:27.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989899537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T15:54:27.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989909384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989913610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:54:27.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:54:27.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "aai-ml",
  "timestamp": 1643989914613,
  "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=?
2022-02-04T15:54:27.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
2022-02-04T15:54:27.716Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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 (?, ?, ?, ?, ?)
2022-02-04T15:54:39.627Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-02-04T15:54:39.634Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.636Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.637Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.637Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.637Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T15:54:39.637Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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=?
2022-02-04T15:54:39.640Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T15:55:09.640Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 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=?
2022-02-04T15:55:09.645Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 and serviceModelVersionId: d9cfd567-a089-4200-871b-a3c801aaa01c
2022-02-04T15:55:09.646Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44bbd36e-cb70-41d1-b519-d29c1cae0740
2022-02-04T15:55:09.646Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?depth=0
2022-02-04T15:55:09.649Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T15:55:09.677Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?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]}
2022-02-04T15:55:09.677Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?depth=0|INFO|500||Invoke
2022-02-04T15:55:09.692Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T15:55:09.767Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?depth=0|INFO|500||InvokeReturn
2022-02-04T15:55:09.768Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44bbd36e-cb70-41d1-b519-d29c1cae0740/model-vers/model-ver/d9cfd567-a089-4200-871b-a3c801aaa01c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-15:55:09:700-83612], vertex-id=[262248], Content-Length=[0], Date=[Fri, 04 Feb 2022 15:55:09 GMT], Content-Type=[application/json]}
2022-02-04T15:55:09.768Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T15:55:09.768Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T15:55:09.768Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T15:55:09.772Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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)
2022-02-04T15:55:09.772Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T15:55:09.772Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T15:55:09.773Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T15:55:09.774Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T15:55:09.774Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990109772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:55:09.874Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T15:55:09.875Z||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.
2022-02-04T15:55:09.875Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:09.889Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:09.889Z||pool-90-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=?
2022-02-04T15:55:10.782Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:10.782Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T15:55:10.782Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:21.056Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:21.056Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:21.057Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T15:55:21.057Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:27.117Z||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.
2022-02-04T15:55:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:27.744Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:27.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-04T15:55:27.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990109772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T15:55:27.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T15:55:30.602Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:30.603Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:30.603Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T15:55:30.603Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:40.144Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:40.145Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:40.145Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T15:55:40.146Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:55:49.688Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:56:27.115Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:27.116Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T15:56:27.116Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:56:27.117Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:27.117Z||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.
2022-02-04T15:56:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:56:36.662Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:56:36.662Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:57:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:27.116Z||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.
2022-02-04T15:57:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:57:27.117Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:27.117Z||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.
2022-02-04T15:57:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:57:36.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:57:36.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:58:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:27.116Z||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.
2022-02-04T15:58:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:58:27.117Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:27.117Z||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.
2022-02-04T15:58:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:58:36.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:58:36.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:59:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:27.116Z||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.
2022-02-04T15:59:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:59:27.117Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:27.117Z||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.
2022-02-04T15:59:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T15:59:36.664Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:59:36.664Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:00:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:27.116Z||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.
2022-02-04T16:00:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:00:27.117Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:27.117Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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.
2022-02-04T16:00:27.117Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:00:36.660Z|a0d47ac7-0ce1-4af9-a00e-ed0b1ee63cf2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:00:36.662Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:01:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:27.116Z||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.
2022-02-04T16:01:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:01:27.117Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:27.117Z||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.
2022-02-04T16:01:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:01:36.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:01:36.666Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:02:27.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:27.116Z||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.
2022-02-04T16:02:27.116Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:02:27.117Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:27.117Z||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.
2022-02-04T16:02:27.117Z||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 BfFFQ80aqr1gFHF8) ...
2022-02-04T16:02:36.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:02:36.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK