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-05-25T15:57:49.728Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T15:58:04.765Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T15:58:04.770Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T15:58:04.950Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T15:58:09.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T15:58:10.199Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T15:58:10.633Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T15:58:10.641Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T15:58:10.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T15:58:11.008Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T15:58:11.604Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T15:58:13.543Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T15:58:16.063Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T15:58:16.133Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T15:58:16.855Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T15:58:17.062Z||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-05-25T15:58:18.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T15:58:19.647Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-25T15:58:19.669Z||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$$2538ded1.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-05-25T15:58:19.671Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T15:58:23.130Z||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-05-25T15:58:26.066Z||main|||||WARN|500||---
2022-05-25T15:58:26.066Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T15:58:26.067Z||main|||||WARN|500||---
2022-05-25T15:58:26.553Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T15:58:31.822Z||main|||||INFO|500||Started Application in 46.883 seconds (JVM running for 49.718)
2022-05-25T15:58:31.839Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T15:58:31.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T15:58:31.854Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T15:58:31.881Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T15:58:31.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f47aa74b-92ec-43e8-9309-7da52ed6834f url= /sdc/v1/artifactTypes
2022-05-25T15:58:31.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T15:58:32.228Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T15:58:32.254Z||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-05-25T15:58:32.276Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T15:58:32.285Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T15:58:32.429Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T15:58:32.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e6f372b5-3eaa-4151-a0ec-e3ba504a2f8d url= /sdc/v1/registerForDistribution
2022-05-25T15:58:32.911Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e6f372b5-3eaa-4151-a0ec-e3ba504a2f8d url= /sdc/v1/registerForDistribution
2022-05-25T15:58:32.912Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T15:58:32.922Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:58:32.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:58:32.932Z||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-05-25T15:58:32.933Z||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-05-25T15:58:32.933Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:58:32.933Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T15:58:32.933Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:58:43.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T15:58:43.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T15:59:32.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:59:32.922Z||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-05-25T15:59:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:59:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T15:59:32.925Z||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-05-25T15:59:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T15:59:42.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T15:59:42.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:00:32.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:00:32.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:00:32.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:00:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:00:32.925Z||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-05-25T16:00:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:00:42.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:00:42.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:01:32.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:01:32.970Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:01:32.971Z||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-05-25T16:01:32.971Z||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-05-25T16:01:32.971Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:01:32.972Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:01:42.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:01:42.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:02:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:02:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:02:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:02:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:02:32.925Z||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-05-25T16:02:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:02:42.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:02:42.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:03:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:03:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:03:32.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:03:32.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:03:32.925Z||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-05-25T16:03:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:03:42.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:03:42.492Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:04:32.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:04:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:04:32.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:04:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:04:32.924Z||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-05-25T16:04:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:04:42.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:04:42.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:05:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:05:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:05:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:05:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:05:32.925Z||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-05-25T16:05:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:05:42.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:05:42.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:06:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:06:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:06:32.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:06:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:06:32.925Z||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-05-25T16:06:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:06:42.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:06:42.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:07:32.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:07:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:07:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:07:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:07:32.924Z||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-05-25T16:07:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:07:42.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:07:42.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:08:21.809Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T16:08:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:08:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:08:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:08:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:08:32.925Z||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-05-25T16:08:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:08:42.488Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:08:42.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:09:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:09:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:09:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:09:32.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:09:32.926Z||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-05-25T16:09:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:09:42.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:09:42.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:10:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:10:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:10:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:10:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:10:32.925Z||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-05-25T16:10:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:10:42.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:10:42.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:11:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:11:32.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:11:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:11:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:11:32.924Z||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-05-25T16:11:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:11:42.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:11:42.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:12:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:12:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:12:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:12:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:12:32.924Z||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-05-25T16:12:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:12:42.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:12:42.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:13:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:13:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:13:32.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:13:32.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:13:32.924Z||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-05-25T16:13:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:13:42.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:13:42.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:14:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:14:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:14:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:14:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:14:32.924Z||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-05-25T16:14:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:14:42.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:14:42.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:15:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:15:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:15:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:15:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:15:32.924Z||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-05-25T16:15:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:15:42.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:15:42.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:16:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:16:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:16:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:16:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:16:32.924Z||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-05-25T16:16:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:16:42.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:16:42.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:17:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:17:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:17:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:17:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:17:32.924Z||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-05-25T16:17:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:17:42.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:17:42.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:18:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:18:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:18:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:18:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:18:32.925Z||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-05-25T16:18:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:18:42.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:18:42.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:19:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:19:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:19:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:19:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:19:32.924Z||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-05-25T16:19:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:19:42.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:19:42.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:20:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:20:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:20:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:20:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:20:32.925Z||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-05-25T16:20:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:20:42.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:20:42.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:21:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:21:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:21:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:21:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:21:32.924Z||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-05-25T16:21:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:21:42.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:21:42.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:22:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:22:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:22:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:22:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:22:32.924Z||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-05-25T16:22:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:22:42.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:22:42.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:23:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:23:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:23:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:23:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:23:32.924Z||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-05-25T16:23:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:23:42.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:23:42.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:24:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:24:32.922Z||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-05-25T16:24:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:24:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:24:32.924Z||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-05-25T16:24:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:24:42.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:24:42.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:25:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:25:32.923Z||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-05-25T16:25:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:25:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:25:32.924Z||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-05-25T16:25:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:25:42.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:25:42.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:26:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:26:32.923Z||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-05-25T16:26:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:26:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:26:32.924Z||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-05-25T16:26:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:26:42.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:26:42.472Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:27:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:27:32.923Z||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-05-25T16:27:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:27:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:27:32.925Z||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-05-25T16:27:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:27:42.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:27:42.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:28:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:28:32.921Z||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-05-25T16:28:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:28:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:28:32.925Z||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-05-25T16:28:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:28:42.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:28:42.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:29:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:29:32.923Z||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-05-25T16:29:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:29:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:29:32.924Z||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-05-25T16:29:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:29:42.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:29:42.528Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:30:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:30:32.923Z||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-05-25T16:30:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:30:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:30:32.924Z||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-05-25T16:30:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:30:42.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:30:42.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:31:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:31:32.922Z||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-05-25T16:31:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:31:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:31:32.925Z||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-05-25T16:31:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:31:42.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:31:42.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:32:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:32:32.922Z||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-05-25T16:32:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:32:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:32:32.924Z||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-05-25T16:32:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:32:42.475Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:32:42.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:33:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:33:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:33:32.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:33:32.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:33:32.925Z||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-05-25T16:33:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:33:42.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:33:42.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:34:32.922Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:34:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:34:32.924Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:34:32.925Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:34:32.925Z||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-05-25T16:34:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:34:42.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:34:42.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:35:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:35:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:35:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:35:32.924Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:35:32.925Z||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-05-25T16:35:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:35:42.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:35:42.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:36:32.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:36:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:36:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:36:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:36:32.924Z||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-05-25T16:36:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:36:42.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:36:42.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:37:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:37:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:37:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:37:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:37:32.925Z||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-05-25T16:37:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:37:42.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:37:42.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:38:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:38:32.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:38:32.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:38:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:38:32.924Z||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-05-25T16:38:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:38:42.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:38:42.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:39:32.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:39:32.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:39:32.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:39:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:39:32.924Z||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-05-25T16:39:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:39:42.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:39:42.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:40:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:40:32.922Z||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-05-25T16:40:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:40:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:40:32.926Z||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-05-25T16:40:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:40:42.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:40:42.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:32.922Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:41:32.924Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:41:32.924Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:41:32.925Z||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-05-25T16:41:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:33.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:33.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:33.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5eac1e02-cb08-46f7-bb2a-43ea00a83a4a","serviceName":"basic_onboard_jJcpHu","serviceVersion":"1.0","serviceUUID":"a64145a2-e6cf-44d0-9ba4-f5cac897b4a6","serviceDescription":"service","serviceInvariantUUID":"1da63b40-4c5c-4e35-981e-3f696092f29d","resources":[{"resourceInstanceName":"basic_onboard_jJcpHu 0","resourceName":"basic_onboard_jJcpHu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b334104-aa02-4fd7-a3ec-cedb16e60665","resourceInvariantUUID":"3f8ab1f4-dae7-4eda-abc6-05c867af7d90","resourceCustomizationUUID":"995b7754-678c-4955-aea4-bd0463993950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml","artifactChecksum":"NDIxNTk0OWMzYmY0M2QzYmM2NGY5MTNhM2RiNDMyMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4da3629-4987-4387-85cc-c45f882ac823","artifactVersion":"1"},{"artifactName":"basic_onboard_jjcphu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json","artifactChecksum":"OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d84f441d-77c7-49d4-9f5c-36164afec525","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7857a86-93e7-45f4-a538-bc3ff94bb40c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f","artifactVersion":"2","generatedFromUUID":"f7b4e8ce-dd0b-43c0-bfc8-aaf730433833"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJjcphu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml","artifactChecksum":"YWNlZDcxYTBmZjBlYTQ3ZjU1ZjEwYTcwZDU5MzkxNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921c3d30-aa6f-488b-91d5-da464a2353ce","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJjcphu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar","artifactChecksum":"YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:41:33.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:33.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:33.598Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:33.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653496853761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496849742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496847540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496851209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496857265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496864608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496864624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496864052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496865609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496858976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496866016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "cds",
  "timestamp": 1653496866641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-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-05-25T16:41:33.698Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-25T16:41:33.704Z||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-05-25T16:41:33.705Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:33.725Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:33.726Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 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-05-25T16:41:33.833Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496867201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496867218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496868229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496868280,
  "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-05-25T16:41:33.898Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.898Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "policy-id",
  "timestamp": 1653496869234,
  "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-05-25T16:41:33.913Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.913Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653496869285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496869469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653496870474,
  "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-05-25T16:41:33.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496865346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:33.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496875298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "aai-ml",
  "timestamp": 1653496876303,
  "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-05-25T16:41:33.947Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496884507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496886512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:41:33.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "clamp",
  "timestamp": 1653496887516,
  "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-05-25T16:41:33.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
2022-05-25T16:41:33.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:41:34.619Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:34.620Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:34.624Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:34.624Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:41:34.724Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:34.725Z||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-05-25T16:41:34.725Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:34.742Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:34.742Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:35.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:35.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:35.628Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:35.629Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:41:35.729Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:35.731Z||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-05-25T16:41:35.732Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:35.746Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:35.747Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:36.629Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:36.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:36.634Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:36.634Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:36.734Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:36.736Z||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-05-25T16:41:36.736Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:36.748Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:36.749Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:37.635Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:37.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:37.638Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:37.638Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T16:41:37.739Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:37.740Z||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-05-25T16:41:37.740Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:37.758Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:37.758Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:38.639Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:38.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:38.645Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:38.645Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:41:38.745Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:38.746Z||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-05-25T16:41:38.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:38.761Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:38.762Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:39.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:41:39.647Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:39.649Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:39.649Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:41:39.749Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:39.751Z||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-05-25T16:41:39.751Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:39.767Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:39.768Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:40.652Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "serviceName": "basic_onboard_jJcpHu",
  "serviceVersion": "1.0",
  "serviceUUID": "a64145a2-e6cf-44d0-9ba4-f5cac897b4a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1da63b40-4c5c-4e35-981e-3f696092f29d",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jJcpHu 0",
      "resourceCustomizationUUID": "995b7754-678c-4955-aea4-bd0463993950",
      "resourceName": "basic_onboard_jJcpHu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4b334104-aa02-4fd7-a3ec-cedb16e60665",
      "resourceInvariantUUID": "3f8ab1f4-dae7-4eda-abc6-05c867af7d90",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jjcphu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
          "artifactChecksum": "OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d84f441d-77c7-49d4-9f5c-36164afec525",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f",
            "generatedFromUUID": "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJjcphu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
      "artifactChecksum": "YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T16:41:40.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:41:40.655Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a64145a2-e6cf-44d0-9ba4-f5cac897b4a6 ASDC
2022-05-25T16:41:40.788Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
ServiceName:basic_onboard_jJcpHu
ServiceVersion:1.0
ServiceUUID:a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
ServiceInvariantUUID:1da63b40-4c5c-4e35-981e-3f696092f29d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJjcphu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
ArtifactUUID:a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5
ArtifactChecksum:YWM1ZDE0NWVjZjNhZjM3ODU1ZjdhYWJiMzVjNzRjOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jJcpHu 0
ResourceCustomizationUUID:995b7754-678c-4955-aea4-bd0463993950
ResourceInvariantUUID:3f8ab1f4-dae7-4eda-abc6-05c867af7d90
ResourceName:basic_onboard_jJcpHu
ResourceType:VF
ResourceUUID:4b334104-aa02-4fd7-a3ec-cedb16e60665
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jjcphu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
ArtifactUUID:d84f441d-77c7-49d4-9f5c-36164afec525
ArtifactChecksum:OTg5NGUxNWVmZTA0OGYxNTA5YzI1MDM2NzkwZWQ0ZWQ=
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
ArtifactUUID:dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
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/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
ArtifactUUID:dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T16:41:40.789Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a64145a2-e6cf-44d0-9ba4-f5cac897b4a6 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-05-25T16:41:40.854Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:41:40.856Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:40.858Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:40.859Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:40.859Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:40.861Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:41.193Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:41.216Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5 71586
2022-05-25T16:41:41.218Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar ASDC sendASDCNotification
2022-05-25T16:41:41.219Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:41.220Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:41.222Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:41.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:41.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496901217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:41.324Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:41.326Z||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-05-25T16:41:41.326Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:41.341Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:41.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:42.224Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:41:42.226Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-25T16:41:42.226Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a3d9da86-dd77-4a56-99c8-ca3f8f60c5e5, URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar to file: /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.227Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:42.945Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5173836388321000091/Definitions/service-BasicOnboardJjcphu-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-05-25T16:41:45.227Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jJcpHu 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-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.233Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||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-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||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-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||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-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:45.234Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-25T16:41:45.241Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.243Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.247Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.248Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-25T16:41:45.249Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:41:45.251Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:41:45.252Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.253Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T16:41:45.257Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T16:41:45.258Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T16:41:45.258Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:45.286Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:41:45.286Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.287Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.289Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.290Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.290Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.291Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:45.292Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=106fd94f-28de-4c3d-817e-7d75c2e217e6
2022-05-25T16:41:45.293Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.294Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.295Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:45.296Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:45.296Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jJcpHu
Description:service
Model UUID:a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
Model Version:NULL
Model InvariantUuid:1da63b40-4c5c-4e35-981e-3f696092f29d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jJcpHu
Model UUID:7037e8c3-06eb-4033-bebb-affe8e03fd32
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f8ab1f4-dae7-4eda-abc6-05c867af7d90
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:995b7754-678c-4955-aea4-bd0463993950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:81d8a5ad-e67a-4a5c-864f-6e9493104b57
ModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
ModelUuid:77a1dac1-db2a-4458-8613-78db9ce69790
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:106fd94f-28de-4c3d-817e-7d75c2e217e6
ModelInvariantUuid:e32b04bf-4556-4e89-8c27-dbbd40b429b4
ModelName:basic_onboard_jJcpHu-nodes.ubuntu18Cvfc
ModelUuid:a12ce316-bd63-4f17-a8c1-34770621c543
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:708c97ec-887a-4ae3-abda-a5f0487cb6d4
ModelInvariantUuid:7a3f15f7-3554-4592-88d6-0760e1c3fa5e
ModelName:BasicOnboardJjcphu.compute.nodes.heat.ubuntu18
ModelUuid:bd114a87-bc00-4312-863d-45e505936212
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-05-25T16:41:45.309Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b334104-aa02-4fd7-a3ec-cedb16e60665
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-05-25T16:41:45.420Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||basic_onboard_jJcpHu 0
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b334104-aa02-4fd7-a3ec-cedb16e60665
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d84f441d-77c7-49d4-9f5c-36164afec525 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.428Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:45.429Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.482Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:45.482Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json d84f441d-77c7-49d4-9f5c-36164afec525 798
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json ASDC sendASDCNotification
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:45.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:45.484Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:45.487Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:45.487Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496905483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:45.587Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:45.588Z||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-05-25T16:41:45.589Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:45.604Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:45.604Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:46.489Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJjcphu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "81d8a5ad-e67a-4a5c-864f-6e9493104b57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77a1dac1-db2a-4458-8613-78db9ce69790",
    "vfModuleModelCustomizationUUID": "092c345d-140d-46b5-910d-5a98225cc0c2",
    "isBase": true,
    "artifacts": [
      "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
      "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f"
    ],
    "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-05-25T16:41:46.508Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77a1dac1-db2a-4458-8613-78db9ce69790
VfModuleModelInvariantUUID:81d8a5ad-e67a-4a5c-864f-6e9493104b57
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
,
dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f

}
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-05-25T16:41:46.511Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJjcphu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "81d8a5ad-e67a-4a5c-864f-6e9493104b57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77a1dac1-db2a-4458-8613-78db9ce69790",
    "vfModuleModelCustomizationUUID": "092c345d-140d-46b5-910d-5a98225cc0c2",
    "isBase": true,
    "artifacts": [
      "f7b4e8ce-dd0b-43c0-bfc8-aaf730433833",
      "dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f"
    ],
    "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-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJjcphu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77a1dac1-db2a-4458-8613-78db9ce69790
VfModuleModelInvariantUUID:81d8a5ad-e67a-4a5c-864f-6e9493104b57
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7b4e8ce-dd0b-43c0-bfc8-aaf730433833
,
dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f

}
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-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7b4e8ce-dd0b-43c0-bfc8-aaf730433833 from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:46.512Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml f7b4e8ce-dd0b-43c0-bfc8-aaf730433833 5033
2022-05-25T16:41:46.556Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:46.557Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:46.559Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:46.559Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496906556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:46.659Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:46.661Z||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-05-25T16:41:46.661Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:46.676Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:46.677Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:47.560Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f from URL: /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.561Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-25T16:41:47.561Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.604Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-25T16:41:47.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env dc5bbc32-c4f4-4b6d-b47b-ed5d9353107f 909
2022-05-25T16:41:47.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:41:47.606Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:47.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:47.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496907605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:41:47.709Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:47.710Z||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-05-25T16:41:47.710Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:47.727Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:47.727Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:48.610Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
2022-05-25T16:41:48.611Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jJcpHu 0 4b334104-aa02-4fd7-a3ec-cedb16e60665 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-05-25T16:41:48.650Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@620d595e, org.onap.sdc.toscaparser.api.parameters.Input@3ae6f57b, org.onap.sdc.toscaparser.api.parameters.Input@1ccdbea3, org.onap.sdc.toscaparser.api.parameters.Input@3d0e7b99, org.onap.sdc.toscaparser.api.parameters.Input@35c112cf]
2022-05-25T16:41:48.654Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-25T16:41:48.655Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 995b7754-678c-4955-aea4-bd0463993950
2022-05-25T16:41:48.656Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 995b7754-678c-4955-aea4-bd0463993950 matches Tosca VF Customization UUID: 995b7754-678c-4955-aea4-bd0463993950
2022-05-25T16:41:48.656Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 995b7754-678c-4955-aea4-bd0463993950  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-05-25T16:41:48.663Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.664Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.666Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 995b7754-678c-4955-aea4-bd0463993950: {\"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-05-25T16:41:48.666Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c570b0
2022-05-25T16:41:48.667Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.667Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:41:48.668Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 092c345d-140d-46b5-910d-5a98225cc0c2
2022-05-25T16:41:48.669Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 092c345d-140d-46b5-910d-5a98225cc0c2
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-05-25T16:41:48.686Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.686Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.687Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.688Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is not matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T16:41:48.689Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=106fd94f-28de-4c3d-817e-7d75c2e217e6
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-05-25T16:41:48.699Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.700Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.700Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_jJcpHu 0 is matching search criteria
2022-05-25T16:41:48.701Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_jJcpHu 0] matching following query criteria: sdcType=VF, customizationUUID=995b7754-678c-4955-aea4-bd0463993950
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-05-25T16:41:48.707Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.708Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.709Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a64145a2-e6cf-44d0-9ba4-f5cac897b4a6: basic_onboard_jJcpHu
2022-05-25T16:41:48.713Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.713Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.714Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.715Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_jJcpHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:41:48.716Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_jJcpHu 
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-05-25T16:41:48.892Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jJcpHu 4b334104-aa02-4fd7-a3ec-cedb16e60665 1 ASDC deployResourceStructure
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json ASDC sendASDCNotification
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json
2022-05-25T16:41:48.893Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:48.894Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:48.895Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:48.896Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496908893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:48.996Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:48.997Z||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-05-25T16:41:48.998Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:49.014Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:49.015Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml
2022-05-25T16:41:49.897Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:49.898Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:49.900Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:49.900Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496909896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:50.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:41:50.002Z||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-05-25T16:41:50.002Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:50.016Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:50.017Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env
2022-05-25T16:41:50.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:50.903Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:50.905Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:50.905Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496910902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:51.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:51.006Z||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-05-25T16:41:51.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:51.020Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:51.020Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:41:51.906Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar ASDC sendASDCNotification
2022-05-25T16:41:51.906Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar
2022-05-25T16:41:51.907Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:41:51.907Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:41:51.909Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:41:51.909Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496911906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:41:52.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:41:52.011Z||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-05-25T16:41:52.011Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:41:52.028Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:41:52.029Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:41:52.910Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:41:52.928Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a
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-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:41:52.934Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:41:52.935Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T16:41:52.941Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:42:22.941Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a 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-05-25T16:42:22.951Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a and serviceModelVersionId: a64145a2-e6cf-44d0-9ba4-f5cac897b4a6
2022-05-25T16:42:22.951Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1da63b40-4c5c-4e35-981e-3f696092f29d
2022-05-25T16:42:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:42:32.925Z||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-05-25T16:42:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:33.051Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:42:33.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T16:42:33.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:42:33.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:42:38.187Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0
2022-05-25T16:42:38.302Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:42:38.826Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?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-05-25T16:42:38.832Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|INFO|500||Invoke
2022-05-25T16:42:38.955Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T16:42:39.603Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0|INFO|500||InvokeReturn
2022-05-25T16:42:39.604Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1da63b40-4c5c-4e35-981e-3f696092f29d/model-vers/model-ver/a64145a2-e6cf-44d0-9ba4-f5cac897b4a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-16:42:38:442-38103], vertex-id=[168088], Content-Length=[0], Date=[Wed, 25 May 2022 16:42:38 GMT], Content-Type=[application/json]}
2022-05-25T16:42:39.605Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:42:39.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:42:39.609Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||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-05-25T16:42:39.614Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T16:42:39.615Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5eac1e02-cb08-46f7-bb2a-43ea00a83a4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:42:39.616Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:42:39.617Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:42:39.619Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:42:39.619Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496959615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:42:39.719Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:42:39.720Z||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-05-25T16:42:39.721Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:39.736Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:42:39.737Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T16:42:40.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:42:40.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:42:40.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:42:50.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:43:32.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:43:32.923Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:43:32.923Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:43:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:43:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T16:43:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:43:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:43:32.958Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.958Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.960Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.961Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:43:32.962Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.962Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.963Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.964Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496892922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:43:32.965Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.966Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496901217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.966Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496905483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.967Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496906556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.968Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496907605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:43:32.969Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496908893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/basic_onboard_jjcphu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:43:32.970Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.971Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.971Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496909896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496910902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/resourceInstances/basic_onboard_jjcphu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:43:32.972Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:32.973Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:43:32.973Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496911906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJjcphu/1.0/artifacts/service-BasicOnboardJjcphu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:43:32.974Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:43:42.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:32.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:44:32.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:44:32.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T16:44:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:32.955Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T16:44:32.956Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5eac1e02-cb08-46f7-bb2a-43ea00a83a4a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653496959615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:44:32.957Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:44:33.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:33.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:44:33.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"242424e0-009d-4e9c-84f9-e57bdfbfa667","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8512b6cd-08c2-47de-81b0-85a004ff9260","serviceDescription":"service","serviceInvariantUUID":"e0a42035-c219-4e8e-8be1-1c10adcf4851","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3d715b11-b55f-4aea-a4d4-b35ba355b23e","resourceInvariantUUID":"f4594460-0a89-4848-8998-c7a559e22b23","resourceCustomizationUUID":"a5efbebb-5156-452a-9d2f-7235af0df66f","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":"ZjQ2ZTY3OGZmODc1MmZlYTk3MTlkOWE5YTNhOTkyYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b89b308e-3c27-472e-bb5e-fa3f5b7a7e7a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"469d0836-dbd9-4a41-b10d-7bc6acda96b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:44:33.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:44:33.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:33.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:33.562Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497072920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:44:33.662Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:44:33.663Z||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-05-25T16:44:33.663Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:33.677Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:33.677Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:44:34.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:44:34.564Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:34.569Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:34.569Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497072920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:44:34.667Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-25T16:44:34.668Z||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-05-25T16:44:34.668Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:34.681Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:34.682Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:35.574Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8512b6cd-08c2-47de-81b0-85a004ff9260",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e0a42035-c219-4e8e-8be1-1c10adcf4851",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a5efbebb-5156-452a-9d2f-7235af0df66f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3d715b11-b55f-4aea-a4d4-b35ba355b23e",
      "resourceInvariantUUID": "f4594460-0a89-4848-8998-c7a559e22b23",
      "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": "NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "469d0836-dbd9-4a41-b10d-7bc6acda96b0"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T16:44:35.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:44:35.575Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8512b6cd-08c2-47de-81b0-85a004ff9260 ASDC
2022-05-25T16:44:35.575Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:242424e0-009d-4e9c-84f9-e57bdfbfa667
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8512b6cd-08c2-47de-81b0-85a004ff9260
ServiceInvariantUUID:e0a42035-c219-4e8e-8be1-1c10adcf4851
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:469d0836-dbd9-4a41-b10d-7bc6acda96b0
ArtifactChecksum:NGYyOTI3MTMzYWQ2M2VhNzhiNWFiNzdlODU5NTIzMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a5efbebb-5156-452a-9d2f-7235af0df66f
ResourceInvariantUUID:f4594460-0a89-4848-8998-c7a559e22b23
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3d715b11-b55f-4aea-a4d4-b35ba355b23e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-25T16:44:35.577Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8512b6cd-08c2-47de-81b0-85a004ff9260 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-05-25T16:44:35.607Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 469d0836-dbd9-4a41-b10d-7bc6acda96b0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:44:35.609Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:36.009Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:44:36.012Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 469d0836-dbd9-4a41-b10d-7bc6acda96b0 52508
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:44:36.013Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:36.016Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:36.016Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497076013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:44:36.116Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:44:36.117Z||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-05-25T16:44:36.117Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:36.133Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:36.134Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:37.017Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 469d0836-dbd9-4a41-b10d-7bc6acda96b0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.019Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-25T16:44:37.020Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.020Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.185Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16240069667907726221/Definitions/service-BasicNetwork-template.yml
2022-05-25T16:44:37.777Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.778Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.779Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:44:37.780Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.781Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.782Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.783Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8512b6cd-08c2-47de-81b0-85a004ff9260
Model Version:NULL
Model InvariantUuid:e0a42035-c219-4e8e-8be1-1c10adcf4851
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f4594460-0a89-4848-8998-c7a559e22b23
Model UUID:12c8f95a-116d-4701-b693-d00116f5908f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a5efbebb-5156-452a-9d2f-7235af0df66f
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-05-25T16:44:37.791Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 3d715b11-b55f-4aea-a4d4-b35ba355b23e
2022-05-25T16:44:37.791Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||No resources found for Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
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-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||
2022-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-25T16:44:37.796Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-25T16:44:37.797Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.801Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eba58f9, org.onap.sdc.toscaparser.api.parameters.Input@53818197, org.onap.sdc.toscaparser.api.parameters.Input@b5bac65, org.onap.sdc.toscaparser.api.parameters.Input@239bfaa3, org.onap.sdc.toscaparser.api.parameters.Input@f4a03b9]
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.803Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8512b6cd-08c2-47de-81b0-85a004ff9260: Generic NeutronNet
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.804Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.840Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:44:37.841Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:44:37.842Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:44:37.890Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:44:37.891Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:44:37.893Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:44:37.893Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497077891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:44:37.994Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T16:44:37.995Z||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-05-25T16:44:37.995Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:44:38.011Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:44:38.011Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:44:38.894Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:44:38.905Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:44:38.908Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:08.909Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:45:08.924Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:08.930Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:45:08.930Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:45:08.931Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:45:32.925Z||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-05-25T16:45:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:45:32.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:45:32.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "cds",
  "timestamp": 1653497052265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497053761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "aai-ml",
  "timestamp": 1653497057540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "policy-id",
  "timestamp": 1653497058977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497061210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "cds",
  "timestamp": 1653497052265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497053761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:32.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "aai-ml",
  "timestamp": 1653497057540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "policy-id",
  "timestamp": 1653497058977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:45:32.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497061210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "cds",
  "timestamp": 1653497063879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "aai-ml",
  "timestamp": 1653497063308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "policy-id",
  "timestamp": 1653497063877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497063977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "cds",
  "timestamp": 1653497064885,
  "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=?
2022-05-25T16:45:32.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:32.982Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "policy-id",
  "timestamp": 1653497064881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497065872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:32.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "policy-id",
  "timestamp": 1653497065884,
  "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-05-25T16:45:32.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:32.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497066877,
  "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-05-25T16:45:33.014Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:33.014Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "aai-ml",
  "timestamp": 1653497067431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:45:33.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:45:33.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "aai-ml",
  "timestamp": 1653497068437,
  "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-05-25T16:45:33.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:45:33.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497069742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:33.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T16:45:33.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497069742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:45:33.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:45:38.931Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:45:38.944Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667
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-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:45:38.950Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:45:38.951Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:45:38.952Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:45:38.953Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:45:38.960Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:46:08.960Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:46:08.969Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 242424e0-009d-4e9c-84f9-e57bdfbfa667 and serviceModelVersionId: 8512b6cd-08c2-47de-81b0-85a004ff9260
2022-05-25T16:46:08.969Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0a42035-c219-4e8e-8be1-1c10adcf4851
2022-05-25T16:46:08.971Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0
2022-05-25T16:46:08.977Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:46:09.055Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|INFO|500||Invoke
2022-05-25T16:46:09.057Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65c52962-1fac-4df1-b775-51aa109e1023], X-ECOMP-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], X-TransactionId=[], X-ONAP-RequestID=[242424e0-009d-4e9c-84f9-e57bdfbfa667], Content-Type=[application/merge-patch+json]}
2022-05-25T16:46:09.100Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T16:46:09.593Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?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/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-16:46:08:571-48506], vertex-id=[225352], Content-Length=[0], Date=[Wed, 25 May 2022 16:46:08 GMT], Content-Type=[application/json]}
2022-05-25T16:46:09.593Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0a42035-c219-4e8e-8be1-1c10adcf4851/model-vers/model-ver/8512b6cd-08c2-47de-81b0-85a004ff9260?depth=0|INFO|500||InvokeReturn
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:46:09.594Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:46:09.599Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||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-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 242424e0-009d-4e9c-84f9-e57bdfbfa667 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:46:09.600Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:09.603Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:09.603Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497169600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:46:09.703Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:09.705Z||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-05-25T16:46:09.705Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:09.728Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:09.729Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 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-05-25T16:46:10.620Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:46:10.621Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:46:10.621Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:11.248Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:11.249Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:46:11.250Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bc619c9-3aee-4c93-8589-f028b07f6d70","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b3a627e7-6e47-47c2-8f95-f52e5c49714f","serviceDescription":"service","serviceInvariantUUID":"20e8dd5e-5831-4c98-b5c1-aacd1f57db50","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1fc3d2b-97c9-4511-b18f-3abed790f76c","resourceInvariantUUID":"80b52639-1c41-4311-82fc-b2270c33c985","resourceCustomizationUUID":"66b9aaa9-4bef-4767-9dcb-336168750b2b","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":"ZmU5ZjYzNDY1ODcxZjExZjgxZjM1YWRjMGJkZmUzMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c8ec56-f48a-4a87-945d-122b91bf29c0","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":"354cff59-3612-4822-9318-d4da44acd3ea","artifactVersion":"2","generatedFromUUID":"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7"},{"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":"58a4dd5a-07fe-4853-bcea-dc6ba982e5c7","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":"YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62e350f1-4539-4ba5-a377-89e3641f023f","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":"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd","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":"093574f7-0f6e-4b4a-833e-d7f356abe963","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":"27633bd3-18db-4aad-92ab-1a410b86a131","artifactVersion":"2","generatedFromUUID":"1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Zjg5MzEzOWFjNDNiMTI5MzczNDVhZGIzMjVhMDJhMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52fa33d6-c5f8-46d0-bd2f-9e1bbfbb2512","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44b72daf-97ee-44c7-8634-c5c4183cafa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:46:11.255Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:11.255Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:11.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:11.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:46:11.358Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:11.359Z||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-05-25T16:46:11.359Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:11.374Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:11.375Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:12.258Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:12.259Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:12.261Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:12.261Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T16:46:12.361Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:12.362Z||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-05-25T16:46:12.362Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:12.377Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:12.378Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:13.262Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:13.263Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:13.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:13.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T16:46:13.366Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:13.368Z||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-05-25T16:46:13.368Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:13.383Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:13.383Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:14.266Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:14.267Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:14.269Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:14.269Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:46:14.370Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:14.371Z||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-05-25T16:46:14.371Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:14.395Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:14.396Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:15.270Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:15.271Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:15.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:15.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:46:15.374Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:15.375Z||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-05-25T16:46:15.375Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:15.392Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:15.393Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:16.274Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:16.275Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:16.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:16.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:46:16.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:16.379Z||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-05-25T16:46:16.379Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:16.395Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:16.396Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:17.278Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:17.279Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:17.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:17.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T16:46:17.381Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:17.382Z||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-05-25T16:46:17.382Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:17.402Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:17.402Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:18.281Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:18.282Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:18.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:18.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:46:18.385Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:18.386Z||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-05-25T16:46:18.386Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:18.401Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:18.401Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:19.285Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:46:19.286Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:19.288Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:19.288Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:46:19.389Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:19.390Z||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-05-25T16:46:19.391Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:19.406Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:19.407Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:20.290Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b3a627e7-6e47-47c2-8f95-f52e5c49714f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "20e8dd5e-5831-4c98-b5c1-aacd1f57db50",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "66b9aaa9-4bef-4767-9dcb-336168750b2b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1fc3d2b-97c9-4511-b18f-3abed790f76c",
      "resourceInvariantUUID": "80b52639-1c41-4311-82fc-b2270c33c985",
      "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": "354cff59-3612-4822-9318-d4da44acd3ea",
          "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": "58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
          "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": "YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "62e350f1-4539-4ba5-a377-89e3641f023f",
          "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": "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
          "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": "27633bd3-18db-4aad-92ab-1a410b86a131",
            "generatedFromUUID": "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd"
          },
          "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": "27633bd3-18db-4aad-92ab-1a410b86a131",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44b72daf-97ee-44c7-8634-c5c4183cafa6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T16:46:20.291Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:46:20.291Z|242424e0-009d-4e9c-84f9-e57bdfbfa667|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b3a627e7-6e47-47c2-8f95-f52e5c49714f ASDC
2022-05-25T16:46:20.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1bc619c9-3aee-4c93-8589-f028b07f6d70
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b3a627e7-6e47-47c2-8f95-f52e5c49714f
ServiceInvariantUUID:20e8dd5e-5831-4c98-b5c1-aacd1f57db50
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:44b72daf-97ee-44c7-8634-c5c4183cafa6
ArtifactChecksum:M2M5NWY3MmI3NTQwMjg2NzY5OTEwZmRlMDgwZDZhZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:66b9aaa9-4bef-4767-9dcb-336168750b2b
ResourceInvariantUUID:80b52639-1c41-4311-82fc-b2270c33c985
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e1fc3d2b-97c9-4511-b18f-3abed790f76c
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:354cff59-3612-4822-9318-d4da44acd3ea
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:58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
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:62e350f1-4539-4ba5-a377-89e3641f023f
ArtifactChecksum:YjgyYzg3YmVjYjdlM2NkZTA5NzdkZTM1ZGJiNmVmMjk=
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:1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
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:27633bd3-18db-4aad-92ab-1a410b86a131
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:27633bd3-18db-4aad-92ab-1a410b86a131
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T16:46:20.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a627e7-6e47-47c2-8f95-f52e5c49714f 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-05-25T16:46:20.325Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:20.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 44b72daf-97ee-44c7-8634-c5c4183cafa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:20.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.418Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:20.422Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 44b72daf-97ee-44c7-8634-c5c4183cafa6 68962
2022-05-25T16:46:20.422Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:20.423Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:20.425Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:20.425Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497180422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:20.527Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:20.528Z||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-05-25T16:46:20.528Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:20.542Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:20.543Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:21.426Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:46:21.427Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:46:21.427Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 44b72daf-97ee-44c7-8634-c5c4183cafa6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.428Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-25T16:46:21.428Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.429Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:21.553Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13739445628386148410/Definitions/service-BasicCnf-template.yml
2022-05-25T16:46:22.829Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T16:46:22.830Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.831Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.831Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.833Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.834Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.835Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.836Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.837Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1c2a9e99-7e34-4eb6-8e32-7843c8a29845
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.838Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:22.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b3a627e7-6e47-47c2-8f95-f52e5c49714f
Model Version:NULL
Model InvariantUuid:20e8dd5e-5831-4c98-b5c1-aacd1f57db50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:68739c7f-0f74-4a64-870d-6a06e8716e51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80b52639-1c41-4311-82fc-b2270c33c985
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66b9aaa9-4bef-4767-9dcb-336168750b2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4b79fa86-3288-4359-a41c-1da42a3b73e3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b3459964-da2c-467f-b992-b2108b477d64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c2a9e99-7e34-4eb6-8e32-7843c8a29845
ModelInvariantUuid:d8f7a754-b959-49c2-84ce-5745681dcbf6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9b39b642-ff40-46da-bced-efc90e4e6b88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d4081b3b-cc39-4252-9d68-19f43d91ed17
ModelInvariantUuid:07a753db-f896-4aba-8279-ee389707e92e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f931f3fa-8b88-4327-81e3-4ccbb06fd79e
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-05-25T16:46:22.845Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e1fc3d2b-97c9-4511-b18f-3abed790f76c
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-05-25T16:46:22.848Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1fc3d2b-97c9-4511-b18f-3abed790f76c
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 354cff59-3612-4822-9318-d4da44acd3ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:22.849Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.898Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:22.898Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 354cff59-3612-4822-9318-d4da44acd3ea 12
2022-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:22.899Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:22.901Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:22.905Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:22.905Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497182899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:23.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T16:46:23.004Z||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-05-25T16:46:23.005Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:23.023Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:23.024Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:23.906Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 58a4dd5a-07fe-4853-bcea-dc6ba982e5c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T16:46:23.906Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:23.907Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 58a4dd5a-07fe-4853-bcea-dc6ba982e5c7 2688
2022-05-25T16:46:23.946Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:23.947Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:23.949Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:23.949Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:24.049Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:24.050Z||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-05-25T16:46:24.051Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:24.069Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:24.070Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:24.952Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 62e350f1-4539-4ba5-a377-89e3641f023f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T16:46:24.952Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:24.953Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.993Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:24.993Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 62e350f1-4539-4ba5-a377-89e3641f023f 828
2022-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:24.994Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:24.996Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:24.996Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497184994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:25.097Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:25.098Z||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-05-25T16:46:25.098Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:25.120Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:25.121Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:25.997Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4b79fa86-3288-4359-a41c-1da42a3b73e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3459964-da2c-467f-b992-b2108b477d64",
    "vfModuleModelCustomizationUUID": "7961406a-d063-4574-8443-f73c9a097418",
    "isBase": true,
    "artifacts": [
      "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
      "58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
      "27633bd3-18db-4aad-92ab-1a410b86a131"
    ],
    "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-05-25T16:46:26.003Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3459964-da2c-467f-b992-b2108b477d64
VfModuleModelInvariantUUID:4b79fa86-3288-4359-a41c-1da42a3b73e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
,
58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
,
27633bd3-18db-4aad-92ab-1a410b86a131

}
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-05-25T16:46:26.004Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4b79fa86-3288-4359-a41c-1da42a3b73e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3459964-da2c-467f-b992-b2108b477d64",
    "vfModuleModelCustomizationUUID": "7961406a-d063-4574-8443-f73c9a097418",
    "isBase": true,
    "artifacts": [
      "1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd",
      "58a4dd5a-07fe-4853-bcea-dc6ba982e5c7",
      "27633bd3-18db-4aad-92ab-1a410b86a131"
    ],
    "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-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3459964-da2c-467f-b992-b2108b477d64
VfModuleModelInvariantUUID:4b79fa86-3288-4359-a41c-1da42a3b73e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd
,
58a4dd5a-07fe-4853-bcea-dc6ba982e5c7
,
27633bd3-18db-4aad-92ab-1a410b86a131

}
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-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:26.005Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.044Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:26.044Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1f1cd95a-def1-49ec-9a73-3eac6bf1e5dd 1164
2022-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:26.045Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:26.048Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:26.048Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497186045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:26.148Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:26.149Z||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-05-25T16:46:26.149Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:26.165Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:26.166Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 27633bd3-18db-4aad-92ab-1a410b86a131 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:46:27.049Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.131Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:46:27.131Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 27633bd3-18db-4aad-92ab-1a410b86a131 200
2022-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:27.132Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:46:27.133Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:27.135Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:27.135Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497187132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:27.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T16:46:27.238Z||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-05-25T16:46:27.238Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:27.248Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:27.248Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:28.137Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b3a627e7-6e47-47c2-8f95-f52e5c49714f
2022-05-25T16:46:28.137Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e1fc3d2b-97c9-4511-b18f-3abed790f76c ASDC
2022-05-25T16:46:28.148Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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 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-05-25T16:46:28.162Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@224743b7, org.onap.sdc.toscaparser.api.parameters.Input@75c7aecc, org.onap.sdc.toscaparser.api.parameters.Input@7b2ec121, org.onap.sdc.toscaparser.api.parameters.Input@34a7e19d, org.onap.sdc.toscaparser.api.parameters.Input@2c654645]
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-25T16:46:28.164Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 66b9aaa9-4bef-4767-9dcb-336168750b2b
2022-05-25T16:46:28.165Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b matches Tosca VF Customization UUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b
2022-05-25T16:46:28.165Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 66b9aaa9-4bef-4767-9dcb-336168750b2b  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-05-25T16:46:28.168Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.168Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 66b9aaa9-4bef-4767-9dcb-336168750b2b: {\"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-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62166112
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.169Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:46:28.170Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7961406a-d063-4574-8443-f73c9a097418
2022-05-25T16:46:28.170Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7961406a-d063-4574-8443-f73c9a097418
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-05-25T16:46:28.173Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.174Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.174Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.175Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T16:46:28.176Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T16:46:28.177Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1c2a9e99-7e34-4eb6-8e32-7843c8a29845
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-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.180Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T16:46:28.181Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=66b9aaa9-4bef-4767-9dcb-336168750b2b
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-05-25T16:46:28.184Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.184Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b3a627e7-6e47-47c2-8f95-f52e5c49714f: basic_cnf
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.185Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.186Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:46:28.187Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:46:28.188Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.280Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e1fc3d2b-97c9-4511-b18f-3abed790f76c 1 ASDC deployResourceStructure
2022-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:28.281Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T16:46:28.282Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:28.284Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:28.285Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497188280,
  "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-05-25T16:46:28.384Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:46:28.385Z||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-05-25T16:46:28.385Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:28.402Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:28.402Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:29.285Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:29.286Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:29.287Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T16:46:29.287Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:29.289Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:29.289Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497189285,
  "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-05-25T16:46:29.389Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:29.391Z||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-05-25T16:46:29.391Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:29.406Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:29.407Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:30.290Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:30.291Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:30.292Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:30.292Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:30.295Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:30.295Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497190290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:30.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:30.396Z||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-05-25T16:46:30.396Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:30.424Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:30.425Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:31.296Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:31.297Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:31.300Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:31.300Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497191295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:31.401Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:31.402Z||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-05-25T16:46:31.402Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:31.416Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:31.417Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:32.305Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:32.318Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:46:32.319Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:32.320Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:32.322Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:32.323Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497192305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:32.423Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:46:32.424Z||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-05-25T16:46:32.424Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:32.448Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:32.449Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:46:32.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:46:32.927Z||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-05-25T16:46:32.927Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:32.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497072920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:46:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:46:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497072920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497076013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "clamp",
  "timestamp": 1653497075346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:46:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "clamp",
  "timestamp": 1653497075346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497077891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "clamp",
  "timestamp": 1653497081520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "clamp",
  "timestamp": 1653497083527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:46:32.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "clamp",
  "timestamp": 1653497084530,
  "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-05-25T16:46:32.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 242424e0-009d-4e9c-84f9-e57bdfbfa667
2022-05-25T16:46:32.990Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 242424e0-009d-4e9c-84f9-e57bdfbfa667 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-05-25T16:46:33.326Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:46:33.327Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:46:33.330Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:46:33.330Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497193326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:46:33.430Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:46:33.432Z||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-05-25T16:46:33.432Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:46:33.465Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:46:33.466Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:46:34.332Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:46:34.345Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:46:34.347Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:47:04.348Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:47:04.361Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:04.363Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:47:04.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:47:04.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:47:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:47:32.925Z||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-05-25T16:47:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:47:32.948Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:47:32.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "242424e0-009d-4e9c-84f9-e57bdfbfa667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497169600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497157265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497158976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497165346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497175067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497175062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:32.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "cds",
  "timestamp": 1653497176073,
  "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-05-25T16:47:32.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:32.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497176067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "policy-id",
  "timestamp": 1653497177069,
  "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-05-25T16:47:33.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.015Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497169742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497170620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497178537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497179495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497180422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497180557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497180544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.044Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497181618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "clamp",
  "timestamp": 1653497181548,
  "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-05-25T16:47:33.054Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.054Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497182899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497173761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497177077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497183776,
  "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-05-25T16:47:33.074Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:47:33.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497184783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497184866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497184994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497178978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "cds",
  "timestamp": 1653497185873,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:47:33.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:47:33.099Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:47:33.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497186045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497186909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497187132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497187916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497187638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497188280,
  "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-05-25T16:47:33.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "policy-id",
  "timestamp": 1653497188919,
  "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-05-25T16:47:33.123Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:47:33.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:47:33.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497189285,
  "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-05-25T16:47:33.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497190290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497191116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497191295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497192305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:47:33.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:47:34.364Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:47:34.376Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:47:34.378Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:47:34.378Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:47:34.379Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:48:04.379Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:48:04.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:04.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:48:04.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:48:04.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:48:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:48:32.925Z||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-05-25T16:48:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:48:32.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497193326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:48:32.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:48:34.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:48:34.410Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:48:34.414Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:04.418Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:49:04.429Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T16:49:04.432Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:49:32.925Z||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-05-25T16:49:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:49:33.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:49:33.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497193487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497194491,
  "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-05-25T16:49:33.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:49:33.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:49:33.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497189743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497197496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497197313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497198619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "aai-ml",
  "timestamp": 1653497198316,
  "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-05-25T16:49:33.503Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bc619c9-3aee-4c93-8589-f028b07f6d70
2022-05-25T16:49:33.503Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:49:33.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497199900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497200925,
  "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-05-25T16:49:33.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.528Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653497193761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497181209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653497201929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497202707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497195346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497205108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497177540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653497206113,
  "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-05-25T16:49:33.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497206406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497208543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497210552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "clamp",
  "timestamp": 1653497211557,
  "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-05-25T16:49:33.565Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.565Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497212969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:49:33.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:49:33.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "aai-ml",
  "timestamp": 1653497213973,
  "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-05-25T16:49:33.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd47e920-838f-4473-aa0b-7230599e8c67
2022-05-25T16:49:33.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:49:34.433Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:49:34.444Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70
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-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.451Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:49:34.452Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:49:34.458Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:50:04.458Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70 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-05-25T16:50:04.465Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bc619c9-3aee-4c93-8589-f028b07f6d70 and serviceModelVersionId: b3a627e7-6e47-47c2-8f95-f52e5c49714f
2022-05-25T16:50:04.465Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20e8dd5e-5831-4c98-b5c1-aacd1f57db50
2022-05-25T16:50:04.467Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0
2022-05-25T16:50:04.473Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:50:04.536Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|INFO|500||Invoke
2022-05-25T16:50:04.536Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41176132-7193-498a-b79e-50959f00d616], X-ECOMP-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], X-TransactionId=[], X-ONAP-RequestID=[1bc619c9-3aee-4c93-8589-f028b07f6d70], Content-Type=[application/merge-patch+json]}
2022-05-25T16:50:04.563Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T16:50:04.828Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?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/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-16:50:04:034-44511], vertex-id=[409656], Content-Length=[0], Date=[Wed, 25 May 2022 16:50:04 GMT], Content-Type=[application/json]}
2022-05-25T16:50:04.828Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:50:04.829Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20e8dd5e-5831-4c98-b5c1-aacd1f57db50/model-vers/model-ver/b3a627e7-6e47-47c2-8f95-f52e5c49714f?depth=0|INFO|500||InvokeReturn
2022-05-25T16:50:04.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:50:04.832Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:50:04.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||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-05-25T16:50:04.839Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bc619c9-3aee-4c93-8589-f028b07f6d70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:50:04.840Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:50:04.840Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:04.844Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:04.844Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497404840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:50:04.944Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:04.945Z||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-05-25T16:50:04.945Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:04.964Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:04.965Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T16:50:05.857Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:50:05.858Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:50:05.858Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:10.368Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:10.369Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-25T16:50:10.369Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd47e920-838f-4473-aa0b-7230599e8c67","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"254b18ed-4455-4cff-8f18-b819556350bf","serviceDescription":"service","serviceInvariantUUID":"4a5a5a8d-d42e-4c86-b201-f8dc709060dd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9870fd16-d732-4e42-a8f4-0e4f19c3e245","resourceInvariantUUID":"75623d81-38d9-4d8f-aaf5-d7d6bebb3a81","resourceCustomizationUUID":"1f9963eb-9bda-439c-b7ea-0099fba75ff8","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":"MzJmYTViZTJkMmY1OWU2ZWIwMTU1YmU4YTAzMDIyZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c714f8b3-a305-47c1-9ebe-dee7d91ba5c6","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":"NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4885be53-02a1-4b02-84e7-f772efbfe33e","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":"797c76fc-eefd-4cae-84a6-7e78355e71f8","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":"8e5fb9f1-7434-4aa0-9ab2-2d9161cbbc2a","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":"aa833c24-e00a-4fbd-9047-ee700e7ac192","artifactVersion":"2","generatedFromUUID":"797c76fc-eefd-4cae-84a6-7e78355e71f8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDE4ZWNiNjA4NGYxYzNjMzhlYWY5YzEwZGZlZTk2YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba4217f4-1e52-4466-9139-074823ef327e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d38283a2-bdc3-408e-a8a6-6a61b063fe01","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T16:50:10.372Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:10.372Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:10.374Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:10.375Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:10.475Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:10.476Z||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-05-25T16:50:10.476Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:10.495Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:10.495Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:11.375Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:11.376Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:11.380Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:11.380Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:50:11.480Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:11.481Z||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-05-25T16:50:11.481Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:11.498Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:11.498Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:12.382Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:12.382Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:12.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:12.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:50:12.485Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:12.486Z||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-05-25T16:50:12.486Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:12.502Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:12.502Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:13.385Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:13.386Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:13.389Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:13.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:13.489Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T16:50:13.490Z||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-05-25T16:50:13.490Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:13.505Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:13.507Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:14.390Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:14.391Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:14.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:14.393Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T16:50:14.493Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:14.495Z||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-05-25T16:50:14.495Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:14.517Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:14.518Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:15.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:15.394Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:15.396Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:15.397Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:15.497Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:15.498Z||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-05-25T16:50:15.498Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:15.513Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:15.514Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:16.397Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T16:50:16.398Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:16.401Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:16.401Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:50:16.501Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:16.502Z||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-05-25T16:50:16.502Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:16.520Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:16.521Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:17.405Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "254b18ed-4455-4cff-8f18-b819556350bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a5a5a8d-d42e-4c86-b201-f8dc709060dd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1f9963eb-9bda-439c-b7ea-0099fba75ff8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9870fd16-d732-4e42-a8f4-0e4f19c3e245",
      "resourceInvariantUUID": "75623d81-38d9-4d8f-aaf5-d7d6bebb3a81",
      "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": "NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4885be53-02a1-4b02-84e7-f772efbfe33e",
          "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": "797c76fc-eefd-4cae-84a6-7e78355e71f8",
          "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": "aa833c24-e00a-4fbd-9047-ee700e7ac192",
            "generatedFromUUID": "797c76fc-eefd-4cae-84a6-7e78355e71f8"
          },
          "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": "aa833c24-e00a-4fbd-9047-ee700e7ac192",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d38283a2-bdc3-408e-a8a6-6a61b063fe01"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T16:50:17.405Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T16:50:17.408Z|1bc619c9-3aee-4c93-8589-f028b07f6d70|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 254b18ed-4455-4cff-8f18-b819556350bf ASDC
2022-05-25T16:50:17.409Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd47e920-838f-4473-aa0b-7230599e8c67
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:254b18ed-4455-4cff-8f18-b819556350bf
ServiceInvariantUUID:4a5a5a8d-d42e-4c86-b201-f8dc709060dd
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:d38283a2-bdc3-408e-a8a6-6a61b063fe01
ArtifactChecksum:ODYxODQ4YmQ3ZWQ5OWQ0NjBkOTRlOWE4MWY1Yzk5OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1f9963eb-9bda-439c-b7ea-0099fba75ff8
ResourceInvariantUUID:75623d81-38d9-4d8f-aaf5-d7d6bebb3a81
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9870fd16-d732-4e42-a8f4-0e4f19c3e245
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:4885be53-02a1-4b02-84e7-f772efbfe33e
ArtifactChecksum:NmU3YzQ4OWZhOWUxNjEzZTViNTE3YTkzZWY0MjJiMWU=
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:797c76fc-eefd-4cae-84a6-7e78355e71f8
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:aa833c24-e00a-4fbd-9047-ee700e7ac192
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:aa833c24-e00a-4fbd-9047-ee700e7ac192
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T16:50:17.409Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 254b18ed-4455-4cff-8f18-b819556350bf 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-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:17.451Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d38283a2-bdc3-408e-a8a6-6a61b063fe01 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:17.452Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.741Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d38283a2-bdc3-408e-a8a6-6a61b063fe01 71058
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T16:50:17.745Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:17.746Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:17.746Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:17.748Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:17.748Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497417745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:17.849Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:17.849Z||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-05-25T16:50:17.850Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:17.896Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:17.897Z||pool-53-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:50:18.753Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T16:50:18.754Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-25T16:50:18.754Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d38283a2-bdc3-408e-a8a6-6a61b063fe01, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.755Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-25T16:50:18.755Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.756Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:18.920Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5810255202309285265/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-05-25T16:50:20.296Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T16:50:20.297Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.298Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-25T16:50:20.299Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.300Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.300Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.301Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-25T16:50:20.302Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.303Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T16:50:20.304Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.305Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.306Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.307Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:20.308Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T16:50:20.309Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a713d6f-e96e-443f-b6d5-3f96e5fa0afd
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.310Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:20.311Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:20.312Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:254b18ed-4455-4cff-8f18-b819556350bf
Model Version:NULL
Model InvariantUuid:4a5a5a8d-d42e-4c86-b201-f8dc709060dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:26157743-fbf7-4964-9c5e-06cc6c9fa1c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75623d81-38d9-4d8f-aaf5-d7d6bebb3a81
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1f9963eb-9bda-439c-b7ea-0099fba75ff8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:42b7f290-b549-4adf-9ccf-a772c9001a82
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a713d6f-e96e-443f-b6d5-3f96e5fa0afd
ModelInvariantUuid:2ffd0350-9c70-4eea-b2fb-a681ab6b3b82
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:75435f8e-f520-4c88-bfd4-08d851a7bb9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:51304ad2-6489-4d53-bfbf-43a9e6c92673
ModelInvariantUuid:2f898167-7b46-4cb6-9347-876d45128a93
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6bcca9ee-9cf2-470d-ad52-355dee3d9fd0
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-05-25T16:50:20.317Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9870fd16-d732-4e42-a8f4-0e4f19c3e245
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-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9870fd16-d732-4e42-a8f4-0e4f19c3e245
2022-05-25T16:50:20.320Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4885be53-02a1-4b02-84e7-f772efbfe33e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T16:50:20.321Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:20.321Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.418Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4885be53-02a1-4b02-84e7-f772efbfe33e 787
2022-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.419Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:20.420Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:20.420Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:20.423Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:20.423Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497420419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:20.523Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T16:50:20.524Z||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-05-25T16:50:20.525Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:20.540Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:20.541Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:21.424Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11e07e10-bbda-45ec-9da4-4b75ca51c1b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42b7f290-b549-4adf-9ccf-a772c9001a82",
    "vfModuleModelCustomizationUUID": "1e6024ac-d18d-4dbb-aa36-acb0ded0fc37",
    "isBase": true,
    "artifacts": [
      "797c76fc-eefd-4cae-84a6-7e78355e71f8",
      "aa833c24-e00a-4fbd-9047-ee700e7ac192"
    ],
    "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-05-25T16:50:21.428Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42b7f290-b549-4adf-9ccf-a772c9001a82
VfModuleModelInvariantUUID:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
797c76fc-eefd-4cae-84a6-7e78355e71f8
,
aa833c24-e00a-4fbd-9047-ee700e7ac192

}
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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11e07e10-bbda-45ec-9da4-4b75ca51c1b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42b7f290-b549-4adf-9ccf-a772c9001a82",
    "vfModuleModelCustomizationUUID": "1e6024ac-d18d-4dbb-aa36-acb0ded0fc37",
    "isBase": true,
    "artifacts": [
      "797c76fc-eefd-4cae-84a6-7e78355e71f8",
      "aa833c24-e00a-4fbd-9047-ee700e7ac192"
    ],
    "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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42b7f290-b549-4adf-9ccf-a772c9001a82
VfModuleModelInvariantUUID:11e07e10-bbda-45ec-9da4-4b75ca51c1b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
797c76fc-eefd-4cae-84a6-7e78355e71f8
,
aa833c24-e00a-4fbd-9047-ee700e7ac192

}
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-05-25T16:50:21.430Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 797c76fc-eefd-4cae-84a6-7e78355e71f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T16:50:21.431Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:21.431Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.479Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:21.479Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 797c76fc-eefd-4cae-84a6-7e78355e71f8 5033
2022-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:21.480Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:21.481Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:21.483Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:21.483Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497421480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:21.583Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:21.584Z||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-05-25T16:50:21.584Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:21.605Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:21.606Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:22.484Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa833c24-e00a-4fbd-9047-ee700e7ac192 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T16:50:22.485Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-25T16:50:22.486Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.532Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-25T16:50:22.532Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env aa833c24-e00a-4fbd-9047-ee700e7ac192 903
2022-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:22.533Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T16:50:22.534Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:22.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:22.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497422533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:22.636Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:22.637Z||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-05-25T16:50:22.637Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:22.653Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:22.653Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:23.536Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 254b18ed-4455-4cff-8f18-b819556350bf
2022-05-25T16:50:23.537Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9870fd16-d732-4e42-a8f4-0e4f19c3e245 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-05-25T16:50:23.550Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e29e8c2, org.onap.sdc.toscaparser.api.parameters.Input@3fbde798, org.onap.sdc.toscaparser.api.parameters.Input@36751750, org.onap.sdc.toscaparser.api.parameters.Input@260b4e6, org.onap.sdc.toscaparser.api.parameters.Input@232e3390]
2022-05-25T16:50:23.552Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1f9963eb-9bda-439c-b7ea-0099fba75ff8
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8 matches Tosca VF Customization UUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8
2022-05-25T16:50:23.553Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1f9963eb-9bda-439c-b7ea-0099fba75ff8  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-05-25T16:50:23.556Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.556Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.556Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1f9963eb-9bda-439c-b7ea-0099fba75ff8: {\"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-05-25T16:50:23.557Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a6e8925
2022-05-25T16:50:23.557Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.557Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T16:50:23.557Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e6024ac-d18d-4dbb-aa36-acb0ded0fc37
2022-05-25T16:50:23.557Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e6024ac-d18d-4dbb-aa36-acb0ded0fc37
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-05-25T16:50:23.560Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.560Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:23.560Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:23.560Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.560Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T16:50:23.561Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a713d6f-e96e-443f-b6d5-3f96e5fa0afd
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-05-25T16:50:23.564Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.564Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:23.564Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T16:50:23.564Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.565Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T16:50:23.565Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1f9963eb-9bda-439c-b7ea-0099fba75ff8
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-05-25T16:50:23.567Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.567Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.567Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 254b18ed-4455-4cff-8f18-b819556350bf: basic_vm
2022-05-25T16:50:23.567Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.567Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.568Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.568Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.568Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.568Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.568Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.569Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.569Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T16:50:23.569Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T16:50:23.569Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:23.635Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9870fd16-d732-4e42-a8f4-0e4f19c3e245 1 ASDC deployResourceStructure
2022-05-25T16:50:23.635Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:23.635Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:23.635Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:50:23.635Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:23.637Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:23.637Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497423635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:23.737Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:23.738Z||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-05-25T16:50:23.739Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:23.756Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:23.757Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:24.640Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:24.641Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:24.641Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:50:24.641Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:24.644Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:24.644Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497424640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:24.744Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:24.745Z||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-05-25T16:50:24.745Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:24.763Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:24.763Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:25.645Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:25.645Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:25.646Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:50:25.646Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:25.648Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:25.648Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497425645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:25.748Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:25.749Z||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-05-25T16:50:25.749Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:25.769Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:25.770Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T16:50:26.649Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T16:50:26.650Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T16:50:26.651Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T16:50:26.651Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:26.653Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:26.654Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497426649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:26.754Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:26.755Z||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-05-25T16:50:26.755Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:26.768Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:26.769Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T16:50:27.654Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd47e920-838f-4473-aa0b-7230599e8c67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T16:50:27.667Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd47e920-838f-4473-aa0b-7230599e8c67
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-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.670Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.671Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T16:50:27.671Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:27.676Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T16:50:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:50:32.925Z||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-05-25T16:50:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:33.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:33.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bc619c9-3aee-4c93-8589-f028b07f6d70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497404840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:33.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T16:50:33.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T16:50:33.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497405857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497417745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497420419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497421480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497422533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497423635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497424640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:33.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497425645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:33.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:33.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:50:33.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497426649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T16:50:33.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:50:57.676Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd47e920-838f-4473-aa0b-7230599e8c67 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-05-25T16:50:57.685Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd47e920-838f-4473-aa0b-7230599e8c67 and serviceModelVersionId: 254b18ed-4455-4cff-8f18-b819556350bf
2022-05-25T16:50:57.685Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a5a5a8d-d42e-4c86-b201-f8dc709060dd
2022-05-25T16:50:57.686Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?depth=0
2022-05-25T16:50:57.690Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T16:50:57.747Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?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-05-25T16:50:57.753Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?depth=0|INFO|500||Invoke
2022-05-25T16:50:57.773Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T16:50:58.116Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?depth=0|INFO|500||InvokeReturn
2022-05-25T16:50:58.117Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a5a5a8d-d42e-4c86-b201-f8dc709060dd/model-vers/model-ver/254b18ed-4455-4cff-8f18-b819556350bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-16:50:57:244-352], vertex-id=[422072], Content-Length=[0], Date=[Wed, 25 May 2022 16:50:57 GMT], Content-Type=[application/json]}
2022-05-25T16:50:58.117Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T16:50:58.118Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T16:50:58.118Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:58.124Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||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-05-25T16:50:58.125Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd47e920-838f-4473-aa0b-7230599e8c67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T16:50:58.125Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T16:50:58.126Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-25T16:50:58.127Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T16:50:58.128Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497458125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:50:58.228Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T16:50:58.229Z||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-05-25T16:50:58.230Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:50:58.249Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:50:58.249Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T16:50:59.141Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:50:59.141Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:50:59.142Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:08.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:51:08.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:51:08.693Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:51:08.693Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:18.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:51:18.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:51:18.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:51:18.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:27.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:51:27.786Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:51:27.787Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:51:27.787Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:51:32.925Z||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-05-25T16:51:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:33.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:51:33.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T16:51:33.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd47e920-838f-4473-aa0b-7230599e8c67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653497458125,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T16:51:33.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T16:51:37.334Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:51:37.335Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:51:37.336Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:51:37.336Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:51:46.885Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:52:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:52:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:52:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:52:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:52:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T16:52:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:52:42.479Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:52:42.488Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:53:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:53:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:53:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:53:32.925Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:53:32.926Z||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-05-25T16:53:32.926Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:53:42.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:53:42.493Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:54:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:54:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:54:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:54:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:54:32.925Z||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-05-25T16:54:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:54:42.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:54:42.503Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:55:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:55:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:55:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:55:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:55:32.925Z||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-05-25T16:55:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:55:42.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:55:42.492Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:56:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:56:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:56:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:56:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:56:32.924Z||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-05-25T16:56:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:56:42.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:56:42.509Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:57:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:57:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:57:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:57:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:57:32.924Z||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-05-25T16:57:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:57:42.500Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:57:42.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:58:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:58:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:58:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:58:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:58:32.924Z||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-05-25T16:58:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:58:42.502Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:58:42.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:59:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:59:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T16:59:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T16:59:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T16:59:32.926Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T16:59:32.926Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T16:59:42.489Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T16:59:42.488Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:00:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:00:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:00:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:00:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:00:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T17:00:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:00:42.475Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:00:42.478Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:01:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:01:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:01:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:01:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:01:32.924Z||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-05-25T17:01:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:01:42.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:01:42.504Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:02:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:02:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:02:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:02:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:02:32.924Z||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-05-25T17:02:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:02:42.489Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:02:42.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:03:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:03:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:03:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:03:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:03:32.925Z||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-05-25T17:03:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:03:42.480Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:03:42.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:04:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:04:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:04:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:04:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:04:32.925Z||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-05-25T17:04:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:04:42.477Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:04:42.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:05:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:05:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:05:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:05:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:05:32.924Z||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-05-25T17:05:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:05:42.493Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:05:42.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:06:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:06:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:06:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:06:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:06:32.925Z||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-05-25T17:06:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:06:42.467Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:06:42.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:07:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:07:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:07:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:07:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:07:32.925Z||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-05-25T17:07:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:07:42.483Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:07:42.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:08:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:08:32.921Z||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-05-25T17:08:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:08:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:08:32.925Z||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-05-25T17:08:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:08:42.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:08:42.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:09:32.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:09:32.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:09:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:09:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:09:32.925Z||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-05-25T17:09:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:09:42.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:09:42.491Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:10:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:10:32.921Z||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-05-25T17:10:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:10:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:10:32.924Z||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-05-25T17:10:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:10:42.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:10:42.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:11:32.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:11:32.922Z||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-05-25T17:11:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:11:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:11:32.925Z||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-05-25T17:11:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:11:42.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:11:42.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:12:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:12:32.921Z||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-05-25T17:12:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:12:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:12:32.924Z||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-05-25T17:12:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:12:42.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:12:42.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:13:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:13:32.921Z||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-05-25T17:13:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:13:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:13:32.924Z||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-05-25T17:13:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:13:42.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:13:42.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:14:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:14:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:14:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:14:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:14:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T17:14:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:14:42.467Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:14:42.508Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:15:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:15:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:15:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:15:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:15:32.924Z||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-05-25T17:15:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:15:42.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:15:42.480Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:16:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:16:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:16:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:16:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:16:32.925Z||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-05-25T17:16:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:16:42.475Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:16:42.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:17:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:17:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:17:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:17:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:17:32.924Z||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-05-25T17:17:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:17:42.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:17:42.473Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:18:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:18:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:18:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:18:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:18:32.925Z||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-05-25T17:18:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:18:42.475Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:18:42.476Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:19:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:19:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:19:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:19:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:19:32.925Z||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-05-25T17:19:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:19:42.476Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:19:42.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:20:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:20:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:20:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:20:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:20:32.924Z||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-05-25T17:20:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:20:42.471Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:20:42.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:21:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:21:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:21:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:21:32.924Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:21:32.924Z||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-05-25T17:21:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:21:42.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:21:42.479Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:22:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:22:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:22:32.923Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:22:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:22:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T17:22:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:22:42.505Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:22:42.506Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:23:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:23:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:23:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:23:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:23:32.925Z||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-05-25T17:23:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:23:42.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:23:42.476Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:24:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:24:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:24:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:24:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:24:32.924Z||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-05-25T17:24:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:24:42.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:24:42.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:25:32.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:25:32.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:25:32.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:25:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:25:32.925Z||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-05-25T17:25:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:25:42.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:25:42.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:26:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:26:32.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:26:32.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:26:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:26:32.924Z||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-05-25T17:26:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:26:42.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:26:42.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:27:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:27:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:27:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:27:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:27:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T17:27:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:27:42.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:27:42.485Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:28:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:28:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:28:32.924Z||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-05-25T17:28:32.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:28:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:28:32.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:28:42.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:28:42.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:29:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:29:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:29:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:29:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:29:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T17:29:32.925Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:29:42.476Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:29:42.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:30:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:30:32.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:30:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:30:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:30:32.924Z||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-05-25T17:30:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:30:42.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:30:42.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:31:32.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:31:32.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:31:32.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:31:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:31:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T17:31:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:31:42.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:31:42.499Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:32:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:32:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:32:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:32:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:32:32.924Z||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-05-25T17:32:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:32:42.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:32:42.481Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:33:32.920Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:33:32.921Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:33:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:33:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:33:32.925Z||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-05-25T17:33:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:33:42.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:33:42.476Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:34:32.922Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:34:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:34:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:34:32.925Z||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-05-25T17:34:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:34:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:34:42.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:34:42.473Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:35:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:35:32.922Z||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-05-25T17:35:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:35:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:35:32.924Z||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-05-25T17:35:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:35:42.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:35:42.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:36:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:36:32.923Z||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-05-25T17:36:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:36:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:36:32.924Z||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-05-25T17:36:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:36:42.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:36:42.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:37:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:37:32.921Z||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-05-25T17:37:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:37:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:37:32.924Z||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-05-25T17:37:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:37:42.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:37:42.480Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:38:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:38:32.921Z||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-05-25T17:38:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:38:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:38:32.924Z||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-05-25T17:38:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:38:42.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:38:42.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:39:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:39:32.922Z||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-05-25T17:39:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:39:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:39:32.925Z||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-05-25T17:39:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:39:42.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:39:42.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:40:32.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:40:32.923Z||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-05-25T17:40:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:40:32.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:40:32.924Z||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-05-25T17:40:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:40:42.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:40:42.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:41:32.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:41:32.922Z||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-05-25T17:41:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:41:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:41:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T17:41:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:41:42.473Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:41:42.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:32.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:42:32.923Z||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-05-25T17:42:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:32.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:42:32.925Z||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-05-25T17:42:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:33.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:33.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500525346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500517265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500518976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500537759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500537822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500538827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:33.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500529743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "policy-id",
  "timestamp": 1653500539834,
  "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-05-25T17:42:33.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:42:33.156Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:42:33.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "cds",
  "timestamp": 1653500540316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-05-25T17:42:33.173Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:42:33.173Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:42:33.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500540572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500541630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500542681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500543737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500533761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500544816,
  "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-05-25T17:42:33.201Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:42:33.201Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:42:33.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500545819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:33.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500537540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500547105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500548502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500541209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:33.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:42:33.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500552038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:33.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:42:33.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:33.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T17:42:33.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b497d06-331d-43ee-b509-4659b6d578ad","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"64edfb03-3431-42bf-9332-2a4a1fc8fa43","serviceDescription":"service","serviceInvariantUUID":"3ea5a917-4ae8-44b6-a78a-f84d5c5df62a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"579908c8-459d-4347-9f4b-a358a733561d","resourceInvariantUUID":"4dd82ac1-a316-44fe-a197-272508ecb814","resourceCustomizationUUID":"433b9826-86d0-40a1-ac00-e9cf0e10b238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODcwODUyMGIxNGY2MWRiMzg3N2RjODlhNWM5NmRjZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97cff785-ef1d-4a4f-bbe3-c305a7ea4c95","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YzliMDIxMGRhMjkwZTcwYjVhYzI1MGI4NzcxZWE5Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b588106-623f-47ba-a29e-a84181fe072b","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d3acd466-4e75-44e6-83e8-58094dace503","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc1c2ab8-28ad-454d-b05d-9d9c4f7eb661","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83933a71-4044-4e1c-b15f-2b7f49c75a77","artifactVersion":"2","generatedFromUUID":"0b3ad490-5cfb-4e46-a7ae-33c275af9f83"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c1cf456-4ddd-4064-bc87-7a9dcecd0015","artifactVersion":"2","generatedFromUUID":"d3acd466-4e75-44e6-83e8-58094dace503"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b3ad490-5cfb-4e46-a7ae-33c275af9f83","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b8940669-59ae-4867-b94d-a22f451a3146","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YThiODk4M2NmMDJhYzMwODBiNDQ3MWQzZjNhNWFkM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a156987-1d29-4989-b8a5-0e3b3a02346f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NGI5MjJkYmY5NDkxM2QzMjMwN2RhMDQwYTc4OTUyY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1f4e025-11cf-4a88-ae5c-01d4b3611056","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T17:42:33.558Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:33.559Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:33.568Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:33.568Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:33.669Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T17:42:33.670Z||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-05-25T17:42:33.670Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:33.683Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:33.684Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:34.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:34.570Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:34.572Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:34.572Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:42:34.672Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:34.673Z||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-05-25T17:42:34.673Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:34.692Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:34.692Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:35.573Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:35.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:35.576Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:35.576Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:42:35.677Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-25T17:42:35.678Z||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-05-25T17:42:35.678Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:35.693Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:35.693Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:36.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:36.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:36.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:36.580Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:36.680Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:42:36.681Z||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-05-25T17:42:36.681Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:36.696Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:36.697Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:37.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:37.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:37.585Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:37.585Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T17:42:37.685Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:37.686Z||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-05-25T17:42:37.686Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:37.701Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:37.701Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:38.586Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:38.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:38.589Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:38.589Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T17:42:38.689Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:38.690Z||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-05-25T17:42:38.690Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:38.704Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:38.704Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:39.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:39.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:39.594Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:39.594Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T17:42:39.694Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:39.695Z||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-05-25T17:42:39.695Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:39.711Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:39.712Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:40.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:40.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:40.598Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:40.598Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:40.698Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:40.700Z||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-05-25T17:42:40.700Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:40.717Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:40.718Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:41.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:41.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:41.601Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:41.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:42:41.701Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:41.702Z||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-05-25T17:42:41.702Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:41.722Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:41.723Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:42.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:42:42.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:42.605Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:42.605Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:42:42.705Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:42.706Z||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-05-25T17:42:42.706Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:42.719Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:42.720Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:43.607Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "64edfb03-3431-42bf-9332-2a4a1fc8fa43",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea5a917-4ae8-44b6-a78a-f84d5c5df62a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "433b9826-86d0-40a1-ac00-e9cf0e10b238",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "579908c8-459d-4347-9f4b-a358a733561d",
      "resourceInvariantUUID": "4dd82ac1-a316-44fe-a197-272508ecb814",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YzliMDIxMGRhMjkwZTcwYjVhYzI1MGI4NzcxZWE5Y2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b588106-623f-47ba-a29e-a84181fe072b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d3acd466-4e75-44e6-83e8-58094dace503",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c1cf456-4ddd-4064-bc87-7a9dcecd0015",
            "generatedFromUUID": "d3acd466-4e75-44e6-83e8-58094dace503"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "83933a71-4044-4e1c-b15f-2b7f49c75a77",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c1cf456-4ddd-4064-bc87-7a9dcecd0015",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0b3ad490-5cfb-4e46-a7ae-33c275af9f83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NGI5MjJkYmY5NDkxM2QzMjMwN2RhMDQwYTc4OTUyY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1f4e025-11cf-4a88-ae5c-01d4b3611056"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T17:42:43.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T17:42:43.607Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 64edfb03-3431-42bf-9332-2a4a1fc8fa43 ASDC
2022-05-25T17:42:43.608Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8b497d06-331d-43ee-b509-4659b6d578ad
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:64edfb03-3431-42bf-9332-2a4a1fc8fa43
ServiceInvariantUUID:3ea5a917-4ae8-44b6-a78a-f84d5c5df62a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:b1f4e025-11cf-4a88-ae5c-01d4b3611056
ArtifactChecksum:NGI5MjJkYmY5NDkxM2QzMjMwN2RhMDQwYTc4OTUyY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:433b9826-86d0-40a1-ac00-e9cf0e10b238
ResourceInvariantUUID:4dd82ac1-a316-44fe-a197-272508ecb814
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:579908c8-459d-4347-9f4b-a358a733561d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:6b588106-623f-47ba-a29e-a84181fe072b
ArtifactChecksum:YzliMDIxMGRhMjkwZTcwYjVhYzI1MGI4NzcxZWE5Y2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:d3acd466-4e75-44e6-83e8-58094dace503
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2c1cf456-4ddd-4064-bc87-7a9dcecd0015
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:83933a71-4044-4e1c-b15f-2b7f49c75a77
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2c1cf456-4ddd-4064-bc87-7a9dcecd0015
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:0b3ad490-5cfb-4e46-a7ae-33c275af9f83
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T17:42:43.608Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64edfb03-3431-42bf-9332-2a4a1fc8fa43 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-05-25T17:42:43.647Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:42:43.648Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T17:42:43.648Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T17:42:43.648Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1f4e025-11cf-4a88-ae5c-01d4b3611056 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:43.648Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:43.649Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:43.823Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:43.832Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b1f4e025-11cf-4a88-ae5c-01d4b3611056 158199
2022-05-25T17:42:43.833Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T17:42:43.833Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:43.833Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:43.834Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:43.835Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:43.836Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500563833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:43.936Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:43.937Z||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-05-25T17:42:43.937Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:43.950Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:43.951Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:44.836Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:42:44.837Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-25T17:42:44.838Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b1f4e025-11cf-4a88-ae5c-01d4b3611056, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:44.838Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-25T17:42:44.839Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:44.840Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:45.031Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13040664093729510817/Definitions/service-BasicCnfMacro-template.yml
2022-05-25T17:42:46.286Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T17:42:46.286Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-25T17:42:46.286Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||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-BasicCnfMacro-csar.csar
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-25T17:42:46.287Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.288Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.288Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.288Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-25T17:42:46.288Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:42:46.288Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.289Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.290Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T17:42:46.291Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.291Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.291Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:46.291Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.291Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.292Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1ff14685-75c2-4537-82e7-63238e42c308
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.293Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:46.294Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:64edfb03-3431-42bf-9332-2a4a1fc8fa43
Model Version:NULL
Model InvariantUuid:3ea5a917-4ae8-44b6-a78a-f84d5c5df62a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3aa2f58d-f5b6-4a5f-9031-f2c0a58f20fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4dd82ac1-a316-44fe-a197-272508ecb814
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:433b9826-86d0-40a1-ac00-e9cf0e10b238
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2dd8acd9-2b95-402f-815c-69c40d242b63
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:28a16a39-d02a-4ccd-85a4-4c65628170e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:408ebdaf-610f-4a4b-9b4b-f9e90866fbd4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:210e79e3-1e66-49fc-8914-321131d5a430
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ff14685-75c2-4537-82e7-63238e42c308
ModelInvariantUuid:4a0b4961-75fd-436b-87bf-3ffdf7435e49
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7e758004-986c-4a71-8359-4287b8f0c1b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:941e7e4e-e370-4353-b7a9-7d4f39c41a6f
ModelInvariantUuid:81b2f4eb-1777-449c-933a-bda60a69a19f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:94e9631d-e40f-4fcc-96ce-f532af7e5723
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-05-25T17:42:46.301Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 579908c8-459d-4347-9f4b-a358a733561d
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-05-25T17:42:46.306Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-05-25T17:42:46.306Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 579908c8-459d-4347-9f4b-a358a733561d
2022-05-25T17:42:46.306Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b588106-623f-47ba-a29e-a84181fe072b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T17:42:46.306Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:46.306Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T17:42:46.355Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:46.356Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6b588106-623f-47ba-a29e-a84181fe072b 1565
2022-05-25T17:42:46.356Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T17:42:46.356Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T17:42:46.356Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:46.357Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:46.358Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:46.358Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500566356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:46.458Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:46.459Z||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-05-25T17:42:46.460Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:46.482Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:46.483Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:47.359Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "408ebdaf-610f-4a4b-9b4b-f9e90866fbd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "210e79e3-1e66-49fc-8914-321131d5a430",
    "vfModuleModelCustomizationUUID": "f04266b1-2d61-49f1-a0d9-a994d1c46e6c",
    "isBase": true,
    "artifacts": [
      "d3acd466-4e75-44e6-83e8-58094dace503",
      "2c1cf456-4ddd-4064-bc87-7a9dcecd0015"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "2dd8acd9-2b95-402f-815c-69c40d242b63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28a16a39-d02a-4ccd-85a4-4c65628170e0",
    "vfModuleModelCustomizationUUID": "27004ade-1bb0-4ea2-ba50-1bc0ebf8fe41",
    "isBase": false,
    "artifacts": [
      "0b3ad490-5cfb-4e46-a7ae-33c275af9f83"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T17:42:47.364Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:210e79e3-1e66-49fc-8914-321131d5a430
VfModuleModelInvariantUUID:408ebdaf-610f-4a4b-9b4b-f9e90866fbd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3acd466-4e75-44e6-83e8-58094dace503
,
2c1cf456-4ddd-4064-bc87-7a9dcecd0015

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:28a16a39-d02a-4ccd-85a4-4c65628170e0
VfModuleModelInvariantUUID:2dd8acd9-2b95-402f-815c-69c40d242b63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b3ad490-5cfb-4e46-a7ae-33c275af9f83

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-25T17:42:47.366Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "408ebdaf-610f-4a4b-9b4b-f9e90866fbd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "210e79e3-1e66-49fc-8914-321131d5a430",
    "vfModuleModelCustomizationUUID": "f04266b1-2d61-49f1-a0d9-a994d1c46e6c",
    "isBase": true,
    "artifacts": [
      "d3acd466-4e75-44e6-83e8-58094dace503",
      "2c1cf456-4ddd-4064-bc87-7a9dcecd0015"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "2dd8acd9-2b95-402f-815c-69c40d242b63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28a16a39-d02a-4ccd-85a4-4c65628170e0",
    "vfModuleModelCustomizationUUID": "27004ade-1bb0-4ea2-ba50-1bc0ebf8fe41",
    "isBase": false,
    "artifacts": [
      "0b3ad490-5cfb-4e46-a7ae-33c275af9f83"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T17:42:47.367Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:210e79e3-1e66-49fc-8914-321131d5a430
VfModuleModelInvariantUUID:408ebdaf-610f-4a4b-9b4b-f9e90866fbd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
d3acd466-4e75-44e6-83e8-58094dace503
,
2c1cf456-4ddd-4064-bc87-7a9dcecd0015

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:28a16a39-d02a-4ccd-85a4-4c65628170e0
VfModuleModelInvariantUUID:2dd8acd9-2b95-402f-815c-69c40d242b63
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b3ad490-5cfb-4e46-a7ae-33c275af9f83

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-25T17:42:47.367Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d3acd466-4e75-44e6-83e8-58094dace503 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T17:42:47.367Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:47.367Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T17:42:47.454Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:47.455Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d3acd466-4e75-44e6-83e8-58094dace503 914
2022-05-25T17:42:47.455Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T17:42:47.455Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T17:42:47.455Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:47.456Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:47.457Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:47.458Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500567455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:47.557Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:42:47.558Z||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-05-25T17:42:47.559Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:47.574Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:47.574Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:48.458Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83933a71-4044-4e1c-b15f-2b7f49c75a77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T17:42:48.459Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:48.460Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T17:42:48.509Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:48.510Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 83933a71-4044-4e1c-b15f-2b7f49c75a77 12
2022-05-25T17:42:48.510Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T17:42:48.510Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T17:42:48.510Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:48.511Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:48.512Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:48.513Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500568510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:48.613Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:48.615Z||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-05-25T17:42:48.615Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:48.630Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:48.631Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:49.513Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c1cf456-4ddd-4064-bc87-7a9dcecd0015 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T17:42:49.514Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:49.514Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T17:42:49.563Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:49.564Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2c1cf456-4ddd-4064-bc87-7a9dcecd0015 96
2022-05-25T17:42:49.564Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T17:42:49.565Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T17:42:49.565Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:49.565Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:49.567Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:49.567Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500569564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:49.668Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:42:49.668Z||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-05-25T17:42:49.668Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:49.686Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:49.686Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:50.568Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0b3ad490-5cfb-4e46-a7ae-33c275af9f83 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T17:42:50.569Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-25T17:42:50.569Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T17:42:50.632Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-25T17:42:50.633Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0b3ad490-5cfb-4e46-a7ae-33c275af9f83 20206
2022-05-25T17:42:50.634Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T17:42:50.634Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T17:42:50.634Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:42:50.635Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:50.638Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:50.638Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500570634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:42:50.737Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:42:50.738Z||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-05-25T17:42:50.738Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:50.759Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:50.760Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:51.644Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 64edfb03-3431-42bf-9332-2a4a1fc8fa43
2022-05-25T17:42:51.644Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 579908c8-459d-4347-9f4b-a358a733561d 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 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-05-25T17:42:51.653Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5751ad, org.onap.sdc.toscaparser.api.parameters.Input@4266e611, org.onap.sdc.toscaparser.api.parameters.Input@210863d8, org.onap.sdc.toscaparser.api.parameters.Input@4523d96, org.onap.sdc.toscaparser.api.parameters.Input@737fce88]
2022-05-25T17:42:51.655Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.656Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.656Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-25T17:42:51.657Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 433b9826-86d0-40a1-ac00-e9cf0e10b238
2022-05-25T17:42:51.657Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 433b9826-86d0-40a1-ac00-e9cf0e10b238 matches Tosca VF Customization UUID: 433b9826-86d0-40a1-ac00-e9cf0e10b238
2022-05-25T17:42:51.657Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 433b9826-86d0-40a1-ac00-e9cf0e10b238  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-05-25T17:42:51.660Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.661Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.662Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 433b9826-86d0-40a1-ac00-e9cf0e10b238: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-25T17:42:51.662Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@710372b6
2022-05-25T17:42:51.662Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.663Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T17:42:51.663Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27004ade-1bb0-4ea2-ba50-1bc0ebf8fe41
2022-05-25T17:42:51.663Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27004ade-1bb0-4ea2-ba50-1bc0ebf8fe41
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-05-25T17:42:51.666Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.667Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:51.667Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:51.667Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.667Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:51.667Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:42:51.668Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.668Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T17:42:51.668Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=433b9826-86d0-40a1-ac00-e9cf0e10b238
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-05-25T17:42:51.670Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.670Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.670Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 64edfb03-3431-42bf-9332-2a4a1fc8fa43: basic_cnf_macro
2022-05-25T17:42:51.670Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.671Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.671Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.671Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.671Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.672Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.672Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.672Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.672Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:42:51.672Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:42:51.673Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-05-25T17:42:51.725Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 579908c8-459d-4347-9f4b-a358a733561d 2 ASDC deployResourceStructure
2022-05-25T17:42:51.725Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-25T17:42:51.726Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T17:42:51.726Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:42:51.726Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:51.727Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:51.728Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500571725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:51.828Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:51.829Z||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-05-25T17:42:51.829Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:51.847Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:51.847Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:52.729Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-25T17:42:52.729Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T17:42:52.729Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:42:52.729Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:52.731Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:52.731Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500572728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:52.831Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:52.832Z||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-05-25T17:42:52.832Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:52.848Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:52.848Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:53.732Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-25T17:42:53.733Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T17:42:53.733Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T17:42:53.733Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:53.735Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:53.735Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500573732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T17:42:53.835Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:53.836Z||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-05-25T17:42:53.836Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:53.853Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:53.854Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:42:54.736Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-25T17:42:54.736Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T17:42:54.736Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:42:54.737Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:54.739Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:54.739Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500574736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:54.839Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:54.841Z||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-05-25T17:42:54.841Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:54.855Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:54.855Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:55.740Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-25T17:42:55.740Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T17:42:55.740Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T17:42:55.740Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:55.742Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:55.742Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500575739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T17:42:55.844Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-25T17:42:55.845Z||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-05-25T17:42:55.845Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:55.859Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:55.860Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:56.743Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T17:42:56.743Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T17:42:56.744Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:42:56.744Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:42:56.745Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:42:56.746Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500576743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:42:56.846Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:42:56.847Z||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-05-25T17:42:56.847Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:42:56.863Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:42:56.863Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:42:57.747Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:42:57.755Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
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-05-25T17:42:57.758Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:42:57.758Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:42:57.758Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:43:27.758Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:43:27.768Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
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-05-25T17:43:27.770Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:43:27.770Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:43:27.770Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:43:32.925Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:43:32.925Z||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-05-25T17:43:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:43:32.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:43:32.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:43:32.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500552109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:43:32.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:43:57.770Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:43:57.781Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
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-05-25T17:43:57.784Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:43:57.784Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:43:57.784Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:44:27.785Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:44:27.797Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
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-05-25T17:44:27.799Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:44:27.800Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:44:27.800Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:44:32.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:44:32.925Z||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-05-25T17:44:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:44:33.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:44:33.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "clamp",
  "timestamp": 1653500553117,
  "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-05-25T17:44:33.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:44:33.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:44:33.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500554524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500555529,
  "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-05-25T17:44:33.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:44:33.485Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:44:33.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500560878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "aai-ml",
  "timestamp": 1653500561882,
  "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-05-25T17:44:33.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b497d06-331d-43ee-b509-4659b6d578ad
2022-05-25T17:44:33.522Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:44:33.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500553761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500550883,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500549742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500552922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500555346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500563833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500563859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500563923,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "cds",
  "timestamp": 1653500564879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T17:44:33.570Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.570Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:33.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500564984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500566039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500566356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500558975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500567065,
  "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-05-25T17:44:33.586Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.586Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:33.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500567455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500567684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500568070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500568510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500568688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500569564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "policy-id",
  "timestamp": 1653500569691,
  "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-05-25T17:44:33.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.600Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:33.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500570634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500571725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500572728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500573732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T17:44:33.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500574736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500575739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500567540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500575111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500576743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500576114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500576379,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:44:33.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500571209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500579141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500580331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500580144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "clamp",
  "timestamp": 1653500581148,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-05-25T17:44:33.644Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.644Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:33.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500582773,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500583777,
  "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-05-25T17:44:33.657Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:33.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500585915,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:44:33.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:44:33.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T17:44:33.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "aai-ml",
  "timestamp": 1653500586918,
  "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-05-25T17:44:33.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14b035ad-c17c-4e48-b14d-f864434cff9e
2022-05-25T17:44:33.671Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:44:57.800Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:44:57.827Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad
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-05-25T17:44:57.830Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:44:57.830Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T17:44:57.830Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T17:44:57.831Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T17:44:57.831Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.831Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.832Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.832Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.832Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.832Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:44:57.833Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||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-05-25T17:44:57.838Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T17:45:27.839Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b497d06-331d-43ee-b509-4659b6d578ad 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-05-25T17:45:27.851Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b497d06-331d-43ee-b509-4659b6d578ad and serviceModelVersionId: 64edfb03-3431-42bf-9332-2a4a1fc8fa43
2022-05-25T17:45:27.852Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea5a917-4ae8-44b6-a78a-f84d5c5df62a
2022-05-25T17:45:27.854Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0
2022-05-25T17:45:27.862Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T17:45:27.921Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0|INFO|500||Invoke
2022-05-25T17:45:27.922Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b497d06-331d-43ee-b509-4659b6d578ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3537d9d3-240d-41b7-9c8b-7be6abc44d4e], X-ECOMP-RequestID=[8b497d06-331d-43ee-b509-4659b6d578ad], X-TransactionId=[], X-ONAP-RequestID=[8b497d06-331d-43ee-b509-4659b6d578ad], Content-Type=[application/merge-patch+json]}
2022-05-25T17:45:27.945Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T17:45:28.219Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?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/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-17:45:27:400-52335], vertex-id=[385272], Content-Length=[0], Date=[Wed, 25 May 2022 17:45:27 GMT], Content-Type=[application/json]}
2022-05-25T17:45:28.220Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T17:45:28.220Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea5a917-4ae8-44b6-a78a-f84d5c5df62a/model-vers/model-ver/64edfb03-3431-42bf-9332-2a4a1fc8fa43?depth=0|INFO|500||InvokeReturn
2022-05-25T17:45:28.221Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T17:45:28.222Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||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-05-25T17:45:28.229Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||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-05-25T17:45:28.229Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b497d06-331d-43ee-b509-4659b6d578ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T17:45:28.230Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T17:45:28.231Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:28.234Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:28.234Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500728229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T17:45:28.334Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:28.336Z||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-05-25T17:45:28.336Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:28.354Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:28.355Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T17:45:29.251Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:45:29.252Z||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-05-25T17:45:29.252Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:45:32.925Z||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-05-25T17:45:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:33.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:33.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:45:33.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b497d06-331d-43ee-b509-4659b6d578ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500728229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T17:45:33.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:45:33.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:33.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T17:45:33.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"14b035ad-c17c-4e48-b14d-f864434cff9e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"bb901a4e-b474-4ed4-b8b0-c816b1d574b6","serviceDescription":"service","serviceInvariantUUID":"4c22a37a-f799-4d6b-8e69-b13a9f8b17aa","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66","resourceInvariantUUID":"7d6d7a24-d3a5-4ae2-bb77-0f01f9cde244","resourceCustomizationUUID":"d7b0995d-981e-4b0e-b32f-a379157287e8","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":"1339fa75-702d-4726-8de7-18742d168221","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":"MmZiNDQ0NWRjZWIyZWJkYWUyMWQ4YzAzOTA3ZDljMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b196b97-707b-4835-95db-f2fadbc035be","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":"N2FlZjkwZWI3ZDM3OTkzODZjYmE1MzM0YTMzNzgzOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40d3c524-476c-4883-a617-a60fad2e71bb","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":"a419630a-dcd3-4592-951b-535db22a2f75","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":"5cf35a3e-8380-42f2-8a91-56ea3e66877b","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":"a682b89b-2d1e-492a-8a3e-d6ca839f45b7","artifactVersion":"2","generatedFromUUID":"a419630a-dcd3-4592-951b-535db22a2f75"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjVmNjUyYTM1ODM4OGVhNDM3MmU5YjBkODY5YmExMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9ba7fd0-1a53-44ca-967d-4a7b9a9fcce6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmQ5MzAyZDFhYjYzNTMzZDJmZjI0YzkxMDAwMTFjYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20f019fa-d1f4-40f1-9ee2-f998f1bc6363","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T17:45:33.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:33.659Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:33.662Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:33.662Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:45:33.762Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:33.762Z||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-05-25T17:45:33.763Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:33.776Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:33.776Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:34.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:34.667Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:34.669Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:34.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:45:34.769Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:34.770Z||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-05-25T17:45:34.770Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:34.783Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:34.784Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:35.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:35.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:35.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:35.674Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:45:35.773Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:35.774Z||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-05-25T17:45:35.775Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:35.790Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:35.790Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:36.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:36.679Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:36.681Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:36.681Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:45:36.781Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:36.782Z||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-05-25T17:45:36.782Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:36.799Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:36.799Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:45:37.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:37.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:37.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:37.684Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:45:37.784Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:37.785Z||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-05-25T17:45:37.785Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:37.797Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:37.797Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:38.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:38.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:38.691Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:38.691Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T17:45:38.791Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:38.792Z||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-05-25T17:45:38.792Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:38.805Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:38.805Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:39.692Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:39.692Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:39.694Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:39.695Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:45:39.794Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:39.795Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:39.795Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:39.809Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:39.809Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:40.695Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:45:40.696Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:40.698Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:40.698Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:45:40.798Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:40.799Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:40.799Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:40.819Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:40.821Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:41.699Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "bb901a4e-b474-4ed4-b8b0-c816b1d574b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c22a37a-f799-4d6b-8e69-b13a9f8b17aa",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d7b0995d-981e-4b0e-b32f-a379157287e8",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66",
      "resourceInvariantUUID": "7d6d7a24-d3a5-4ae2-bb77-0f01f9cde244",
      "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": "N2FlZjkwZWI3ZDM3OTkzODZjYmE1MzM0YTMzNzgzOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40d3c524-476c-4883-a617-a60fad2e71bb",
          "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": "a419630a-dcd3-4592-951b-535db22a2f75",
          "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": "a682b89b-2d1e-492a-8a3e-d6ca839f45b7",
            "generatedFromUUID": "a419630a-dcd3-4592-951b-535db22a2f75"
          },
          "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": "a682b89b-2d1e-492a-8a3e-d6ca839f45b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZmQ5MzAyZDFhYjYzNTMzZDJmZjI0YzkxMDAwMTFjYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20f019fa-d1f4-40f1-9ee2-f998f1bc6363"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T17:45:41.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T17:45:41.700Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bb901a4e-b474-4ed4-b8b0-c816b1d574b6 ASDC
2022-05-25T17:45:41.701Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:14b035ad-c17c-4e48-b14d-f864434cff9e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:bb901a4e-b474-4ed4-b8b0-c816b1d574b6
ServiceInvariantUUID:4c22a37a-f799-4d6b-8e69-b13a9f8b17aa
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:20f019fa-d1f4-40f1-9ee2-f998f1bc6363
ArtifactChecksum:ZmQ5MzAyZDFhYjYzNTMzZDJmZjI0YzkxMDAwMTFjYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d7b0995d-981e-4b0e-b32f-a379157287e8
ResourceInvariantUUID:7d6d7a24-d3a5-4ae2-bb77-0f01f9cde244
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66
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:40d3c524-476c-4883-a617-a60fad2e71bb
ArtifactChecksum:N2FlZjkwZWI3ZDM3OTkzODZjYmE1MzM0YTMzNzgzOTU=
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:a419630a-dcd3-4592-951b-535db22a2f75
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:a682b89b-2d1e-492a-8a3e-d6ca839f45b7
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:a682b89b-2d1e-492a-8a3e-d6ca839f45b7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T17:45:41.701Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb901a4e-b474-4ed4-b8b0-c816b1d574b6 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-05-25T17:45:41.738Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:45:41.739Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:45:41.739Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:45:41.739Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20f019fa-d1f4-40f1-9ee2-f998f1bc6363 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T17:45:41.740Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T17:45:41.740Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T17:45:42.210Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T17:45:42.215Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 20f019fa-d1f4-40f1-9ee2-f998f1bc6363 73681
2022-05-25T17:45:42.216Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T17:45:42.216Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T17:45:42.216Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:45:42.217Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:42.219Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:42.219Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500742216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:45:42.319Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:42.320Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:42.320Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:42.351Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:42.352Z||pool-93-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:45:43.220Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:45:43.221Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:45:43.221Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 20f019fa-d1f4-40f1-9ee2-f998f1bc6363, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:43.222Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-25T17:45:43.222Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:43.223Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:43.439Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2836237167111697677/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-05-25T17:45:44.642Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.643Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.644Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.645Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:44.645Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T17:45:44.645Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:45:44.645Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.645Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.646Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:44.646Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T17:45:44.646Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:45:44.646Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.646Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.647Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.647Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T17:45:44.647Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T17:45:44.647Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T17:45:44.648Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T17:45:44.648Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T17:45:44.648Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T17:45:44.648Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.648Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T17:45:44.649Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.649Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:44.649Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:44.650Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09368c4c-7765-4eea-adde-ada89dd97b31
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.651Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:44.652Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:bb901a4e-b474-4ed4-b8b0-c816b1d574b6
Model Version:NULL
Model InvariantUuid:4c22a37a-f799-4d6b-8e69-b13a9f8b17aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:12d61de5-01b7-4e08-98db-48abd00c000e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7d6d7a24-d3a5-4ae2-bb77-0f01f9cde244
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7b0995d-981e-4b0e-b32f-a379157287e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f32dae67-aeaf-4d85-b579-7f67c1b50599
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9289fd27-8cd8-4de9-a09f-51a905622d03
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09368c4c-7765-4eea-adde-ada89dd97b31
ModelInvariantUuid:e8657482-cea6-4f0f-aa84-9424032dac51
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5e5753aa-98fb-4bac-b427-f1aef6864f72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1a0c517d-de69-4628-a979-457e8cea5ed3
ModelInvariantUuid:868d8da1-f29d-414e-b309-0b61b0f53977
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:921e368f-6354-4f87-9233-fdc147cac4bf
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-05-25T17:45:44.665Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66
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-05-25T17:45:44.670Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||basicclamp 0
2022-05-25T17:45:44.671Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66
2022-05-25T17:45:44.671Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 40d3c524-476c-4883-a617-a60fad2e71bb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T17:45:44.671Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T17:45:44.671Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T17:45:44.822Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T17:45:44.822Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 40d3c524-476c-4883-a617-a60fad2e71bb 790
2022-05-25T17:45:44.823Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:44.823Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:44.823Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:45:44.823Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:44.826Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:44.826Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500744822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:45:44.925Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:44.926Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:44.927Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:44.942Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:44.942Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:45.826Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f32dae67-aeaf-4d85-b579-7f67c1b50599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9289fd27-8cd8-4de9-a09f-51a905622d03",
    "vfModuleModelCustomizationUUID": "b06473f2-ea12-484b-89ef-cad61dbf37ff",
    "isBase": true,
    "artifacts": [
      "a419630a-dcd3-4592-951b-535db22a2f75",
      "a682b89b-2d1e-492a-8a3e-d6ca839f45b7"
    ],
    "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-05-25T17:45:45.830Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9289fd27-8cd8-4de9-a09f-51a905622d03
VfModuleModelInvariantUUID:f32dae67-aeaf-4d85-b579-7f67c1b50599
VfModuleModelDescription:NULL
Artifacts UUID List:{
a419630a-dcd3-4592-951b-535db22a2f75
,
a682b89b-2d1e-492a-8a3e-d6ca839f45b7

}
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-05-25T17:45:45.832Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f32dae67-aeaf-4d85-b579-7f67c1b50599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9289fd27-8cd8-4de9-a09f-51a905622d03",
    "vfModuleModelCustomizationUUID": "b06473f2-ea12-484b-89ef-cad61dbf37ff",
    "isBase": true,
    "artifacts": [
      "a419630a-dcd3-4592-951b-535db22a2f75",
      "a682b89b-2d1e-492a-8a3e-d6ca839f45b7"
    ],
    "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-05-25T17:45:45.832Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9289fd27-8cd8-4de9-a09f-51a905622d03
VfModuleModelInvariantUUID:f32dae67-aeaf-4d85-b579-7f67c1b50599
VfModuleModelDescription:NULL
Artifacts UUID List:{
a419630a-dcd3-4592-951b-535db22a2f75
,
a682b89b-2d1e-492a-8a3e-d6ca839f45b7

}
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-05-25T17:45:45.832Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a419630a-dcd3-4592-951b-535db22a2f75 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T17:45:45.832Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T17:45:45.832Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T17:45:45.879Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T17:45:45.879Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a419630a-dcd3-4592-951b-535db22a2f75 5033
2022-05-25T17:45:45.879Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:45.880Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:45.880Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:45:45.880Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:45.882Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:45.882Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500745879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:45:45.982Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:45.983Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:45.983Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:45.997Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:45.998Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:46.883Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a682b89b-2d1e-492a-8a3e-d6ca839f45b7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T17:45:46.883Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T17:45:46.884Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T17:45:46.931Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T17:45:46.932Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a682b89b-2d1e-492a-8a3e-d6ca839f45b7 909
2022-05-25T17:45:46.932Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:46.932Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:46.933Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:45:46.933Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:46.937Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:46.937Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500746932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:45:47.036Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:47.037Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:47.037Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:47.058Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:47.058Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:47.938Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bb901a4e-b474-4ed4-b8b0-c816b1d574b6
2022-05-25T17:45:47.938Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66 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-05-25T17:45:47.955Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b0145d3, org.onap.sdc.toscaparser.api.parameters.Input@42f8f462, org.onap.sdc.toscaparser.api.parameters.Input@fbdb258, org.onap.sdc.toscaparser.api.parameters.Input@313d33f6, org.onap.sdc.toscaparser.api.parameters.Input@2003d7df]
2022-05-25T17:45:47.956Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.956Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.956Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-25T17:45:47.956Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7b0995d-981e-4b0e-b32f-a379157287e8
2022-05-25T17:45:47.957Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7b0995d-981e-4b0e-b32f-a379157287e8 matches Tosca VF Customization UUID: d7b0995d-981e-4b0e-b32f-a379157287e8
2022-05-25T17:45:47.957Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7b0995d-981e-4b0e-b32f-a379157287e8  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-05-25T17:45:47.959Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.959Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7b0995d-981e-4b0e-b32f-a379157287e8: {\"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-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f6a0c4f
2022-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b06473f2-ea12-484b-89ef-cad61dbf37ff
2022-05-25T17:45:47.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b06473f2-ea12-484b-89ef-cad61dbf37ff
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-05-25T17:45:47.962Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:47.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.964Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T17:45:47.964Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T17:45:47.964Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T17:45:47.964Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09368c4c-7765-4eea-adde-ada89dd97b31
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-05-25T17:45:47.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:47.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T17:45:47.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T17:45:47.968Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d7b0995d-981e-4b0e-b32f-a379157287e8
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-05-25T17:45:47.969Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.969Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bb901a4e-b474-4ed4-b8b0-c816b1d574b6: basicclamp
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:45:47.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:45:47.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:48.052Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ccf1eb27-4d48-4a84-b92e-bcf8dbef8d66 1 ASDC deployResourceStructure
2022-05-25T17:45:48.053Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:48.053Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:48.053Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:45:48.053Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:48.055Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:48.055Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500748053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:45:48.155Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:45:48.156Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:48.156Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:48.170Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:48.170Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:49.056Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:49.056Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:49.056Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:45:49.057Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:49.058Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:49.059Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500749055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T17:45:49.161Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-25T17:45:49.162Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:49.162Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:49.178Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:49.179Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:50.059Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:50.060Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:45:50.060Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:45:50.060Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:50.064Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:50.064Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500750059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T17:45:50.163Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:50.164Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:50.165Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:50.191Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:50.192Z||pool-99-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:51.065Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T17:45:51.065Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T17:45:51.066Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:45:51.066Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:45:51.068Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:45:51.069Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500751065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:45:51.168Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:45:51.170Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:45:51.170Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:45:51.191Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:45:51.192Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:45:52.070Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14b035ad-c17c-4e48-b14d-f864434cff9e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:45:52.083Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14b035ad-c17c-4e48-b14d-f864434cff9e
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-05-25T17:45:52.085Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:45:52.085Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T17:45:52.085Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T17:45:52.086Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T17:45:52.086Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:45:52.086Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:45:52.086Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-25T17:45:52.086Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-25T17:45:52.091Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T17:46:22.092Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14b035ad-c17c-4e48-b14d-f864434cff9e 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-05-25T17:46:22.097Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14b035ad-c17c-4e48-b14d-f864434cff9e and serviceModelVersionId: bb901a4e-b474-4ed4-b8b0-c816b1d574b6
2022-05-25T17:46:22.097Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c22a37a-f799-4d6b-8e69-b13a9f8b17aa
2022-05-25T17:46:22.098Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?depth=0
2022-05-25T17:46:22.102Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T17:46:22.142Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?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-05-25T17:46:22.143Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?depth=0|INFO|500||Invoke
2022-05-25T17:46:22.161Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-25T17:46:22.261Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?depth=0|INFO|500||InvokeReturn
2022-05-25T17:46:22.261Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c22a37a-f799-4d6b-8e69-b13a9f8b17aa/model-vers/model-ver/bb901a4e-b474-4ed4-b8b0-c816b1d574b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-17:46:21:615-30689], vertex-id=[479416], Content-Length=[0], Date=[Wed, 25 May 2022 17:46:21 GMT], Content-Type=[application/json]}
2022-05-25T17:46:22.261Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T17:46:22.262Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T17:46:22.262Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||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-05-25T17:46:22.266Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T17:46:22.266Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14b035ad-c17c-4e48-b14d-f864434cff9e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-25T17:46:22.266Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T17:46:22.267Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:22.268Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:22.268Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500782266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T17:46:22.368Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:22.369Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:22.369Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:22.389Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:22.389Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T17:46:23.282Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:46:23.283Z|14b035ad-c17c-4e48-b14d-f864434cff9e|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-05-25T17:46:23.283Z|14b035ad-c17c-4e48-b14d-f864434cff9e|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:23.957Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:23.958Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T17:46:23.958Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5cc1fb80-685e-4916-bbb4-07ebd7d4e654","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d49a3e07-a853-476b-989f-8ab31833c27a","serviceDescription":"service","serviceInvariantUUID":"adccc9ac-faa1-4932-80cc-ae36c0f457d0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"51adca88-db16-418b-8231-67916f0ef938","resourceInvariantUUID":"442cc19a-7d6a-4f37-b2d7-1444317700f4","resourceCustomizationUUID":"6d8e1aec-5632-4b02-9fef-d450e52f5574","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":"OTVhODU3Nzk4NWZiMjYzOTY3MzhkYzVkMzgyYjgzNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62f1510c-b153-48da-a63a-7f66f1e9668a","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":"e1215740-a1b2-4fd7-8975-087d74955251","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":"a804b9d0-505d-42c5-8214-c6063136d10b","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":"MjZiMjlkYzA2MDIwMTUwZTc0YjM5YmMwY2QxNjc2YWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"01208944-2f5d-432e-ae94-7be01e3a5e26","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":"803ba497-b114-48f2-b76d-69ecaa85bd51","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":"f05276ef-478f-49d0-9a9f-28ea1fdb0f75","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":"80c84d99-36ac-4108-b87b-0c9c21eb9911","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":"MGJlOTY5NzY1MTljNmU4ZTU5NTE5YjBlYjBiMDkzN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c177ed7-2768-4a60-b6ab-5a633340886e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzY1NzU5NTU0NzJkY2JmOGZhM2FhNDRlYjg0NWNmZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7385095-b63f-4556-adbb-4d07342ec358","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T17:46:23.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:23.960Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:23.962Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:23.962Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:24.062Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:24.062Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:24.063Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:24.079Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:24.079Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:24.963Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:24.964Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:24.966Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:24.966Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:25.066Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:46:25.066Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:25.067Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:25.081Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:25.081Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:25.967Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:25.968Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:25.970Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:25.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:26.070Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:46:26.071Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:26.071Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:26.084Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:26.085Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:46:26.971Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:26.972Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:26.974Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:26.974Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:27.074Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:27.075Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:27.075Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:27.093Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:27.093Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:27.975Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:27.976Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:27.978Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:27.978Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:28.078Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:28.078Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:28.078Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:28.097Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:28.097Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:28.979Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:28.980Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:28.984Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:28.984Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:29.084Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:29.085Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:29.085Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:29.101Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:29.106Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:46:29.985Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:29.985Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:29.987Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:29.987Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:30.087Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:46:30.088Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:30.088Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:30.103Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:30.104Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T17:46:30.988Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:30.989Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:30.992Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:30.992Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:31.091Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:46:31.092Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:31.093Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:31.106Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:31.109Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:31.992Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T17:46:31.994Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:31.996Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:31.997Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:46:32.096Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:46:32.097Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:32.097Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:32.112Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:32.113Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:46:32.925Z||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-05-25T17:46:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:32.998Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d49a3e07-a853-476b-989f-8ab31833c27a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adccc9ac-faa1-4932-80cc-ae36c0f457d0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6d8e1aec-5632-4b02-9fef-d450e52f5574",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "51adca88-db16-418b-8231-67916f0ef938",
      "resourceInvariantUUID": "442cc19a-7d6a-4f37-b2d7-1444317700f4",
      "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": "NzY1NzU5NTU0NzJkY2JmOGZhM2FhNDRlYjg0NWNmZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c7385095-b63f-4556-adbb-4d07342ec358"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T17:46:32.999Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T17:46:32.999Z|14b035ad-c17c-4e48-b14d-f864434cff9e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d49a3e07-a853-476b-989f-8ab31833c27a ASDC
2022-05-25T17:46:32.999Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5cc1fb80-685e-4916-bbb4-07ebd7d4e654
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d49a3e07-a853-476b-989f-8ab31833c27a
ServiceInvariantUUID:adccc9ac-faa1-4932-80cc-ae36c0f457d0
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:c7385095-b63f-4556-adbb-4d07342ec358
ArtifactChecksum:NzY1NzU5NTU0NzJkY2JmOGZhM2FhNDRlYjg0NWNmZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6d8e1aec-5632-4b02-9fef-d450e52f5574
ResourceInvariantUUID:442cc19a-7d6a-4f37-b2d7-1444317700f4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:51adca88-db16-418b-8231-67916f0ef938
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T17:46:32.999Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d49a3e07-a853-476b-989f-8ab31833c27a 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-05-25T17:46:33.029Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:46:33.029Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:46:33.030Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:46:33.030Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7385095-b63f-4556-adbb-4d07342ec358 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T17:46:33.030Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-25T17:46:33.030Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T17:46:33.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:33.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:46:33.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:46:33.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:46:33.507Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-25T17:46:33.523Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c7385095-b63f-4556-adbb-4d07342ec358 105657
2022-05-25T17:46:33.524Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T17:46:33.524Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T17:46:33.524Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T17:46:33.524Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:33.527Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:33.527Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500793524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:46:33.626Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T17:46:33.627Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:33.627Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:33.650Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:33.651Z||pool-111-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:34.527Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T17:46:34.528Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-25T17:46:34.528Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c7385095-b63f-4556-adbb-4d07342ec358, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:34.529Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-25T17:46:34.529Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:34.529Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:34.703Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11986483624077845552/Definitions/service-TestPnfMacro-template.yml
2022-05-25T17:46:35.461Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T17:46:35.462Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T17:46:35.462Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.462Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T17:46:35.462Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.462Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||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-05-25T17:46:35.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T17:46:35.464Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-25T17:46:35.464Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.464Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.464Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T17:46:35.465Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T17:46:35.465Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:46:35.465Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.465Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.466Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T17:46:35.466Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-25T17:46:35.467Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T17:46:35.467Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.467Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.468Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.468Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.469Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.469Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.469Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.469Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.470Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.470Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.470Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d49a3e07-a853-476b-989f-8ab31833c27a
Model Version:NULL
Model InvariantUuid:adccc9ac-faa1-4932-80cc-ae36c0f457d0
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-05-25T17:46:35.477Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 51adca88-db16-418b-8231-67916f0ef938
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-05-25T17:46:35.480Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-05-25T17:46:35.480Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 51adca88-db16-418b-8231-67916f0ef938
2022-05-25T17:46:35.480Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d49a3e07-a853-476b-989f-8ab31833c27a
2022-05-25T17:46:35.481Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d49a3e07-a853-476b-989f-8ab31833c27a
2022-05-25T17:46:35.481Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 51adca88-db16-418b-8231-67916f0ef938 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-05-25T17:46:35.485Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@646179b2, org.onap.sdc.toscaparser.api.parameters.Input@268946c5, org.onap.sdc.toscaparser.api.parameters.Input@cad5456, org.onap.sdc.toscaparser.api.parameters.Input@550c0091, org.onap.sdc.toscaparser.api.parameters.Input@3acf5f6b]
2022-05-25T17:46:35.485Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.485Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.486Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d49a3e07-a853-476b-989f-8ab31833c27a: test-pnf
2022-05-25T17:46:35.486Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Processing PNF resource: 51adca88-db16-418b-8231-67916f0ef938
2022-05-25T17:46:35.486Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T17:46:35.487Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T17:46:35.487Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||Resource customization UUID: 6d8e1aec-5632-4b02-9fef-d450e52f5574 is the same as notified resource customizationUUID: 6d8e1aec-5632-4b02-9fef-d450e52f5574
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-05-25T17:46:36.016Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 51adca88-db16-418b-8231-67916f0ef938 0 ASDC deployResourceStructure
2022-05-25T17:46:36.017Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T17:46:36.017Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T17:46:36.017Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T17:46:36.017Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:46:36.022Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:46:36.022Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500796017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:46:36.119Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-25T17:46:36.120Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:46:36.121Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:46:36.138Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:46:36.139Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T17:46:37.023Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:46:37.033Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:46:37.035Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:46:37.039Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:46:37.039Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:47:07.042Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:47:07.056Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:47:07.058Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:47:07.058Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:47:07.059Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:47:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:47:32.925Z||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-05-25T17:47:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:47:32.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:47:32.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500729251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500742216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500744822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500745879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500746932,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500748053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500749055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500750059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500751065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500765346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653500769743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500772265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T17:47:32.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500782024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b035ad-c17c-4e48-b14d-f864434cff9e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500782266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500773761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "cds",
  "timestamp": 1653500783273,
  "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-05-25T17:47:32.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:47:32.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:47:32.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500783536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500784652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:32.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:32.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653500785655,
  "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-05-25T17:47:33.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:47:33.004Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:47:33.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500777540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500778978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:33.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500787406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:33.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500788139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:33.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500789027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:33.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500781209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:33.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500790031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500790149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:47:33.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T17:47:33.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:33.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "policy-id",
  "timestamp": 1653500791034,
  "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-05-25T17:47:33.029Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:47:33.029Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:47:33.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500791128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:47:33.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:47:33.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "clamp",
  "timestamp": 1653500791153,
  "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-05-25T17:47:33.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:47:33.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:47:33.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:47:33.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500783282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T17:47:33.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-25T17:47:37.059Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:47:37.071Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:47:37.073Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:47:37.073Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:47:37.073Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:48:07.073Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:48:07.085Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:48:07.089Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:48:07.089Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:48:07.089Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:48:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:48:32.925Z||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-05-25T17:48:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:48:32.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:48:32.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:48:32.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500793009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:48:32.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:48:37.089Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:48:37.101Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:48:37.103Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:48:37.103Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:48:37.103Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:49:07.104Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:49:07.115Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:49:07.118Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:49:07.118Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T17:49:07.118Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T17:49:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:49:32.925Z||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-05-25T17:49:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:49:33.450Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:49:33.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:49:33.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500793524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500793315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:49:33.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653500794023,
  "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-05-25T17:49:33.469Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:49:33.469Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:49:33.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:49:33.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "aai-ml",
  "timestamp": 1653500794318,
  "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-05-25T17:49:33.483Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
2022-05-25T17:49:33.484Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:49:33.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-25T17:49:33.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653500796017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T17:49:33.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:49:37.118Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-25T17:49:37.129Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654
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-05-25T17:49:37.132Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T17:49:37.132Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.133Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T17:49:37.134Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T17:49:37.139Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T17:50:07.140Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 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-05-25T17:50:07.147Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 and serviceModelVersionId: d49a3e07-a853-476b-989f-8ab31833c27a
2022-05-25T17:50:07.147Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adccc9ac-faa1-4932-80cc-ae36c0f457d0
2022-05-25T17:50:07.148Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0
2022-05-25T17:50:07.154Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T17:50:07.198Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0|INFO|500||Invoke
2022-05-25T17:50:07.199Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5cc1fb80-685e-4916-bbb4-07ebd7d4e654], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b58becd2-d6a7-418f-957a-0284ab1e4bf5], X-ECOMP-RequestID=[5cc1fb80-685e-4916-bbb4-07ebd7d4e654], X-TransactionId=[], X-ONAP-RequestID=[5cc1fb80-685e-4916-bbb4-07ebd7d4e654], Content-Type=[application/merge-patch+json]}
2022-05-25T17:50:07.221Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T17:50:07.448Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?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/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-17:50:06:677-84973], vertex-id=[528440], Content-Length=[0], Date=[Wed, 25 May 2022 17:50:06 GMT], Content-Type=[application/json]}
2022-05-25T17:50:07.449Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T17:50:07.450Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adccc9ac-faa1-4932-80cc-ae36c0f457d0/model-vers/model-ver/d49a3e07-a853-476b-989f-8ab31833c27a?depth=0|INFO|500||InvokeReturn
2022-05-25T17:50:07.450Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T17:50:07.451Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||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-05-25T17:50:07.459Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T17:50:07.460Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5cc1fb80-685e-4916-bbb4-07ebd7d4e654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T17:50:07.460Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T17:50:07.461Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-25T17:50:07.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T17:50:07.463Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653501007460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T17:50:07.563Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T17:50:07.564Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T17:50:07.564Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:07.582Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:07.582Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T17:50:08.476Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:08.477Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|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-05-25T17:50:08.477Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:18.798Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:18.799Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:18.800Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:50:18.800Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:28.361Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:28.362Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:28.362Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:50:28.363Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:32.925Z||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-05-25T17:50:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:33.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:33.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T17:50:33.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cc1fb80-685e-4916-bbb4-07ebd7d4e654",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653501007460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T17:50:33.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T17:50:37.901Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:37.902Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:37.903Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:50:37.904Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:47.447Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:47.447Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:47.448Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:50:47.448Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:50:57.006Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:50:57.007Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:50:57.008Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:50:57.008Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:51:06.552Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:51:32.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:51:32.922Z||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-05-25T17:51:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:51:32.924Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:51:32.924Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|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-05-25T17:51:32.924Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:51:42.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:51:42.478Z|5cc1fb80-685e-4916-bbb4-07ebd7d4e654|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:52:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:52:32.922Z||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-05-25T17:52:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:52:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:52:32.924Z||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-05-25T17:52:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:52:42.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:52:42.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:53:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:53:32.921Z||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-05-25T17:53:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:53:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:53:32.924Z||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-05-25T17:53:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:53:42.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:53:42.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:54:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:54:32.921Z||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-05-25T17:54:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:54:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:54:32.924Z||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-05-25T17:54:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:54:42.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:54:42.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:55:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:55:32.921Z||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-05-25T17:55:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:55:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:55:32.925Z||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-05-25T17:55:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:55:42.475Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:55:42.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:56:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:56:32.921Z||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-05-25T17:56:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:56:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:56:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T17:56:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:56:42.472Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:56:42.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:57:32.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:57:32.922Z||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-05-25T17:57:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:57:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:57:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T17:57:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:57:42.478Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:57:42.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:58:32.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:58:32.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:58:32.923Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:58:32.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:58:32.924Z||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-05-25T17:58:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:58:42.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:58:42.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:59:32.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:59:32.928Z||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-05-25T17:59:32.928Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T17:59:32.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T17:59:32.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T17:59:32.929Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T17:59:42.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T17:59:42.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:00:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:00:32.921Z||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-05-25T18:00:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:00:32.924Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:00:32.924Z||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-05-25T18:00:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:00:42.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:00:42.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:01:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:01:32.921Z||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-05-25T18:01:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:01:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:01:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|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-05-25T18:01:32.924Z|cd47e920-838f-4473-aa0b-7230599e8c67|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:01:42.470Z|cd47e920-838f-4473-aa0b-7230599e8c67|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:01:42.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:02:32.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:02:32.921Z||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-05-25T18:02:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:02:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:02:32.924Z||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-05-25T18:02:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:02:42.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:02:42.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:03:32.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:03:32.924Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:03:32.924Z||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-05-25T18:03:32.924Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T18:03:32.924Z|8b497d06-331d-43ee-b509-4659b6d578ad|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-05-25T18:03:32.924Z|8b497d06-331d-43ee-b509-4659b6d578ad|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:03:42.480Z|8b497d06-331d-43ee-b509-4659b6d578ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:03:42.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:04:32.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:04:32.922Z||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-05-25T18:04:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:04:32.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:04:32.924Z||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-05-25T18:04:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:04:42.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:04:42.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:05:32.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:05:32.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T18:05:32.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T18:05:32.924Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:05:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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-05-25T18:05:32.925Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:05:42.469Z|5eac1e02-cb08-46f7-bb2a-43ea00a83a4a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:05:42.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:06:32.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:06:32.921Z||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-05-25T18:06:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:06:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:06:32.924Z||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-05-25T18:06:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:06:42.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:06:42.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:07:32.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:07:32.922Z||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-05-25T18:07:32.922Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:07:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:07:32.924Z||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-05-25T18:07:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:07:42.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:07:42.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:08:32.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:08:32.921Z||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-05-25T18:08:32.921Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:08:32.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:08:32.924Z||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-05-25T18:08:32.924Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:08:42.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:08:42.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:09:32.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:09:32.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T18:09:32.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J1yUGSuiB4rMLrC1) ...
2022-05-25T18:09:32.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T18:09:32.925Z||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-05-25T18:09:32.925Z||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 J1yUGSuiB4rMLrC1) ...
2022-05-25T18:09:42.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T18:09:42.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK