Results

By type

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

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

2022-02-04T15:21:48.412Z||main|||||INFO|500||The following profiles are active: basic
2022-02-04T15:21:57.890Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-04T15:21:57.890Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-04T15:21:57.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-04T15:22:00.271Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-04T15:22:00.437Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-04T15:22:00.763Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-04T15:22:00.770Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-04T15:22:00.897Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-04T15:22:01.014Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-04T15:22:01.382Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-04T15:22:02.235Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T15:22:04.173Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T15:22:04.226Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-04T15:22:04.661Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-04T15:22:04.772Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-04T15:22:05.968Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-04T15:22:06.955Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-04T15:22:06.973Z||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$$b9f9eac1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-04T15:22:06.973Z||main|||||WARN|500||The sdc end point is not alive
2022-02-04T15:22:09.746Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-04T15:22:12.285Z||main|||||WARN|500||---
2022-02-04T15:22:12.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-04T15:22:12.286Z||main|||||WARN|500||---
2022-02-04T15:22:12.704Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-04T15:22:17.154Z||main|||||INFO|500||Started Application in 32.983 seconds (JVM running for 34.124)
2022-02-04T15:22:17.172Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-04T15:22:17.173Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-04T15:22:17.186Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-04T15:22:17.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-04T15:22:17.309Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a61fcec-6cb1-4e5d-8875-cdfe9638ae5a url= /sdc/v1/artifactTypes
2022-02-04T15:22:17.310Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-04T15:22:17.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-04T15:22:17.596Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-04T15:22:17.620Z||scheduling-1|||||DEBUG|500||create keys
2022-02-04T15:22:17.628Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-04T15:22:17.908Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:22:17.926Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0578d77-06b9-4033-bcc9-9f34cf016f75 url= /sdc/v1/registerForDistribution
2022-02-04T15:22:18.207Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0578d77-06b9-4033-bcc9-9f34cf016f75 url= /sdc/v1/registerForDistribution
2022-02-04T15:22:18.208Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-04T15:22:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:18.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:22:18.225Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-04T15:22:18.227Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:22:18.227Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:22:18.227Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:22:18.227Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:22:29.111Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:22:29.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:23:18.217Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:18.218Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:23:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:23:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:23:18.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:23:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:23:27.763Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:23:27.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:24:18.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:18.219Z||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-02-04T15:24:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:24:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:24:18.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:24:18.222Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:24:27.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:24:27.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:25:18.217Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:18.219Z||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-02-04T15:25:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:25:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:25:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:25:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:25:27.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:25:27.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:26:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:26:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:26:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:26:18.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:26:18.222Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:26:27.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:26:27.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:27:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:27:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:27:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:27:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:27:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:27:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:27:27.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:28:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:28:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:28:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:28:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:28:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:28:27.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:28:27.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:29:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:29:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:29:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:29:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:29:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:29:27.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:29:27.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:30:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:30:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:30:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:30:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:30:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:30:27.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:30:27.766Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:31:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:31:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:31:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:31:18.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:31:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:31:27.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:31:27.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:31:45.523Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-04T15:32:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:32:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:32:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:32:18.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:32:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:32:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:32:27.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:33:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:33:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:33:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:33:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:33:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:33:27.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:33:27.767Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:34:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:34:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:34:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:34:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:34:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:34:27.764Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:34:27.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:35:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:35:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:35:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:35:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:35:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:35:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:35:27.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:36:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:36:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:36:18.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:36:18.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:36:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:36:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:36:27.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:37:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:37:18.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:37:18.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:37:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:37:27.762Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:37:27.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:38:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:38:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:38:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:38:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:38:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:38:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:38:27.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:38:27.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:39:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:39:18.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:39:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:39:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:39:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:39:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:39:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:39:27.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:40:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:40:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:40:18.224Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:40:18.224Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:40:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:40:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:40:27.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:40:27.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:18.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:41:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:41:18.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:41:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:41:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:41:27.765Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:41:27.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:42:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:42:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:42:18.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:42:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:42:27.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:42:27.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:43:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:43:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:43:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:43:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:43:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:43:27.784Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:43:27.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:44:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:44:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:44:18.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:44:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:44:27.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:44:27.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:45:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:45:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:45:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:45:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:45:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:45:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:45:27.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:46:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:46:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:46:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:46:18.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:46:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:46:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:46:27.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:47:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:47:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:47:18.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:47:18.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:47:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:47:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:47:27.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:48:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:48:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:48:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:48:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:48:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:48:27.764Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:49:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:49:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:49:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:49:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:49:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:49:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:49:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:49:27.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:50:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:50:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:50:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:50:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:50:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:50:27.768Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:50:27.768Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:51:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:51:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:51:18.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:51:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:51:27.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:51:27.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:52:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:52:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:52:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:52:18.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:52:18.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:52:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:52:27.759Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:52:27.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:53:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:53:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:53:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:53:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:53:18.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:53:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:53:27.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:53:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:54:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:54:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:54:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:54:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:54:18.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:54:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:54:27.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:54:27.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:18.217Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:18.218Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:55:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:55:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:55:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:55:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:55:27.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:55:27.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:56:18.217Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:18.218Z||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-02-04T15:56:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:56:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:56:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:56:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:56:27.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:56:27.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:57:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:57:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:57:18.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:57:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:57:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:57:27.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:57:27.764Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:58:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:58:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:58:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:58:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:58:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:58:27.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:58:27.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:59:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:59:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:59:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T15:59:18.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T15:59:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T15:59:27.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T15:59:27.759Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:00:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:00:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:00:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:00:18.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:00:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:00:27.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:00:27.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:01:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:01:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:01:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:01:18.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:01:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:01:27.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:01:27.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:02:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:02:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:02:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:02:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:02:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:02:27.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:02:27.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:03:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:03:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:03:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:03:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:03:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:03:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:03:27.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:03:27.764Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:04:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:04:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:04:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:04:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:04:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:04:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:04:27.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:04:27.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:05:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:05:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:05:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:05:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:05:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:05:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:05:27.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:05:27.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:18.217Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:06:18.218Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:06:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:06:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:06:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:18.846Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:18.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:18.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd8423f6-5512-4b66-9cef-072181bc1e35","serviceName":"basic_onboard_JESoLy","serviceVersion":"1.0","serviceUUID":"2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3","serviceDescription":"service","serviceInvariantUUID":"0e935af0-cced-48f0-b8c8-5c0036c1a4c4","resources":[{"resourceInstanceName":"basic_onboard_JESoLy 0","resourceName":"basic_onboard_JESoLy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77779d22-56d8-4cef-a90c-0aec91b118da","resourceInvariantUUID":"20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c","resourceCustomizationUUID":"ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml","artifactChecksum":"MzQyNzc3M2RmZmE4NTRlNTM1M2MzYjE4YmJhMGQ5MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec09fcda-023a-4714-b8d7-68b3037dc187","artifactVersion":"1"},{"artifactName":"basic_onboard_jesoly0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json","artifactChecksum":"MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee67ae61-1de6-4ed4-8633-c5c730eb1838","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d788975b-572f-44bb-8792-f268966aaf41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ddc91c4c-e75c-4d1f-95d2-7e01b7e8601e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dab739fc-06e9-43e6-a1ef-5c13c2b03fa3","artifactVersion":"2","generatedFromUUID":"d788975b-572f-44bb-8792-f268966aaf41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJesoly-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml","artifactChecksum":"MmUwN2I2YThjOTc0YWZiMGJkMzI5YThhNGZjOTdjMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91fee46f-6f31-46af-be1f-7bdff8a7aab7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJesoly-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar","artifactChecksum":"MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3540502f-06c4-4d93-b418-90b7466d2c89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:06:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.856Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:18.861Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.870Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990761954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990756322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990757812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990773333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:18.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990773340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:18.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "cds",
  "timestamp": 1643990774357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:06:18.970Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-04T16:06:18.975Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:18.975Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:06:18.987Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:18.988Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:06:19.031Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:06:19.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990770113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990777933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:19.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:06:19.876Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:19.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:19.879Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:19.880Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:06:19.980Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:06:19.980Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:19.981Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:19.990Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:19.991Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:20.880Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:20.881Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:20.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:20.884Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:06:20.984Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:20.985Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:20.985Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:20.995Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:20.996Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:21.884Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:21.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:21.888Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:21.888Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:21.988Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:21.989Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:21.989Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:22.000Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:22.000Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:22.889Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:22.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:22.893Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:22.893Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:06:22.993Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:22.994Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:22.994Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:23.005Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:23.006Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:23.894Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:23.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:23.897Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:23.898Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:06:23.998Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:23.999Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:23.999Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:24.009Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:24.010Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:24.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:06:24.899Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:24.901Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:24.901Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:06:25.001Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:25.002Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:25.002Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:25.013Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:25.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:25.903Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "serviceName": "basic_onboard_JESoLy",
  "serviceVersion": "1.0",
  "serviceUUID": "2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0e935af0-cced-48f0-b8c8-5c0036c1a4c4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JESoLy 0",
      "resourceCustomizationUUID": "ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb",
      "resourceName": "basic_onboard_JESoLy",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77779d22-56d8-4cef-a90c-0aec91b118da",
      "resourceInvariantUUID": "20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jesoly0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
          "artifactChecksum": "MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee67ae61-1de6-4ed4-8633-c5c730eb1838",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d788975b-572f-44bb-8792-f268966aaf41",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3",
            "generatedFromUUID": "d788975b-572f-44bb-8792-f268966aaf41"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJesoly-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
      "artifactChecksum": "MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3540502f-06c4-4d93-b418-90b7466d2c89"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:06:25.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:06:25.905Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3 ASDC
2022-02-04T16:06:25.989Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bd8423f6-5512-4b66-9cef-072181bc1e35
ServiceName:basic_onboard_JESoLy
ServiceVersion:1.0
ServiceUUID:2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
ServiceInvariantUUID:0e935af0-cced-48f0-b8c8-5c0036c1a4c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJesoly-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
ArtifactUUID:3540502f-06c4-4d93-b418-90b7466d2c89
ArtifactChecksum:MjhiZTZiYjcyMjc3ZGRkODY5Zjg5NTY0MmEyOWYwZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JESoLy 0
ResourceCustomizationUUID:ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
ResourceInvariantUUID:20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c
ResourceName:basic_onboard_JESoLy
ResourceType:VF
ResourceUUID:77779d22-56d8-4cef-a90c-0aec91b118da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jesoly0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
ArtifactUUID:ee67ae61-1de6-4ed4-8633-c5c730eb1838
ArtifactChecksum:MjJkYmRiYzk0OWNhZjYwODJiODU3MGE0MmNiZWI4MzE=
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d788975b-572f-44bb-8792-f268966aaf41
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
ArtifactUUID:dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
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/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
ArtifactUUID:dab739fc-06e9-43e6-a1ef-5c13c2b03fa3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T16:06:25.990Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:06:26.073Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:06:26.074Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:26.075Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:26.076Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3540502f-06c4-4d93-b418-90b7466d2c89 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.076Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:26.077Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.176Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:26.189Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar 3540502f-06c4-4d93-b418-90b7466d2c89 71552
2022-02-04T16:06:26.190Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar ASDC sendASDCNotification
2022-02-04T16:06:26.190Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:26.191Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:26.192Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:26.194Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:26.194Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990786189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:26.294Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:26.295Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:26.295Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:26.305Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:26.306Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:27.195Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:06:27.196Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:06:27.196Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3540502f-06c4-4d93-b418-90b7466d2c89, URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar to file: /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.197Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.257Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.257Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:27.646Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3748064470469944633/Definitions/service-BasicOnboardJesoly-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-04T16:06:29.524Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.528Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JESoLy 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-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:29.529Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:06:29.541Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.542Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.545Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.546Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:06:29.547Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.548Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.549Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.552Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.552Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.553Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.554Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.555Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6943730-72ad-494f-8d4b-4be88fda996a
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.556Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:29.557Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:29.557Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JESoLy
Description:service
Model UUID:2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
Model Version:NULL
Model InvariantUuid:0e935af0-cced-48f0-b8c8-5c0036c1a4c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JESoLy
Model UUID:7d663553-866f-46a5-8bdc-39fb9fbaddca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:20d6d660-ce14-4aa9-a1f4-b6d2c29f2e1c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
ModelName:BasicOnboardJesoly..base_ubuntu18..module-0
ModelUuid:05270d85-d200-4518-95d3-eaf03ff95607
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6943730-72ad-494f-8d4b-4be88fda996a
ModelInvariantUuid:b8187497-dcc3-4e07-b70b-eb472bc88e70
ModelName:basic_onboard_JESoLy-nodes.ubuntu18Cvfc
ModelUuid:073e2e4f-21aa-494e-8676-3c69b6894326
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0efb1a21-6926-4762-ae89-29afe006ac8e
ModelInvariantUuid:197ed14d-4c03-4354-8d8d-24ae5e233f21
ModelName:BasicOnboardJesoly.compute.nodes.heat.ubuntu18
ModelUuid:93252800-f3f5-4df6-8b1a-4f25125b6a18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:06:29.568Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 77779d22-56d8-4cef-a90c-0aec91b118da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:06:29.663Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||basic_onboard_JESoLy 0
2022-02-04T16:06:29.669Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77779d22-56d8-4cef-a90c-0aec91b118da
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee67ae61-1de6-4ed4-8633-c5c730eb1838 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:29.670Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.719Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ee67ae61-1de6-4ed4-8633-c5c730eb1838 798
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ASDC sendASDCNotification
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:29.720Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:29.721Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:29.722Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:29.723Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990789720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:29.823Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:29.824Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:29.824Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:29.832Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:29.832Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:30.724Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJesoly..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5fd9f492-52ad-4be0-9ecf-dfcc62eeb200",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05270d85-d200-4518-95d3-eaf03ff95607",
    "vfModuleModelCustomizationUUID": "82b3e87b-7b25-4881-9ed3-1359d0ce147e",
    "isBase": true,
    "artifacts": [
      "d788975b-572f-44bb-8792-f268966aaf41",
      "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:06:30.781Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJesoly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05270d85-d200-4518-95d3-eaf03ff95607
VfModuleModelInvariantUUID:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
VfModuleModelDescription:NULL
Artifacts UUID List:{
d788975b-572f-44bb-8792-f268966aaf41
,
dab739fc-06e9-43e6-a1ef-5c13c2b03fa3

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

isBase:true


}

2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJesoly..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5fd9f492-52ad-4be0-9ecf-dfcc62eeb200",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05270d85-d200-4518-95d3-eaf03ff95607",
    "vfModuleModelCustomizationUUID": "82b3e87b-7b25-4881-9ed3-1359d0ce147e",
    "isBase": true,
    "artifacts": [
      "d788975b-572f-44bb-8792-f268966aaf41",
      "dab739fc-06e9-43e6-a1ef-5c13c2b03fa3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJesoly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05270d85-d200-4518-95d3-eaf03ff95607
VfModuleModelInvariantUUID:5fd9f492-52ad-4be0-9ecf-dfcc62eeb200
VfModuleModelDescription:NULL
Artifacts UUID List:{
d788975b-572f-44bb-8792-f268966aaf41
,
dab739fc-06e9-43e6-a1ef-5c13c2b03fa3

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

isBase:true


}

2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d788975b-572f-44bb-8792-f268966aaf41 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:30.783Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.829Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml d788975b-572f-44bb-8792-f268966aaf41 5033
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:30.830Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:30.831Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:30.841Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:30.841Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990790830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:30.989Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 147 ms
2022-02-04T16:06:30.990Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:30.991Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:31.001Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:31.002Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:31.842Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dab739fc-06e9-43e6-a1ef-5c13c2b03fa3 from URL: /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.844Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:06:31.844Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.964Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env dab739fc-06e9-43e6-a1ef-5c13c2b03fa3 909
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:06:31.965Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:31.966Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:06:31.966Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:31.969Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:31.969Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990791965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:06:32.070Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:32.071Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:32.071Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:32.082Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:32.082Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:32.970Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
2022-02-04T16:06:32.971Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JESoLy 0 77779d22-56d8-4cef-a90c-0aec91b118da ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:06:33.000Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@714d82c2, org.onap.sdc.toscaparser.api.parameters.Input@7dd8c5f2, org.onap.sdc.toscaparser.api.parameters.Input@17b6891f, org.onap.sdc.toscaparser.api.parameters.Input@3447c469, org.onap.sdc.toscaparser.api.parameters.Input@29811bb1]
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T16:06:33.003Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
2022-02-04T16:06:33.004Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb matches Tosca VF Customization UUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
2022-02-04T16:06:33.004Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T16:06:33.008Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.009Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c3cf1b1
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:06:33.010Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82b3e87b-7b25-4881-9ed3-1359d0ce147e
2022-02-04T16:06:33.011Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82b3e87b-7b25-4881-9ed3-1359d0ce147e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.015Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is not matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:06:33.016Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:06:33.017Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6943730-72ad-494f-8d4b-4be88fda996a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:06:33.023Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.024Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_JESoLy 0 is matching search criteria
2022-02-04T16:06:33.024Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_JESoLy 0] matching following query criteria: sdcType=VF, customizationUUID=ad787e7d-e1ab-4dcd-a958-e2cd0d708fbb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:06:33.025Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.025Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3: basic_onboard_JESoLy
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.026Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_JESoLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:06:33.027Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_JESoLy 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:06:33.235Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JESoLy 77779d22-56d8-4cef-a90c-0aec91b118da 1 ASDC deployResourceStructure
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json ASDC sendASDCNotification
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:33.236Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:33.238Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:33.238Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990793236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:06:33.338Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:33.339Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:33.340Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:33.349Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:33.350Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml
2022-02-04T16:06:34.240Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:34.241Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:34.244Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:34.244Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990794240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:06:34.344Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:06:34.345Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:34.346Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:34.356Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:34.356Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:35.245Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:06:35.246Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env
2022-02-04T16:06:35.246Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:35.247Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:35.249Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:35.249Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990795245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:06:35.349Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:35.351Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:35.351Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:35.360Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:35.361Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:36.250Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar ASDC sendASDCNotification
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:06:36.251Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:06:36.253Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:06:36.253Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990796250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:06:36.353Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:06:36.354Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:06:36.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:06:36.363Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:06:36.364Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:06:37.255Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:06:37.274Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:06:37.276Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:06:37.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:06:37.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:07:07.277Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:07:07.289Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:07:07.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:07:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:07:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:07:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:07:18.344Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:07:18.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:07:18.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:07:18.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:07:37.293Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:07:37.307Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:07:37.311Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:07.312Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:08:07.333Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:08:07.337Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:08:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:08:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:08:18.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:08:18.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990772216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990779221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990773123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990780040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990780406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990781037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990781046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990781456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:18.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:08:18.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "policy-id",
  "timestamp": 1643990782050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:18.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:08:18.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990782459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990782687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "aai-ml",
  "timestamp": 1643990783691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:18.807Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.807Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:08:18.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990784464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990778217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990785469,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:18.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.828Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:08:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990786189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990781259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:08:18.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990789720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990790830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990791965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990793236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/basic_onboard_jesoly0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990794240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990795245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/resourceInstances/basic_onboard_jesoly0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990796250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990799339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990801349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJesoly/1.0/artifacts/service-BasicOnboardJesoly-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:08:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:08:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "clamp",
  "timestamp": 1643990802352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:18.857Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd8423f6-5512-4b66-9cef-072181bc1e35
2022-02-04T16:08:18.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd8423f6-5512-4b66-9cef-072181bc1e35 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:08:37.338Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:08:37.350Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:08:37.354Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:08:37.355Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:08:37.362Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:09:07.362Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd8423f6-5512-4b66-9cef-072181bc1e35 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:09:07.371Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd8423f6-5512-4b66-9cef-072181bc1e35 and serviceModelVersionId: 2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3
2022-02-04T16:09:07.372Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e935af0-cced-48f0-b8c8-5c0036c1a4c4
2022-02-04T16:09:18.223Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:09:18.224Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:09:18.224Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:18.612Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:18.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990937812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "aai-ml",
  "timestamp": 1643990941954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "aai-ml",
  "timestamp": 1643990941954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643990937812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "aai-ml",
  "timestamp": 1643990950121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990950113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643990950113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "cds",
  "timestamp": 1643990951322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "policy-id",
  "timestamp": 1643990952216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "cds",
  "timestamp": 1643990951322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990953123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "aai-ml",
  "timestamp": 1643990953810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "policy-id",
  "timestamp": 1643990952216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "cds",
  "timestamp": 1643990954118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990953123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "aai-ml",
  "timestamp": 1643990954814,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:09:18.640Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.640Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:09:18.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "cds",
  "timestamp": 1643990955124,
  "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-02-04T16:09:18.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.657Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "policy-id",
  "timestamp": 1643990955111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990956018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "policy-id",
  "timestamp": 1643990956115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "policy-id",
  "timestamp": 1643990957117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:09:18.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:09:18.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:09:18.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:09:18.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990957484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:09:18.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:09:19.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0
2022-02-04T16:09:19.879Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:09:20.348Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-04T16:09:20.353Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|INFO|500||Invoke
2022-02-04T16:09:20.473Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:09:20.745Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0|INFO|500||InvokeReturn
2022-02-04T16:09:20.745Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e935af0-cced-48f0-b8c8-5c0036c1a4c4/model-vers/model-ver/2627c7df-a8ee-40cd-b1d4-838dd7a5c8e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220204-16:09:20:482-58184], vertex-id=[147568], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:09:20 GMT], Content-Type=[application/json]}
2022-02-04T16:09:20.746Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:09:20.749Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:09:20.749Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:09:20.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:09:20.758Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd8423f6-5512-4b66-9cef-072181bc1e35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:09:20.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:09:20.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:20.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:20.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990960758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:09:20.861Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:20.862Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:09:20.862Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:20.873Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:20.874Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:09:21.774Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:09:21.775Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:09:21.775Z|bd8423f6-5512-4b66-9cef-072181bc1e35|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:26.752Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:26.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:09:26.753Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"09d59b09-5ef0-4f8e-8aa7-c410721ee626","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"939bb925-c826-4352-8af9-bea986b4f2de","serviceDescription":"service","serviceInvariantUUID":"cb05e1d1-d623-4ade-b68d-fe5e919edeb9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"516efd86-2c58-445d-a768-71d739ff1c7c","resourceInvariantUUID":"f699d407-ca2b-487f-8660-256cd8f8b4e7","resourceCustomizationUUID":"dff614c5-cfa7-4de0-916d-eef8cbd96f4c","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":"ZjUxMWM1NGZhMWYxMmRjY2Y5MGY2NGMxNTZlYjE1MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6d4f072-a587-46c0-a99d-6cf9d930e58b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0927f2ef-db3e-4e71-ba61-7ed0a0b25168","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:09:26.756Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:09:26.757Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:26.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:26.759Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990961774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:09:26.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:26.861Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:09:26.861Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:26.873Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:26.873Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:27.760Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:09:27.761Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:27.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:27.763Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990961774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:09:27.864Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:09:27.864Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:09:27.865Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:27.875Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:27.875Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:28.765Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "939bb925-c826-4352-8af9-bea986b4f2de",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cb05e1d1-d623-4ade-b68d-fe5e919edeb9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dff614c5-cfa7-4de0-916d-eef8cbd96f4c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "516efd86-2c58-445d-a768-71d739ff1c7c",
      "resourceInvariantUUID": "f699d407-ca2b-487f-8660-256cd8f8b4e7",
      "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": "NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0927f2ef-db3e-4e71-ba61-7ed0a0b25168"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:09:28.765Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:09:28.766Z|bd8423f6-5512-4b66-9cef-072181bc1e35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 939bb925-c826-4352-8af9-bea986b4f2de ASDC
2022-02-04T16:09:28.766Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:09d59b09-5ef0-4f8e-8aa7-c410721ee626
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:939bb925-c826-4352-8af9-bea986b4f2de
ServiceInvariantUUID:cb05e1d1-d623-4ade-b68d-fe5e919edeb9
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:0927f2ef-db3e-4e71-ba61-7ed0a0b25168
ArtifactChecksum:NTViNDRmNTMwNjk3ZWViMWYyMmE2MTgzNGUwOTMxNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dff614c5-cfa7-4de0-916d-eef8cbd96f4c
ResourceInvariantUUID:f699d407-ca2b-487f-8660-256cd8f8b4e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:516efd86-2c58-445d-a768-71d739ff1c7c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-04T16:09:28.766Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 939bb925-c826-4352-8af9-bea986b4f2de ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:09:28.798Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:09:28.798Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0927f2ef-db3e-4e71-ba61-7ed0a0b25168 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:09:28.799Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.857Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:09:28.862Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0927f2ef-db3e-4e71-ba61-7ed0a0b25168 52481
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:09:28.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:28.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:28.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990968863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:09:28.966Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:09:28.967Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:09:28.967Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:28.978Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:28.978Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:29.866Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0927f2ef-db3e-4e71-ba61-7ed0a0b25168, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:29.972Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3485315909788802145/Definitions/service-BasicNetwork-template.yml
2022-02-04T16:09:30.517Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.518Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-04T16:09:30.519Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.520Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.521Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:939bb925-c826-4352-8af9-bea986b4f2de
Model Version:NULL
Model InvariantUuid:cb05e1d1-d623-4ade-b68d-fe5e919edeb9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f699d407-ca2b-487f-8660-256cd8f8b4e7
Model UUID:d57ef46c-3990-4de2-a9aa-7e5ceeedda2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dff614c5-cfa7-4de0-916d-eef8cbd96f4c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:09:30.526Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 516efd86-2c58-445d-a768-71d739ff1c7c
2022-02-04T16:09:30.526Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||No resources found for Service: 939bb925-c826-4352-8af9-bea986b4f2de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:09:30.529Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||
2022-02-04T16:09:30.529Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-04T16:09:30.530Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:09:30.534Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54319db3, org.onap.sdc.toscaparser.api.parameters.Input@b63c267, org.onap.sdc.toscaparser.api.parameters.Input@53aa7246, org.onap.sdc.toscaparser.api.parameters.Input@68e9be17, org.onap.sdc.toscaparser.api.parameters.Input@30ed7abc]
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 939bb925-c826-4352-8af9-bea986b4f2de: Generic NeutronNet
2022-02-04T16:09:30.535Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.536Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.559Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:09:30.560Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-04T16:09:30.610Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:09:30.611Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:09:30.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:09:30.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990970610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:09:30.714Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:09:30.716Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:09:30.716Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:09:30.727Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:09:30.728Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:09:31.614Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:09:31.627Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:09:31.631Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:09:31.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:01.632Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:10:01.645Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:10:01.648Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:10:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:10:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:10:18.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643990958487,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:10:18.254Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:10:18.255Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:10:31.649Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:10:31.661Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:10:31.665Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:10:31.666Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:10:31.671Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:11:01.672Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:11:01.677Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and serviceModelVersionId: 939bb925-c826-4352-8af9-bea986b4f2de
2022-02-04T16:11:01.677Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb05e1d1-d623-4ade-b68d-fe5e919edeb9
2022-02-04T16:11:01.678Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0
2022-02-04T16:11:01.684Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:11:01.718Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-04T16:11:01.719Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|INFO|500||Invoke
2022-02-04T16:11:01.740Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:11:02.049Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0|INFO|500||InvokeReturn
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb05e1d1-d623-4ade-b68d-fe5e919edeb9/model-vers/model-ver/939bb925-c826-4352-8af9-bea986b4f2de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-16:11:01:748-98960], vertex-id=[393424], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:11:01 GMT], Content-Type=[application/json]}
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:11:02.050Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:11:02.055Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:11:02.056Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:11:02.058Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:11:02.058Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991062056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:11:02.158Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:11:02.160Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:11:02.160Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:02.172Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:11:02.173Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:11:03.072Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:03.073Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:11:03.073Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:12.611Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:11:12.612Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:12.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:11:12.613Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:11:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:18.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:11:18.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd8423f6-5512-4b66-9cef-072181bc1e35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990960758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "clamp",
  "timestamp": 1643990961259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "clamp",
  "timestamp": 1643990961259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990961774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:11:18.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990961774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "clamp",
  "timestamp": 1643990968359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990968863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:11:18.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "clamp",
  "timestamp": 1643990969380,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "clamp",
  "timestamp": 1643990970384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:11:18.257Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09d59b09-5ef0-4f8e-8aa7-c410721ee626
2022-02-04T16:11:18.257Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d59b09-5ef0-4f8e-8aa7-c410721ee626 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:11:18.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:11:18.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643990970610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:11:18.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:11:22.151Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:11:22.151Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:22.152Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:11:22.152Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:31.690Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:11:31.691Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:11:31.692Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:11:31.692Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:11:41.229Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:12:18.217Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:12:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:12:18.219Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:12:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:12:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:12:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:12:18.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:12:18.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:12:18.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "09d59b09-5ef0-4f8e-8aa7-c410721ee626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991062056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:12:18.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:12:27.759Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:18.217Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:13:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:13:18.218Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:13:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:13:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.846Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:18.847Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.847Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"16abc08c-a196-41f6-8fe1-088a36cde551","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b7cc8cf4-2e87-45a4-b873-e1490dd14047","serviceDescription":"service","serviceInvariantUUID":"d8eda96f-e18e-456f-a10e-23f34fb88dba","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9","resourceInvariantUUID":"79f1a4b4-e99f-4b5a-9812-744e45a7465c","resourceCustomizationUUID":"f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55","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":"d4b31b26-4769-4514-9ec8-1881a38d16e2","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":"MmZlZWFlOTlkNzEzMTA1YmVhNmQwMTFjMDM3MWIwYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"461f32f9-f52d-4c0c-b6d0-e7cd6dd4506b","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":"NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38b97706-aa57-46ec-a0ee-2fa4e37e98e2","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":"c15f4f9e-45be-4e70-b9bf-31b548d7cde6","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":"4548ad6c-f877-41db-bb67-c2592e318a9f","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":"15c0fccc-b659-453c-b279-40355a6f4077","artifactVersion":"2","generatedFromUUID":"c15f4f9e-45be-4e70-b9bf-31b548d7cde6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzY5YjVjMjYwZGQ3MzhhNGU0NDlkNzkzYTk3NjQ5YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68721b3f-329f-4bc5-a80a-0edf888a1122","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dda884a6-9691-43cb-a2cb-7024b55f9474","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:13:18.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:18.848Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.849Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.850Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.851Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991181954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991176322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991177812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991191738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:13:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991191742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "cds",
  "timestamp": 1643991192743,
  "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-02-04T16:13:18.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:13:18.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:13:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991190113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:18.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:13:18.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:18.952Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:18.952Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:18.963Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:18.963Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:19.851Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:19.852Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:19.854Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:19.854Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:19.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:19.956Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:19.956Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:19.966Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:19.966Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:20.855Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:20.856Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:20.859Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:20.859Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:13:20.959Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:20.960Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:20.960Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:20.970Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:20.971Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:21.860Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:21.861Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:21.863Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:21.864Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:13:21.964Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:21.965Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:21.965Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:21.976Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:21.976Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:22.864Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:22.865Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:22.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:22.868Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:22.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:22.969Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:22.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:22.980Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:22.980Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:23.869Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:23.870Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:23.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:23.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:13:23.972Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:23.973Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:23.974Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:23.983Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:23.984Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:24.872Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:24.873Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:24.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:24.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:13:24.976Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:24.977Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:24.977Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:24.986Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:24.987Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:25.876Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:13:25.877Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:25.880Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:25.880Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:13:25.980Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:25.981Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:25.981Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:25.991Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:25.991Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b7cc8cf4-2e87-45a4-b873-e1490dd14047",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8eda96f-e18e-456f-a10e-23f34fb88dba",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9",
      "resourceInvariantUUID": "79f1a4b4-e99f-4b5a-9812-744e45a7465c",
      "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": "NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "38b97706-aa57-46ec-a0ee-2fa4e37e98e2",
          "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": "c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
          "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": "15c0fccc-b659-453c-b279-40355a6f4077",
            "generatedFromUUID": "c15f4f9e-45be-4e70-b9bf-31b548d7cde6"
          },
          "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": "15c0fccc-b659-453c-b279-40355a6f4077",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dda884a6-9691-43cb-a2cb-7024b55f9474"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:13:26.881Z|09d59b09-5ef0-4f8e-8aa7-c410721ee626|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7cc8cf4-2e87-45a4-b873-e1490dd14047 ASDC
2022-02-04T16:13:26.882Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:16abc08c-a196-41f6-8fe1-088a36cde551
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b7cc8cf4-2e87-45a4-b873-e1490dd14047
ServiceInvariantUUID:d8eda96f-e18e-456f-a10e-23f34fb88dba
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:dda884a6-9691-43cb-a2cb-7024b55f9474
ArtifactChecksum:Y2U2N2Q0NDI1YzA5MGI0OTFmYzYwNzc4NmE3MzgwNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
ResourceInvariantUUID:79f1a4b4-e99f-4b5a-9812-744e45a7465c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
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:38b97706-aa57-46ec-a0ee-2fa4e37e98e2
ArtifactChecksum:NTA4OTBiNjdjNzQ4ZjhjM2ViODFmYjFjZmQ3YTI3ZmM=
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:c15f4f9e-45be-4e70-b9bf-31b548d7cde6
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:15c0fccc-b659-453c-b279-40355a6f4077
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:15c0fccc-b659-453c-b279-40355a6f4077
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T16:13:26.882Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7cc8cf4-2e87-45a4-b873-e1490dd14047 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:13:26.913Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:26.914Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dda884a6-9691-43cb-a2cb-7024b55f9474 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.915Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:26.915Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.978Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:26.983Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar dda884a6-9691-43cb-a2cb-7024b55f9474 73649
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:26.984Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:26.987Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:26.987Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991206984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:27.086Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:13:27.087Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:27.087Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:27.102Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:27.102Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:27.988Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:13:27.989Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:13:27.989Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dda884a6-9691-43cb-a2cb-7024b55f9474, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:27.990Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-04T16:13:27.990Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:27.991Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:28.103Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP651680515092054570/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T16:13:29.114Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.115Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.116Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.117Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c4ce696-d4f1-488e-a242-d2b40453d7bd
2022-02-04T16:13:29.118Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:29.119Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b7cc8cf4-2e87-45a4-b873-e1490dd14047
Model Version:NULL
Model InvariantUuid:d8eda96f-e18e-456f-a10e-23f34fb88dba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b7ebf445-6fae-4b95-8d68-d7c99659b692
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79f1a4b4-e99f-4b5a-9812-744e45a7465c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4fc9f79f-b736-4d90-9f96-069465800f2b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c4ce696-d4f1-488e-a242-d2b40453d7bd
ModelInvariantUuid:f6bd2878-3e02-4ac2-9910-bea0881d2d22
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d01c4119-c878-46cf-abd1-7de2e59dfad6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5fca1f9c-5aa9-4d48-b459-c0a3c7ce875e
ModelInvariantUuid:61d2e4ce-aba2-4b97-8406-09c8b53b8a0f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cdee2ec5-2182-4276-8c67-9d57af8cea88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:13:29.125Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:13:29.140Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38b97706-aa57-46ec-a0ee-2fa4e37e98e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:29.141Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.189Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 38b97706-aa57-46ec-a0ee-2fa4e37e98e2 790
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:29.190Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:29.191Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:29.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:29.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991209190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:29.293Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:29.294Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:29.294Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:29.303Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:29.304Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:30.193Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4fc9f79f-b736-4d90-9f96-069465800f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1f74e60-0a84-42b4-ad10-19cce1db8d4d",
    "vfModuleModelCustomizationUUID": "4d11d76a-ae55-4ddf-aff0-5db204f02389",
    "isBase": true,
    "artifacts": [
      "c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
      "15c0fccc-b659-453c-b279-40355a6f4077"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:13:30.197Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
VfModuleModelInvariantUUID:4fc9f79f-b736-4d90-9f96-069465800f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c15f4f9e-45be-4e70-b9bf-31b548d7cde6
,
15c0fccc-b659-453c-b279-40355a6f4077

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

isBase:true


}

2022-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4fc9f79f-b736-4d90-9f96-069465800f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1f74e60-0a84-42b4-ad10-19cce1db8d4d",
    "vfModuleModelCustomizationUUID": "4d11d76a-ae55-4ddf-aff0-5db204f02389",
    "isBase": true,
    "artifacts": [
      "c15f4f9e-45be-4e70-b9bf-31b548d7cde6",
      "15c0fccc-b659-453c-b279-40355a6f4077"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b1f74e60-0a84-42b4-ad10-19cce1db8d4d
VfModuleModelInvariantUUID:4fc9f79f-b736-4d90-9f96-069465800f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c15f4f9e-45be-4e70-b9bf-31b548d7cde6
,
15c0fccc-b659-453c-b279-40355a6f4077

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

isBase:true


}

2022-02-04T16:13:30.199Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c15f4f9e-45be-4e70-b9bf-31b548d7cde6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.200Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:30.200Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.253Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c15f4f9e-45be-4e70-b9bf-31b548d7cde6 5033
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:13:30.254Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:30.255Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:30.255Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:30.257Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:30.257Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991210254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:30.358Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:30.358Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:30.359Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:30.368Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:30.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:31.258Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 15c0fccc-b659-453c-b279-40355a6f4077 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.258Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:13:31.259Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 15c0fccc-b659-453c-b279-40355a6f4077 909
2022-02-04T16:13:31.362Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:13:31.363Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:31.365Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:31.366Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991211362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:13:31.466Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:31.467Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:31.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:31.476Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:31.477Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:32.366Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b7cc8cf4-2e87-45a4-b873-e1490dd14047
2022-02-04T16:13:32.367Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:13:32.380Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e72577, org.onap.sdc.toscaparser.api.parameters.Input@5c13579, org.onap.sdc.toscaparser.api.parameters.Input@230e8d89, org.onap.sdc.toscaparser.api.parameters.Input@57ce3c3b, org.onap.sdc.toscaparser.api.parameters.Input@6abf6728]
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55 matches Tosca VF Customization UUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
2022-02-04T16:13:32.382Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T16:13:32.384Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.384Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17e58b8e
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:13:32.385Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d11d76a-ae55-4ddf-aff0-5db204f02389
2022-02-04T16:13:32.386Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d11d76a-ae55-4ddf-aff0-5db204f02389
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T16:13:32.387Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.387Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-04T16:13:32.388Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-04T16:13:32.389Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c4ce696-d4f1-488e-a242-d2b40453d7bd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T16:13:32.390Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.390Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-04T16:13:32.391Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f8bb2ce3-2745-4ba0-9a15-fb02eb0bba55
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:13:32.392Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.392Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b7cc8cf4-2e87-45a4-b873-e1490dd14047: basicclamp
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.393Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:13:32.394Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:13:32.466Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 35d9c88d-6b9d-4ad9-a1fd-4e2cfbc800d9 1 ASDC deployResourceStructure
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:32.467Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:32.469Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:32.469Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991212466,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:13:32.569Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:32.571Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:32.571Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:32.581Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:32.582Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-04T16:13:33.470Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:33.471Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:33.473Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:33.473Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991213469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:13:33.574Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:13:33.575Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:33.575Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:33.583Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:33.584Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:34.474Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:34.475Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:34.477Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:34.478Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991214474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:13:34.578Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:34.579Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:34.579Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:34.588Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:34.588Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:35.479Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:13:35.480Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:13:35.483Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:13:35.484Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991215479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:13:35.584Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:13:35.585Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:13:35.585Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:13:35.595Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:13:35.596Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:13:36.484Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:13:36.498Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:13:36.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:14:06.501Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:14:06.513Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:14:06.515Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:14:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:14:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:14:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:14:18.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:14:18.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:14:18.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:14:18.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:14:36.516Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:14:36.527Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:14:36.531Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:14:36.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:14:36.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:06.532Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:15:06.544Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:15:06.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:15:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:15:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:15:18.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:15:18.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991199010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991199310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991192217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991200220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "aai-ml",
  "timestamp": 1643991200313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991193123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991201118,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991201418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991201949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991202122,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991202435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.780Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.780Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "policy-id",
  "timestamp": 1643991203125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.797Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.798Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991203438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991203871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991204874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.813Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.814Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991198217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991206984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991201259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991209190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991210254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991211362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991212466,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991213469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991214474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991215479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991220398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991221402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991224461,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991225465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "clamp",
  "timestamp": 1643991226470,
  "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-02-04T16:15:18.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 16abc08c-a196-41f6-8fe1-088a36cde551
2022-02-04T16:15:18.842Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16abc08c-a196-41f6-8fe1-088a36cde551 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991211954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991217812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991210113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991212216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991229311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991229323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991229316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991230319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991230515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991221322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "policy-id",
  "timestamp": 1643991231321,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991231724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991232052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991232776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991223124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991233873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "cds",
  "timestamp": 1643991234232,
  "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-02-04T16:15:18.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991234267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:15:18.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991235030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991235269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991235808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "aai-ml",
  "timestamp": 1643991236032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991236811,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991231259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991246403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991251409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:15:18.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "clamp",
  "timestamp": 1643991252412,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:15:18.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19bc2487-047d-4966-96df-c5a4e2d1fef4
2022-02-04T16:15:18.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19bc2487-047d-4966-96df-c5a4e2d1fef4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:15:36.547Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:15:36.559Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:15:36.562Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-04T16:15:36.563Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||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-02-04T16:15:36.569Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:16:06.570Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16abc08c-a196-41f6-8fe1-088a36cde551 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:16:06.576Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16abc08c-a196-41f6-8fe1-088a36cde551 and serviceModelVersionId: b7cc8cf4-2e87-45a4-b873-e1490dd14047
2022-02-04T16:16:06.576Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8eda96f-e18e-456f-a10e-23f34fb88dba
2022-02-04T16:16:06.578Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0
2022-02-04T16:16:06.584Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:16:06.616Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-04T16:16:06.617Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|INFO|500||Invoke
2022-02-04T16:16:06.641Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-04T16:16:07.065Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0|INFO|500||InvokeReturn
2022-02-04T16:16:07.065Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8eda96f-e18e-456f-a10e-23f34fb88dba/model-vers/model-ver/b7cc8cf4-2e87-45a4-b873-e1490dd14047?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-16:16:06:649-54430], vertex-id=[168056], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:16:06 GMT], Content-Type=[application/json]}
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:16:07.066Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:16:07.070Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16abc08c-a196-41f6-8fe1-088a36cde551 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:16:07.071Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:07.073Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:07.073Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991367071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-04T16:16:07.173Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:07.175Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:07.175Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:07.189Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:07.189Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:16:08.088Z|16abc08c-a196-41f6-8fe1-088a36cde551|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:13.664Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:13.665Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:16:13.665Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19bc2487-047d-4966-96df-c5a4e2d1fef4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f4035be2-4c68-421b-b63c-03845f182832","serviceDescription":"service","serviceInvariantUUID":"e84ee999-6882-468c-95ac-0a0e2d12cb44","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bbed8fb-0d74-484e-b146-2af2b0497b7d","resourceInvariantUUID":"50a9b4d4-608f-4456-926f-390aa72457a8","resourceCustomizationUUID":"a4b1e8df-9371-4dfe-9c38-f5baa533a4f0","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":"NGE4NjM5YzMwZjU3OTNkOGJkYzkwODNkMzQ5MjM0NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c715727-54be-4f24-a584-6302a783f035","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":"ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2081394-7793-442d-bf1b-e1d44c6b426f","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":"844df913-b81d-47cf-91e5-fe86ce77c38b","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":"3bd4d831-dd78-4444-94f4-2091e89e6d2c","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":"aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed","artifactVersion":"2","generatedFromUUID":"21b95188-bd3b-4f6a-8b4d-1a0328df75da"},{"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":"d08ca755-1632-4a35-b873-604d9cc6b34b","artifactVersion":"2","generatedFromUUID":"844df913-b81d-47cf-91e5-fe86ce77c38b"},{"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":"21b95188-bd3b-4f6a-8b4d-1a0328df75da","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":"bcd3ec01-86c9-4f4c-b89f-633b6aaec0f2","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":"NTU1ZjZiZjdlNWRjNWUyN2ZiYzczMjlhYjdiNDE3YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5ef325-93c8-454a-80cd-89c331f378c1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58bb24fb-b68d-4085-a024-0d5440940efc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:16:13.668Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:13.669Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:13.670Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:13.671Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:13.771Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:13.772Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:13.772Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:13.783Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:13.783Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:14.671Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:14.672Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:14.674Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:14.674Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:16:14.775Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:14.776Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:14.776Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:14.787Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:14.787Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:15.676Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:15.677Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:15.678Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:15.678Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:16:15.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:15.779Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:15.779Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:15.790Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:15.790Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:16.679Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:16.680Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:16.681Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:16.681Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:16.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:16:16.783Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:16.783Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:16.793Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:16.793Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:17.682Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:17.683Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:17.685Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:17.686Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-04T16:16:17.786Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:17.787Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:17.787Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:17.797Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:17.798Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:16:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:16:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:18.686Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:18.687Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:18.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:18.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-04T16:16:18.789Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:18.790Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:18.790Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:18.800Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:18.801Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:18.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:18.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16abc08c-a196-41f6-8fe1-088a36cde551",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991367071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-04T16:16:18.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:16:18.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-04T16:16:18.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:16:19.689Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:19.690Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:19.692Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:19.692Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:16:19.793Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:19.793Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:19.794Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:19.804Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:19.804Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:20.693Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:20.694Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:20.695Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:20.696Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:20.796Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:20.797Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:20.797Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:20.807Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:20.807Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:21.696Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:21.698Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:21.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:21.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:16:21.801Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:21.802Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:21.802Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:21.813Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:21.813Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:22.701Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:16:22.702Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:22.705Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:22.705Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:16:22.805Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:22.806Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:22.807Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:22.818Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:22.818Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f4035be2-4c68-421b-b63c-03845f182832",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e84ee999-6882-468c-95ac-0a0e2d12cb44",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a4b1e8df-9371-4dfe-9c38-f5baa533a4f0",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4bbed8fb-0d74-484e-b146-2af2b0497b7d",
      "resourceInvariantUUID": "50a9b4d4-608f-4456-926f-390aa72457a8",
      "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": "ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f2081394-7793-442d-bf1b-e1d44c6b426f",
          "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": "844df913-b81d-47cf-91e5-fe86ce77c38b",
          "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": "d08ca755-1632-4a35-b873-604d9cc6b34b",
            "generatedFromUUID": "844df913-b81d-47cf-91e5-fe86ce77c38b"
          },
          "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": "aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed",
          "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": "d08ca755-1632-4a35-b873-604d9cc6b34b",
          "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": "21b95188-bd3b-4f6a-8b4d-1a0328df75da",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58bb24fb-b68d-4085-a024-0d5440940efc"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:16:23.707Z|16abc08c-a196-41f6-8fe1-088a36cde551|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f4035be2-4c68-421b-b63c-03845f182832 ASDC
2022-02-04T16:16:23.707Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:19bc2487-047d-4966-96df-c5a4e2d1fef4
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f4035be2-4c68-421b-b63c-03845f182832
ServiceInvariantUUID:e84ee999-6882-468c-95ac-0a0e2d12cb44
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:58bb24fb-b68d-4085-a024-0d5440940efc
ArtifactChecksum:NWI0ZmIxMGEwZTU5MGM0NTY4OGQxMDU5NjFjOWY1OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
ResourceInvariantUUID:50a9b4d4-608f-4456-926f-390aa72457a8
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4bbed8fb-0d74-484e-b146-2af2b0497b7d
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:f2081394-7793-442d-bf1b-e1d44c6b426f
ArtifactChecksum:ZDA3MmEyNjQwYTYxYjZlMzMxYTMwNTdkOTMzZjVjNWY=
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:844df913-b81d-47cf-91e5-fe86ce77c38b
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:d08ca755-1632-4a35-b873-604d9cc6b34b
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:aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed
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:d08ca755-1632-4a35-b873-604d9cc6b34b
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:21b95188-bd3b-4f6a-8b4d-1a0328df75da
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T16:16:23.707Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4035be2-4c68-421b-b63c-03845f182832 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:16:23.741Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:16:23.741Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 58bb24fb-b68d-4085-a024-0d5440940efc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:23.742Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.810Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:23.819Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 58bb24fb-b68d-4085-a024-0d5440940efc 158172
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:23.820Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:23.821Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:23.822Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991383819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:23.922Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:23.922Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:23.923Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:23.933Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:23.934Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:24.824Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:16:24.826Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:16:24.826Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 58bb24fb-b68d-4085-a024-0d5440940efc, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.827Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:24.913Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15013966112239600214/Definitions/service-BasicCnfMacro-template.yml
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.782Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:16:25.783Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.784Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.785Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-04T16:16:25.786Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6e68ffca-9a8e-4cad-b52d-82283efbc93f
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:25.787Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:25.788Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f4035be2-4c68-421b-b63c-03845f182832
Model Version:NULL
Model InvariantUuid:e84ee999-6882-468c-95ac-0a0e2d12cb44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5169ebc1-a42b-4d35-af38-156fa0d06d6b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50a9b4d4-608f-4456-926f-390aa72457a8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86342ce6-f0ea-463e-9c94-85d1496aec7b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b6e6fb63-5ae2-42da-a073-bde4635de6b1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:85032a7f-45ea-49c1-8051-0a0c67470bef
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2f1acf45-c2ea-4937-a60b-acf678a21f97
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e68ffca-9a8e-4cad-b52d-82283efbc93f
ModelInvariantUuid:5e82036a-32f4-4bdd-8340-161511b3c752
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5df303b4-01ae-4923-abab-bbb874728f8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e13d93b5-3b9f-48b3-9c0e-da4838f4ab22
ModelInvariantUuid:c81575b0-fc52-4f82-aee3-8457a57c37c9
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:bf465d96-9252-447b-a904-5664b2d23a7b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:16:25.792Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bbed8fb-0d74-484e-b146-2af2b0497b7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:16:25.794Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-02-04T16:16:25.794Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bbed8fb-0d74-484e-b146-2af2b0497b7d
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2081394-7793-442d-bf1b-e1d44c6b426f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:25.795Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.843Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f2081394-7793-442d-bf1b-e1d44c6b426f 1565
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:25.844Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:25.846Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:25.846Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991385844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:25.946Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:16:25.947Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:25.947Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:25.958Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:25.958Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:26.847Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "85032a7f-45ea-49c1-8051-0a0c67470bef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f1acf45-c2ea-4937-a60b-acf678a21f97",
    "vfModuleModelCustomizationUUID": "64f21d54-bb51-49a0-923e-f7762d0a1996",
    "isBase": true,
    "artifacts": [
      "844df913-b81d-47cf-91e5-fe86ce77c38b",
      "d08ca755-1632-4a35-b873-604d9cc6b34b"
    ],
    "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": "86342ce6-f0ea-463e-9c94-85d1496aec7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6e6fb63-5ae2-42da-a073-bde4635de6b1",
    "vfModuleModelCustomizationUUID": "a1f86b53-b7a3-4873-aae1-6d179035749a",
    "isBase": false,
    "artifacts": [
      "21b95188-bd3b-4f6a-8b4d-1a0328df75da"
    ],
    "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-02-04T16:16:26.853Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f1acf45-c2ea-4937-a60b-acf678a21f97
VfModuleModelInvariantUUID:85032a7f-45ea-49c1-8051-0a0c67470bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
844df913-b81d-47cf-91e5-fe86ce77c38b
,
d08ca755-1632-4a35-b873-604d9cc6b34b

}
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:b6e6fb63-5ae2-42da-a073-bde4635de6b1
VfModuleModelInvariantUUID:86342ce6-f0ea-463e-9c94-85d1496aec7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b95188-bd3b-4f6a-8b4d-1a0328df75da

}
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-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "85032a7f-45ea-49c1-8051-0a0c67470bef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f1acf45-c2ea-4937-a60b-acf678a21f97",
    "vfModuleModelCustomizationUUID": "64f21d54-bb51-49a0-923e-f7762d0a1996",
    "isBase": true,
    "artifacts": [
      "844df913-b81d-47cf-91e5-fe86ce77c38b",
      "d08ca755-1632-4a35-b873-604d9cc6b34b"
    ],
    "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": "86342ce6-f0ea-463e-9c94-85d1496aec7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6e6fb63-5ae2-42da-a073-bde4635de6b1",
    "vfModuleModelCustomizationUUID": "a1f86b53-b7a3-4873-aae1-6d179035749a",
    "isBase": false,
    "artifacts": [
      "21b95188-bd3b-4f6a-8b4d-1a0328df75da"
    ],
    "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-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f1acf45-c2ea-4937-a60b-acf678a21f97
VfModuleModelInvariantUUID:85032a7f-45ea-49c1-8051-0a0c67470bef
VfModuleModelDescription:NULL
Artifacts UUID List:{
844df913-b81d-47cf-91e5-fe86ce77c38b
,
d08ca755-1632-4a35-b873-604d9cc6b34b

}
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:b6e6fb63-5ae2-42da-a073-bde4635de6b1
VfModuleModelInvariantUUID:86342ce6-f0ea-463e-9c94-85d1496aec7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b95188-bd3b-4f6a-8b4d-1a0328df75da

}
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-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 844df913-b81d-47cf-91e5-fe86ce77c38b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:26.856Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:26.901Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:26.901Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 844df913-b81d-47cf-91e5-fe86ce77c38b 914
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:26.902Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:26.904Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:26.904Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991386902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:27.004Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:27.005Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:27.005Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:27.013Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:27.014Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:27.905Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-04T16:16:27.905Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:27.906Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env aa3ad8af-4650-4e6c-ac04-17aa95d6e2ed 12
2022-02-04T16:16:27.958Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:27.959Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:27.961Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:27.961Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991387958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:28.061Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:28.062Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:28.062Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:28.072Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:28.072Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:28.962Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d08ca755-1632-4a35-b873-604d9cc6b34b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-04T16:16:28.962Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:28.963Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:29.054Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d08ca755-1632-4a35-b873-604d9cc6b34b 96
2022-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:29.055Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:29.056Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:29.058Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:29.058Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991389055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:29.158Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:29.159Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:29.159Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:29.168Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:29.168Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:30.059Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21b95188-bd3b-4f6a-8b4d-1a0328df75da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-04T16:16:30.060Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:16:30.060Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:30.108Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 21b95188-bd3b-4f6a-8b4d-1a0328df75da 20206
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:16:30.109Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:30.111Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:30.112Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991390109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:16:30.212Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:30.212Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:30.212Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:30.223Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:30.223Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:31.117Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f4035be2-4c68-421b-b63c-03845f182832
2022-02-04T16:16:31.118Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4bbed8fb-0d74-484e-b146-2af2b0497b7d 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-02-04T16:16:31.128Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d433a8b, org.onap.sdc.toscaparser.api.parameters.Input@5532fe0, org.onap.sdc.toscaparser.api.parameters.Input@1c80de0b, org.onap.sdc.toscaparser.api.parameters.Input@fffa3da, org.onap.sdc.toscaparser.api.parameters.Input@1bfc47cc]
2022-02-04T16:16:31.129Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.130Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.130Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T16:16:31.130Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
2022-02-04T16:16:31.130Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4b1e8df-9371-4dfe-9c38-f5baa533a4f0 matches Tosca VF Customization UUID: a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
2022-02-04T16:16:31.130Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a4b1e8df-9371-4dfe-9c38-f5baa533a4f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T16:16:31.131Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a4b1e8df-9371-4dfe-9c38-f5baa533a4f0: {\"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-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fb53005
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1f86b53-b7a3-4873-aae1-6d179035749a
2022-02-04T16:16:31.132Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1f86b53-b7a3-4873-aae1-6d179035749a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T16:16:31.134Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.134Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:31.134Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-04T16:16:31.135Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a4b1e8df-9371-4dfe-9c38-f5baa533a4f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f4035be2-4c68-421b-b63c-03845f182832: basic_cnf_macro
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.137Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:16:31.138Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:31.177Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4bbed8fb-0d74-484e-b146-2af2b0497b7d 2 ASDC deployResourceStructure
2022-02-04T16:16:31.178Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:31.178Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:31.178Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:16:31.178Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:31.180Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:31.180Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991391178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:16:31.280Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:31.281Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:31.281Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:31.291Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:31.291Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:32.181Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:32.181Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:32.182Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:16:32.182Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:32.184Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:32.185Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991392181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:16:32.285Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:32.285Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:32.286Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:32.296Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:32.296Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:33.189Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:33.190Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:33.190Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T16:16:33.190Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:33.192Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:33.192Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991393185,
  "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-02-04T16:16:33.292Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:33.293Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:33.293Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:33.303Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:33.304Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:34.192Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:34.193Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:34.193Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:16:34.193Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:34.195Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:34.195Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991394192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:16:34.296Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:16:34.296Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:34.296Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:34.307Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:34.307Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:35.197Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:35.197Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||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-02-04T16:16:35.197Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T16:16:35.197Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:35.199Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:35.199Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991395196,
  "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-02-04T16:16:35.301Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-04T16:16:35.302Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:35.302Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:35.312Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:35.312Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:36.200Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T16:16:36.201Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-04T16:16:36.201Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:16:36.202Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:16:36.204Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:16:36.204Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991396200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:16:36.304Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:16:36.305Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:16:36.305Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:16:36.316Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:16:36.317Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:16:37.204Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19bc2487-047d-4966-96df-c5a4e2d1fef4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:16:37.218Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19bc2487-047d-4966-96df-c5a4e2d1fef4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.221Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.222Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.222Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.222Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:16:37.222Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:16:37.228Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:17:07.228Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19bc2487-047d-4966-96df-c5a4e2d1fef4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:17:07.235Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19bc2487-047d-4966-96df-c5a4e2d1fef4 and serviceModelVersionId: f4035be2-4c68-421b-b63c-03845f182832
2022-02-04T16:17:07.235Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e84ee999-6882-468c-95ac-0a0e2d12cb44
2022-02-04T16:17:07.236Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0
2022-02-04T16:17:07.241Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:17:07.272Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-04T16:17:07.273Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0|INFO|500||Invoke
2022-02-04T16:17:07.290Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:17:07.649Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0|INFO|500||InvokeReturn
2022-02-04T16:17:07.650Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e84ee999-6882-468c-95ac-0a0e2d12cb44/model-vers/model-ver/f4035be2-4c68-421b-b63c-03845f182832?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220204-16:17:07:297-52495], vertex-id=[180336], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:17:07 GMT], Content-Type=[application/json]}
2022-02-04T16:17:07.650Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:17:07.651Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:17:07.651Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:17:07.656Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:17:07.657Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19bc2487-047d-4966-96df-c5a4e2d1fef4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:17:07.657Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:17:07.657Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:07.660Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:07.660Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991427657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:17:07.760Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:07.760Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:07.761Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:07.773Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:07.774Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:17:08.675Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:17:08.675Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:17:08.676Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:09.297Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:09.298Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:17:09.299Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"628588af-9aa5-4f63-ad2e-864146f69539","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8f64883e-7a98-4416-aa7c-cde8ac03b5d1","serviceDescription":"service","serviceInvariantUUID":"c80806fc-e24b-4c5c-911c-a413bbb1a3c0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9506e79d-4178-4359-90cb-d3ab679547b1","resourceInvariantUUID":"0a0d074a-f780-4782-bd25-22f387e5d7ce","resourceCustomizationUUID":"fb4bbd30-5bf8-4afb-ad46-3929bc608a44","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":"MDkzNzI1ODAxNDcxYzg2MWM5NTczY2U1OGRmOTUzYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05f957c9-fb16-4707-910b-8fa796055043","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":"ZTg3YmMxOGYzZTJiMDgzZDExMTBjZTY1ODU4YzEyYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9679abe-1ea1-4317-989d-915b96b21c69","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":"be08a524-ed19-4bb9-aaa3-41dbb7ab8158","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":"b6d61261-d225-4e98-bf24-40a7cb1ffa76","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":"27ded771-6aa5-4490-9357-76313b0bc868","artifactVersion":"2","generatedFromUUID":"be08a524-ed19-4bb9-aaa3-41dbb7ab8158"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTgwYzdhNDgzMjFiNWFjNGRkYTBmYjc4OTY0MDQ0MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af3c1f61-ffbf-4803-bf48-b6d2b9051470","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGZmOGMxMWIzNTgwN2Y2OGQ0ZGJjZWQ0ODcwYzA0ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79401c9a-763d-4634-8e9d-87abd2f00c11","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:17:09.302Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:09.302Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:09.304Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:09.304Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:17:09.404Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:09.405Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:09.406Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:09.416Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:09.416Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:10.305Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:10.306Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:10.308Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:10.308Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:17:10.408Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:10.409Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:10.409Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:10.420Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:10.420Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:11.309Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:11.309Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:11.312Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:11.312Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:17:11.412Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:11.413Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:11.413Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:11.422Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:11.423Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:12.313Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:12.313Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:12.315Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:12.315Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:17:12.415Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:12.416Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:12.416Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:12.425Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:12.426Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:13.316Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:13.317Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:13.319Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:13.320Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T16:17:13.419Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:13.420Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:13.420Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:13.431Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:13.431Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:14.320Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:14.321Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:14.323Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:14.324Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:17:14.423Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:14.424Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:14.424Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:14.434Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:14.435Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:15.324Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:17:15.325Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:15.327Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:15.328Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:17:15.427Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:15.428Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:15.428Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:15.439Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:15.440Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:16.329Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8f64883e-7a98-4416-aa7c-cde8ac03b5d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c80806fc-e24b-4c5c-911c-a413bbb1a3c0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fb4bbd30-5bf8-4afb-ad46-3929bc608a44",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9506e79d-4178-4359-90cb-d3ab679547b1",
      "resourceInvariantUUID": "0a0d074a-f780-4782-bd25-22f387e5d7ce",
      "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": "ZTg3YmMxOGYzZTJiMDgzZDExMTBjZTY1ODU4YzEyYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f9679abe-1ea1-4317-989d-915b96b21c69",
          "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": "be08a524-ed19-4bb9-aaa3-41dbb7ab8158",
          "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": "27ded771-6aa5-4490-9357-76313b0bc868",
            "generatedFromUUID": "be08a524-ed19-4bb9-aaa3-41dbb7ab8158"
          },
          "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": "27ded771-6aa5-4490-9357-76313b0bc868",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGZmOGMxMWIzNTgwN2Y2OGQ0ZGJjZWQ0ODcwYzA0ZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79401c9a-763d-4634-8e9d-87abd2f00c11"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:17:16.329Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:17:16.330Z|19bc2487-047d-4966-96df-c5a4e2d1fef4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f64883e-7a98-4416-aa7c-cde8ac03b5d1 ASDC
2022-02-04T16:17:16.330Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:628588af-9aa5-4f63-ad2e-864146f69539
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8f64883e-7a98-4416-aa7c-cde8ac03b5d1
ServiceInvariantUUID:c80806fc-e24b-4c5c-911c-a413bbb1a3c0
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:79401c9a-763d-4634-8e9d-87abd2f00c11
ArtifactChecksum:NGZmOGMxMWIzNTgwN2Y2OGQ0ZGJjZWQ0ODcwYzA0ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fb4bbd30-5bf8-4afb-ad46-3929bc608a44
ResourceInvariantUUID:0a0d074a-f780-4782-bd25-22f387e5d7ce
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9506e79d-4178-4359-90cb-d3ab679547b1
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:f9679abe-1ea1-4317-989d-915b96b21c69
ArtifactChecksum:ZTg3YmMxOGYzZTJiMDgzZDExMTBjZTY1ODU4YzEyYjE=
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:be08a524-ed19-4bb9-aaa3-41dbb7ab8158
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:27ded771-6aa5-4490-9357-76313b0bc868
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:27ded771-6aa5-4490-9357-76313b0bc868
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T16:17:16.330Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f64883e-7a98-4416-aa7c-cde8ac03b5d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:17:16.374Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:17:16.375Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:17:16.376Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:17:16.376Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79401c9a-763d-4634-8e9d-87abd2f00c11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T16:17:16.376Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:17:16.376Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T16:17:16.618Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:17:16.624Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 79401c9a-763d-4634-8e9d-87abd2f00c11 71046
2022-02-04T16:17:16.624Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-04T16:17:16.624Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T16:17:16.624Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:17:16.625Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:16.627Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:16.627Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991436624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:17:16.726Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:16.727Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:16.728Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:16.738Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:16.738Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:17.627Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:17:17.628Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:17:17.629Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 79401c9a-763d-4634-8e9d-87abd2f00c11, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:17.629Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-04T16:17:17.630Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:17.630Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.004Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6579245190958408239/Definitions/service-BasicVm-template.yml
2022-02-04T16:17:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:17:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:17:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:18.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:18.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:17:18.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-04T16:17:18.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.923Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:17:18.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=209704c6-fb7c-4fe8-918c-bbf6945ccd7c
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.926Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:18.927Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:18.927Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8f64883e-7a98-4416-aa7c-cde8ac03b5d1
Model Version:NULL
Model InvariantUuid:c80806fc-e24b-4c5c-911c-a413bbb1a3c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:554ce760-5cf2-422a-9d66-f9bfba548aa4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a0d074a-f780-4782-bd25-22f387e5d7ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb4bbd30-5bf8-4afb-ad46-3929bc608a44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:25ef051a-3593-4a15-bb95-90d3247ac52a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:929ec57c-8d4e-419c-8c8f-c310d719b661
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:209704c6-fb7c-4fe8-918c-bbf6945ccd7c
ModelInvariantUuid:afff45b2-ac9e-4026-8ce3-3a7be8bcab27
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bcd557a5-8631-496d-b508-044c9ee73af4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:454a277f-8bc3-4a3a-8668-7c6f59d1dc85
ModelInvariantUuid:09238fd5-3c43-499f-a65f-918586ef4f48
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d96246a0-1371-4292-b2d7-18cf34b51854
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:17:18.932Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9506e79d-4178-4359-90cb-d3ab679547b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:17:18.934Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-02-04T16:17:18.935Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9506e79d-4178-4359-90cb-d3ab679547b1
2022-02-04T16:17:18.935Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f9679abe-1ea1-4317-989d-915b96b21c69 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-04T16:17:18.935Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:17:18.935Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-04T16:17:19.115Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:17:19.116Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f9679abe-1ea1-4317-989d-915b96b21c69 787
2022-02-04T16:17:19.116Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-04T16:17:19.117Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-04T16:17:19.117Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:17:19.117Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:19.120Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:19.120Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991439116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:17:19.219Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:19.220Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:19.220Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:19.230Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:19.231Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:20.120Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25ef051a-3593-4a15-bb95-90d3247ac52a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "929ec57c-8d4e-419c-8c8f-c310d719b661",
    "vfModuleModelCustomizationUUID": "aa6c1d8d-5e5a-43d5-b246-ba4852d01b45",
    "isBase": true,
    "artifacts": [
      "be08a524-ed19-4bb9-aaa3-41dbb7ab8158",
      "27ded771-6aa5-4490-9357-76313b0bc868"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:17:20.125Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:929ec57c-8d4e-419c-8c8f-c310d719b661
VfModuleModelInvariantUUID:25ef051a-3593-4a15-bb95-90d3247ac52a
VfModuleModelDescription:NULL
Artifacts UUID List:{
be08a524-ed19-4bb9-aaa3-41dbb7ab8158
,
27ded771-6aa5-4490-9357-76313b0bc868

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

isBase:true


}

2022-02-04T16:17:20.127Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25ef051a-3593-4a15-bb95-90d3247ac52a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "929ec57c-8d4e-419c-8c8f-c310d719b661",
    "vfModuleModelCustomizationUUID": "aa6c1d8d-5e5a-43d5-b246-ba4852d01b45",
    "isBase": true,
    "artifacts": [
      "be08a524-ed19-4bb9-aaa3-41dbb7ab8158",
      "27ded771-6aa5-4490-9357-76313b0bc868"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:17:20.128Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:929ec57c-8d4e-419c-8c8f-c310d719b661
VfModuleModelInvariantUUID:25ef051a-3593-4a15-bb95-90d3247ac52a
VfModuleModelDescription:NULL
Artifacts UUID List:{
be08a524-ed19-4bb9-aaa3-41dbb7ab8158
,
27ded771-6aa5-4490-9357-76313b0bc868

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

isBase:true


}

2022-02-04T16:17:20.128Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be08a524-ed19-4bb9-aaa3-41dbb7ab8158 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T16:17:20.128Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:17:20.128Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T16:17:20.415Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:17:20.415Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml be08a524-ed19-4bb9-aaa3-41dbb7ab8158 5033
2022-02-04T16:17:20.416Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-04T16:17:20.416Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T16:17:20.416Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:17:20.416Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:20.418Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:20.418Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991440416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:17:20.517Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:20.518Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:20.518Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:20.529Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:20.529Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:21.418Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27ded771-6aa5-4490-9357-76313b0bc868 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T16:17:21.419Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:17:21.419Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T16:17:21.529Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:17:21.529Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 27ded771-6aa5-4490-9357-76313b0bc868 903
2022-02-04T16:17:21.530Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-04T16:17:21.530Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T16:17:21.530Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:17:21.530Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:21.533Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:21.533Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991441530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:17:21.633Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:21.633Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:21.633Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:21.644Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:21.644Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:22.534Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f64883e-7a98-4416-aa7c-cde8ac03b5d1
2022-02-04T16:17:22.534Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9506e79d-4178-4359-90cb-d3ab679547b1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:17:22.548Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ca7c28, org.onap.sdc.toscaparser.api.parameters.Input@3fa01f2b, org.onap.sdc.toscaparser.api.parameters.Input@6f5b6739, org.onap.sdc.toscaparser.api.parameters.Input@6f0007b9, org.onap.sdc.toscaparser.api.parameters.Input@3bff1d4d]
2022-02-04T16:17:22.549Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.549Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.549Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T16:17:22.549Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fb4bbd30-5bf8-4afb-ad46-3929bc608a44
2022-02-04T16:17:22.549Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb4bbd30-5bf8-4afb-ad46-3929bc608a44 matches Tosca VF Customization UUID: fb4bbd30-5bf8-4afb-ad46-3929bc608a44
2022-02-04T16:17:22.550Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fb4bbd30-5bf8-4afb-ad46-3929bc608a44  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T16:17:22.551Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.551Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.552Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fb4bbd30-5bf8-4afb-ad46-3929bc608a44: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-02-04T16:17:22.552Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f9d2d34
2022-02-04T16:17:22.552Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.552Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:17:22.552Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa6c1d8d-5e5a-43d5-b246-ba4852d01b45
2022-02-04T16:17:22.553Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa6c1d8d-5e5a-43d5-b246-ba4852d01b45
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T16:17:22.554Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.555Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:22.555Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:22.555Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.556Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:22.556Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:22.556Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.556Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-04T16:17:22.557Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-04T16:17:22.557Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-04T16:17:22.557Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=209704c6-fb7c-4fe8-918c-bbf6945ccd7c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T16:17:22.559Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.559Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:22.560Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:17:22.560Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.560Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-04T16:17:22.560Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fb4bbd30-5bf8-4afb-ad46-3929bc608a44
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:17:22.562Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.562Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.562Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f64883e-7a98-4416-aa7c-cde8ac03b5d1: basic_vm
2022-02-04T16:17:22.562Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.562Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.563Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.563Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.563Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.563Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.563Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.564Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.564Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:17:22.564Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:17:22.564Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:17:22.629Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9506e79d-4178-4359-90cb-d3ab679547b1 1 ASDC deployResourceStructure
2022-02-04T16:17:22.629Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-04T16:17:22.629Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-04T16:17:22.630Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:17:22.630Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:22.631Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:22.631Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991442629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:17:22.731Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:17:22.732Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:22.732Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:22.742Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:22.742Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:23.632Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-04T16:17:23.632Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-04T16:17:23.633Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:17:23.633Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:23.635Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:23.635Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991443632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:17:23.735Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:23.735Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:23.736Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:23.744Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:23.745Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:24.637Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-04T16:17:24.637Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-04T16:17:24.637Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:17:24.638Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:24.640Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:24.640Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991444637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:17:24.740Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:24.740Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:24.740Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:24.748Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:24.748Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:25.640Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-04T16:17:25.641Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-04T16:17:25.641Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:17:25.641Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:17:25.643Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:17:25.643Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991445640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:17:25.743Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:17:25.744Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:17:25.744Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:17:25.753Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:17:25.753Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:17:26.644Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:17:26.655Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:17:26.657Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:17:26.657Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:17:26.657Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:17:56.657Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:17:56.671Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:17:56.673Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:17:56.673Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:17:56.673Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:18:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:18:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:18:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:18:18.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:18:18.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991368088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991383819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991385844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991386902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991387958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991389055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991390109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991391178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991392181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991393185,
  "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-02-04T16:18:18.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991394192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991395196,
  "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-02-04T16:18:18.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991396200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991410113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991411259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991412216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991421755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991421758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991422760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991422958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991416322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "policy-id",
  "timestamp": 1643991423762,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:18:18.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:18:18.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:18:18.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991424254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991424345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991417812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "cds",
  "timestamp": 1643991425259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:18:18.285Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:18:18.285Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:18:18.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991425361,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:18:18.300Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:18:18.300Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991426364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19bc2487-047d-4966-96df-c5a4e2d1fef4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991427657,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991421954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991429822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991431434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991433443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "clamp",
  "timestamp": 1643991434447,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:18:18.322Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:18:18.322Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:18:18.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991436624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:18.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:18:18.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:18:18.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:18:18.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991438009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:18:18.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:18:26.674Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:18:26.685Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:18:26.687Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:18:26.688Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:18:26.688Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:18:56.688Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:18:56.701Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:18:56.704Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:18:56.704Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:18:56.704Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:19:18.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:19:18.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:19:18.221Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:19:18.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:19:18.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:19:18.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:19:18.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:19:26.705Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:19:26.719Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:19:26.722Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:19:26.722Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:19:26.722Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:19:56.722Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:19:56.732Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:19:56.735Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:19:56.735Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-04T16:19:56.736Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-04T16:20:18.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:20:18.223Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:20:18.223Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:20:18.749Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:20:18.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991430113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "aai-ml",
  "timestamp": 1643991439012,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:20:18.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991439116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991431322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991440304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991440416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991432216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991440922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991441035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991441507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991441530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991441924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "cds",
  "timestamp": 1643991442040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.788Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.788Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991442551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991442629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991442866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991442927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991443595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991443632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991443869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.805Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 628588af-9aa5-4f63-ad2e-864146f69539
2022-02-04T16:20:18.805Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 628588af-9aa5-4f63-ad2e-864146f69539 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "policy-id",
  "timestamp": 1643991443929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.819Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991444619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-04T16:20:18.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991444637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991445621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991445640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991441259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991433124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991454063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991455956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991456961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.855Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991458438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991460450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991451954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "clamp",
  "timestamp": 1643991461454,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.869Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.869Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:18.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991461814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991469406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:20:18.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "aai-ml",
  "timestamp": 1643991470409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:18.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
2022-02-04T16:20:18.885Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:20:26.736Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:20:26.749Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.756Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.757Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.757Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:20:26.757Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:20:26.762Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:20:56.762Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 628588af-9aa5-4f63-ad2e-864146f69539 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:20:56.767Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 628588af-9aa5-4f63-ad2e-864146f69539 and serviceModelVersionId: 8f64883e-7a98-4416-aa7c-cde8ac03b5d1
2022-02-04T16:20:56.767Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c80806fc-e24b-4c5c-911c-a413bbb1a3c0
2022-02-04T16:20:56.768Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0
2022-02-04T16:20:56.773Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:20:56.803Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0|INFO|500||Invoke
2022-02-04T16:20:56.803Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[628588af-9aa5-4f63-ad2e-864146f69539], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0ed3559-edb0-4471-99b2-71ae195d6a54], X-ECOMP-RequestID=[628588af-9aa5-4f63-ad2e-864146f69539], X-TransactionId=[], X-ONAP-RequestID=[628588af-9aa5-4f63-ad2e-864146f69539], Content-Type=[application/merge-patch+json]}
2022-02-04T16:20:56.822Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:20:56.887Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?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/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220204-16:20:56:828-42117], vertex-id=[225344], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:20:56 GMT], Content-Type=[application/json]}
2022-02-04T16:20:56.887Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:20:56.888Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c80806fc-e24b-4c5c-911c-a413bbb1a3c0/model-vers/model-ver/8f64883e-7a98-4416-aa7c-cde8ac03b5d1?depth=0|INFO|500||InvokeReturn
2022-02-04T16:20:56.888Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:20:56.888Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:20:56.892Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:20:56.893Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 628588af-9aa5-4f63-ad2e-864146f69539 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:20:56.893Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:20:56.893Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:20:56.895Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:20:56.895Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991656893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:20:56.995Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:20:56.996Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:20:56.996Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:20:57.009Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:20:57.010Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:20:57.911Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:20:57.911Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a2e78f2-45fa-4248-ac32-68229eb3f9c8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"404b6863-8d47-4627-a832-2e1ac9027cb6","serviceDescription":"service","serviceInvariantUUID":"f5c78096-25a5-484e-acbe-7129fd38f67c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71076334-ca35-4329-8423-7f5d3805bac9","resourceInvariantUUID":"c34887e3-3658-4601-bc25-66fb4b3d69d8","resourceCustomizationUUID":"e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3","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":"NDg2ZWJiYzczOWY4M2ZkNDc1ZGZmZTczYTAyMjI0Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"497a2ba4-51bf-40d9-a976-187bbfaefb47","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":"0115c7b6-7de5-4daf-9888-e09a4c1289c3","artifactVersion":"2","generatedFromUUID":"daca8e11-2ead-41df-9339-f1c8719ce702"},{"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":"daca8e11-2ead-41df-9339-f1c8719ce702","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":"ODAyYzliMGM3YTU3NTU5M2JhNGFhN2UzZjQ5NjkwMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97cd97be-15d9-4696-8fc2-233d43bad9a1","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":"6d1151b8-df0b-40d0-975e-f7a97c448cd6","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":"8d3461af-ea53-483d-800e-dc25459c15f1","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":"a4fde5f4-349e-4afc-8390-49128273b81b","artifactVersion":"2","generatedFromUUID":"6d1151b8-df0b-40d0-975e-f7a97c448cd6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDc3MDIyNDBjYzUxMjBhYzUyZmMzZmMyODAyNjZjZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fdbf37e-273d-4d19-b5c7-4cd67bb4afa9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWZiMTYzZTk3YTIxMzBlNmE3YmRkNzgwOTE1ZWNhY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db8ec084-5ee1-48a3-9586-5f3ac96780d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:20:57.912Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:20:57.912Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:20:57.914Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:20:57.914Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:20:58.014Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:20:58.015Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:20:58.015Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:20:58.024Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:20:58.024Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:20:58.915Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:20:58.916Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:20:58.917Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:20:58.917Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T16:20:59.017Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:20:59.018Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:20:59.018Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:20:59.028Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:20:59.028Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:20:59.918Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:20:59.919Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:20:59.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:20:59.921Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:21:00.021Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:00.022Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:00.022Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:00.031Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:00.031Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:00.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:00.922Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:00.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:00.924Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:21:01.024Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:01.027Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:01.027Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:01.037Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:01.038Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:01.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:01.925Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:01.928Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:01.928Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:21:02.028Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:02.028Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:02.028Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:02.038Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:02.038Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:02.928Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:02.929Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:02.930Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:02.930Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:03.030Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:03.031Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:03.031Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:03.042Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:03.042Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:03.931Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:03.932Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:03.934Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:03.934Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T16:21:04.033Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:04.035Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:04.036Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:04.048Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:04.048Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:04.934Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:04.935Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:04.937Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:04.937Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:05.037Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:05.037Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:05.038Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:05.048Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:05.048Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:05.937Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:05.938Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:05.940Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:05.941Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:06.040Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:06.041Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:06.041Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:06.050Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:06.050Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:06.942Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "404b6863-8d47-4627-a832-2e1ac9027cb6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5c78096-25a5-484e-acbe-7129fd38f67c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71076334-ca35-4329-8423-7f5d3805bac9",
      "resourceInvariantUUID": "c34887e3-3658-4601-bc25-66fb4b3d69d8",
      "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": "0115c7b6-7de5-4daf-9888-e09a4c1289c3",
          "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": "daca8e11-2ead-41df-9339-f1c8719ce702",
          "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": "ODAyYzliMGM3YTU3NTU5M2JhNGFhN2UzZjQ5NjkwMzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97cd97be-15d9-4696-8fc2-233d43bad9a1",
          "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": "6d1151b8-df0b-40d0-975e-f7a97c448cd6",
          "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": "a4fde5f4-349e-4afc-8390-49128273b81b",
            "generatedFromUUID": "6d1151b8-df0b-40d0-975e-f7a97c448cd6"
          },
          "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": "a4fde5f4-349e-4afc-8390-49128273b81b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWZiMTYzZTk3YTIxMzBlNmE3YmRkNzgwOTE1ZWNhY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db8ec084-5ee1-48a3-9586-5f3ac96780d2"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:21:06.943Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:21:06.943Z|628588af-9aa5-4f63-ad2e-864146f69539|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 404b6863-8d47-4627-a832-2e1ac9027cb6 ASDC
2022-02-04T16:21:06.944Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5a2e78f2-45fa-4248-ac32-68229eb3f9c8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:404b6863-8d47-4627-a832-2e1ac9027cb6
ServiceInvariantUUID:f5c78096-25a5-484e-acbe-7129fd38f67c
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:db8ec084-5ee1-48a3-9586-5f3ac96780d2
ArtifactChecksum:ZWZiMTYzZTk3YTIxMzBlNmE3YmRkNzgwOTE1ZWNhY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3
ResourceInvariantUUID:c34887e3-3658-4601-bc25-66fb4b3d69d8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:71076334-ca35-4329-8423-7f5d3805bac9
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:0115c7b6-7de5-4daf-9888-e09a4c1289c3
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:daca8e11-2ead-41df-9339-f1c8719ce702
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:97cd97be-15d9-4696-8fc2-233d43bad9a1
ArtifactChecksum:ODAyYzliMGM3YTU3NTU5M2JhNGFhN2UzZjQ5NjkwMzQ=
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:6d1151b8-df0b-40d0-975e-f7a97c448cd6
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:a4fde5f4-349e-4afc-8390-49128273b81b
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:a4fde5f4-349e-4afc-8390-49128273b81b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-04T16:21:06.944Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 404b6863-8d47-4627-a832-2e1ac9027cb6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:21:06.975Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:21:06.976Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:21:06.976Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:21:06.976Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db8ec084-5ee1-48a3-9586-5f3ac96780d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T16:21:06.976Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:06.977Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T16:21:07.560Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:07.564Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar db8ec084-5ee1-48a3-9586-5f3ac96780d2 68935
2022-02-04T16:21:07.565Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-04T16:21:07.565Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T16:21:07.565Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:07.565Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:07.568Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:07.568Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991667565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:07.667Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:07.668Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:07.668Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:07.678Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:07.678Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:08.568Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:21:08.570Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:21:08.570Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: db8ec084-5ee1-48a3-9586-5f3ac96780d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:08.570Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-04T16:21:08.571Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:08.571Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:08.715Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6559537774222719980/Definitions/service-BasicCnf-template.yml
2022-02-04T16:21:09.660Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:09.661Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:21:09.662Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.663Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:09.664Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:09.665Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=90ee7554-148c-4e0e-b592-f4a6a3cf75e0
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.666Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.667Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:09.667Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:09.667Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:404b6863-8d47-4627-a832-2e1ac9027cb6
Model Version:NULL
Model InvariantUuid:f5c78096-25a5-484e-acbe-7129fd38f67c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4a577061-cff0-42ed-843f-a378ce9639ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c34887e3-3658-4601-bc25-66fb4b3d69d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d06f39f-bd6b-4ec9-9559-f87083a4e359
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d97cdd4c-b092-446f-9e9f-324508ad199a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:90ee7554-148c-4e0e-b592-f4a6a3cf75e0
ModelInvariantUuid:516d2f82-73da-421d-9d90-fa14b838100f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:532707b4-2f3d-4f70-add9-2a111d0e1aa3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3125de10-d0e8-4605-a32d-a3bb845cb1a0
ModelInvariantUuid:25c2bf14-ca0e-4462-8850-1235488d72c8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:768f5093-55c4-40ce-b4b2-7d0eda0b2017
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:21:09.674Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 71076334-ca35-4329-8423-7f5d3805bac9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:21:09.676Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-02-04T16:21:09.676Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71076334-ca35-4329-8423-7f5d3805bac9
2022-02-04T16:21:09.676Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0115c7b6-7de5-4daf-9888-e09a4c1289c3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-04T16:21:09.677Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:09.677Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-04T16:21:09.813Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:09.813Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0115c7b6-7de5-4daf-9888-e09a4c1289c3 12
2022-02-04T16:21:09.814Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-04T16:21:09.814Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-04T16:21:09.814Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:09.814Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:09.816Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:09.816Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991669814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:09.916Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:09.917Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-04T16:21:09.917Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:09.926Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:09.926Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:10.816Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: daca8e11-2ead-41df-9339-f1c8719ce702 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-04T16:21:10.817Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:10.817Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-04T16:21:11.014Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:11.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz daca8e11-2ead-41df-9339-f1c8719ce702 2688
2022-02-04T16:21:11.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-04T16:21:11.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-04T16:21:11.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:11.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:11.017Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:11.017Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991671015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:11.117Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:11.118Z||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-02-04T16:21:11.118Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:11.127Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:11.128Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:12.019Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97cd97be-15d9-4696-8fc2-233d43bad9a1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-04T16:21:12.020Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:12.020Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-04T16:21:12.209Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:12.209Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 97cd97be-15d9-4696-8fc2-233d43bad9a1 828
2022-02-04T16:21:12.209Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-04T16:21:12.210Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-04T16:21:12.210Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:12.210Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:12.212Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:12.212Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991672209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:12.312Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:12.314Z||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-02-04T16:21:12.314Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:12.325Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:12.325Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:13.212Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9d06f39f-bd6b-4ec9-9559-f87083a4e359",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d97cdd4c-b092-446f-9e9f-324508ad199a",
    "vfModuleModelCustomizationUUID": "7b1303bc-d910-48bd-a93e-510891f5adb2",
    "isBase": true,
    "artifacts": [
      "6d1151b8-df0b-40d0-975e-f7a97c448cd6",
      "daca8e11-2ead-41df-9339-f1c8719ce702",
      "a4fde5f4-349e-4afc-8390-49128273b81b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:21:13.216Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d97cdd4c-b092-446f-9e9f-324508ad199a
VfModuleModelInvariantUUID:9d06f39f-bd6b-4ec9-9559-f87083a4e359
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1151b8-df0b-40d0-975e-f7a97c448cd6
,
daca8e11-2ead-41df-9339-f1c8719ce702
,
a4fde5f4-349e-4afc-8390-49128273b81b

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

isBase:true


}

2022-02-04T16:21:13.218Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9d06f39f-bd6b-4ec9-9559-f87083a4e359",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d97cdd4c-b092-446f-9e9f-324508ad199a",
    "vfModuleModelCustomizationUUID": "7b1303bc-d910-48bd-a93e-510891f5adb2",
    "isBase": true,
    "artifacts": [
      "6d1151b8-df0b-40d0-975e-f7a97c448cd6",
      "daca8e11-2ead-41df-9339-f1c8719ce702",
      "a4fde5f4-349e-4afc-8390-49128273b81b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-04T16:21:13.218Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d97cdd4c-b092-446f-9e9f-324508ad199a
VfModuleModelInvariantUUID:9d06f39f-bd6b-4ec9-9559-f87083a4e359
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d1151b8-df0b-40d0-975e-f7a97c448cd6
,
daca8e11-2ead-41df-9339-f1c8719ce702
,
a4fde5f4-349e-4afc-8390-49128273b81b

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

isBase:true


}

2022-02-04T16:21:13.218Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6d1151b8-df0b-40d0-975e-f7a97c448cd6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T16:21:13.218Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:13.218Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T16:21:13.506Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:13.507Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6d1151b8-df0b-40d0-975e-f7a97c448cd6 1164
2022-02-04T16:21:13.507Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-04T16:21:13.507Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T16:21:13.508Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:13.508Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:13.510Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:13.510Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991673507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:13.610Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:13.610Z||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-02-04T16:21:13.610Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:13.619Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:13.620Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:14.510Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a4fde5f4-349e-4afc-8390-49128273b81b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T16:21:14.511Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:21:14.511Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T16:21:14.804Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:21:14.804Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a4fde5f4-349e-4afc-8390-49128273b81b 200
2022-02-04T16:21:14.805Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-04T16:21:14.805Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T16:21:14.805Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:21:14.805Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:14.808Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:14.808Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991674805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:14.908Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:14.909Z||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-02-04T16:21:14.909Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:14.918Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:14.919Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:15.809Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 404b6863-8d47-4627-a832-2e1ac9027cb6
2022-02-04T16:21:15.810Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 71076334-ca35-4329-8423-7f5d3805bac9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-02-04T16:21:15.818Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:21:15.825Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f0bdeca, org.onap.sdc.toscaparser.api.parameters.Input@6c3c434b, org.onap.sdc.toscaparser.api.parameters.Input@6aaa3d04, org.onap.sdc.toscaparser.api.parameters.Input@61edc362, org.onap.sdc.toscaparser.api.parameters.Input@4031bc1b]
2022-02-04T16:21:15.826Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.826Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.827Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-04T16:21:15.827Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3
2022-02-04T16:21:15.827Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3 matches Tosca VF Customization UUID: e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3
2022-02-04T16:21:15.827Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-04T16:21:15.829Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.829Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.830Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-02-04T16:21:15.830Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a19f48a
2022-02-04T16:21:15.830Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.830Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-04T16:21:15.830Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b1303bc-d910-48bd-a93e-510891f5adb2
2022-02-04T16:21:15.831Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b1303bc-d910-48bd-a93e-510891f5adb2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-04T16:21:15.832Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.833Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-04T16:21:15.834Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-04T16:21:15.834Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=90ee7554-148c-4e0e-b592-f4a6a3cf75e0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-04T16:21:15.835Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.835Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:15.836Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-04T16:21:15.836Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.836Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-04T16:21:15.836Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e73be89b-f3a2-4aed-9ee0-a6b0f44de4e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:21:15.837Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.837Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 404b6863-8d47-4627-a832-2e1ac9027cb6: basic_cnf
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.838Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:21:15.839Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:15.894Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 71076334-ca35-4329-8423-7f5d3805bac9 1 ASDC deployResourceStructure
2022-02-04T16:21:15.894Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-04T16:21:15.894Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-02-04T16:21:15.894Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T16:21:15.895Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:15.897Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:15.897Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991675894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-04T16:21:15.996Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:15.997Z||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-02-04T16:21:15.998Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:16.008Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:16.008Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:16.898Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-04T16:21:16.898Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-04T16:21:16.899Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-04T16:21:16.899Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:16.901Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:16.901Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-04T16:21:17.001Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:17.002Z||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-02-04T16:21:17.002Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:17.011Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:17.012Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:21:17.904Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-04T16:21:17.904Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-04T16:21:17.904Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:21:17.905Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:17.908Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:17.908Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991677904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.008Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:18.009Z||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-02-04T16:21:18.010Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:18.019Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:18.020Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:21:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:21:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:18.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:18.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991617812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991621259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991613123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991612216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991631065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991631075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991631062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991632065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991632309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991632646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "policy-id",
  "timestamp": 1643991633067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.883Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643991633313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:18.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.899Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643991633649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-02-04T16:21:18.909Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-04T16:21:18.910Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-04T16:21:18.910Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:21:18.910Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:18.911Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:18.912Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991678909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.914Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.914Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991626322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991636162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "cds",
  "timestamp": 1643991637379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:18.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643991630113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991640477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991631954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991641824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991642486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "clamp",
  "timestamp": 1643991643490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:18.948Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.948Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991646907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "aai-ml",
  "timestamp": 1643991647910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:18.962Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74703f0f-8dd4-458f-81ac-65d3eb868811
2022-02-04T16:21:18.962Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74703f0f-8dd4-458f-81ac-65d3eb868811 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-04T16:21:18.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "628588af-9aa5-4f63-ad2e-864146f69539",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991656893,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991428675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991667565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991669814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991671015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991672209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991673507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991674805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991675894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991676897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:21:18.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991677904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:18.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:21:19.011Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:19.012Z||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-02-04T16:21:19.012Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:19.022Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:19.022Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:21:19.912Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-04T16:21:19.913Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-04T16:21:19.913Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:21:19.913Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:19.915Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:19.916Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991679912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:20.015Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:20.016Z||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-02-04T16:21:20.016Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:20.026Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:20.027Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:21:20.916Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-04T16:21:20.917Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-04T16:21:20.917Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:21:20.917Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:20.919Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:20.919Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991680916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:21:21.019Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:21.020Z||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-02-04T16:21:21.020Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:21.031Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:21.032Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:21.920Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:21:21.957Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a2e78f2-45fa-4248-ac32-68229eb3f9c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:21:21.961Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:21:21.961Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:21:21.961Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:21:21.962Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:21:21.962Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.962Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.962Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.962Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.963Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.963Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:21:21.963Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:21:21.973Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:21:51.973Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:21:51.980Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and serviceModelVersionId: 404b6863-8d47-4627-a832-2e1ac9027cb6
2022-02-04T16:21:51.980Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5c78096-25a5-484e-acbe-7129fd38f67c
2022-02-04T16:21:51.981Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0
2022-02-04T16:21:51.987Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:21:52.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0|INFO|500||Invoke
2022-02-04T16:21:52.015Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a2e78f2-45fa-4248-ac32-68229eb3f9c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[340b017a-ab3e-4f91-b19e-57cd7db31df6], X-ECOMP-RequestID=[5a2e78f2-45fa-4248-ac32-68229eb3f9c8], X-TransactionId=[], X-ONAP-RequestID=[5a2e78f2-45fa-4248-ac32-68229eb3f9c8], Content-Type=[application/merge-patch+json]}
2022-02-04T16:21:52.033Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:21:52.113Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?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/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-16:21:52:040-25884], vertex-id=[491728], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:21:52 GMT], Content-Type=[application/json]}
2022-02-04T16:21:52.114Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:21:52.114Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c78096-25a5-484e-acbe-7129fd38f67c/model-vers/model-ver/404b6863-8d47-4627-a832-2e1ac9027cb6?depth=0|INFO|500||InvokeReturn
2022-02-04T16:21:52.114Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:21:52.114Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:21:52.118Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:21:52.119Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a2e78f2-45fa-4248-ac32-68229eb3f9c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:21:52.119Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:21:52.119Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:52.121Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:52.121Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991712119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:21:52.221Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:52.221Z||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-02-04T16:21:52.222Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:52.235Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:52.235Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:21:53.130Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:21:53.131Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:21:53.131Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:57.513Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:57.514Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-04T16:21:57.514Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"74703f0f-8dd4-458f-81ac-65d3eb868811","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b2de7073-ee27-415f-9c5b-7740be4d9e95","serviceDescription":"service","serviceInvariantUUID":"1c9530cf-b11f-460b-ae02-d8a037e147f4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1b57120a-2e39-4d7e-b0af-498b656ada14","resourceInvariantUUID":"a59c29dd-8acc-49e6-9eb3-aefc9f0f78d4","resourceCustomizationUUID":"f0248869-1b16-4652-b383-1675acd977e3","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":"OWE2ZmQzZjc5YzE0ZTE2ZDE2OTQ2YmRhZTNmNDQzZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3027af9c-cb8e-4d31-ba13-604d3561fa9a","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":"685edcc6-c4a4-4dcf-8a41-122d2002ba5d","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":"ec16a6e5-f100-4fdd-8341-37444bf50954","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":"OWIzN2ExZTUwY2Y1ZmQ2YTQ1YTM3YWZlNWRhZWM1ZmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2320ee54-60a5-4da7-9af6-210da0eb113f","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":"f63a2337-0d7c-4201-a644-8f9d13d7667d","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":"4a424144-eb2a-4d04-b208-74213ce18012","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":"7e17ab20-0621-41b8-aa84-14703c9c402b","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":"OWY0NDJlZjU3M2U5NzhjZTZmM2EwYzMxNmU4NzZlOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43daabbc-8e7f-4789-b53f-fe0471e30233","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjRjZjhkNzg3NmY4MGY5ODc2ZDAwODJlODMxMTYwYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe0401d6-7ef3-4987-9acb-d30dfe8f0b43","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-04T16:21:57.518Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:57.518Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:57.520Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:57.520Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:57.619Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:57.620Z||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-02-04T16:21:57.620Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:57.631Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:57.631Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:58.520Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:58.521Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:58.522Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:58.522Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:58.622Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:21:58.623Z||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-02-04T16:21:58.623Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:58.636Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:58.636Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:21:59.522Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:21:59.524Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:21:59.525Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:21:59.525Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:21:59.625Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:21:59.626Z||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-02-04T16:21:59.626Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:21:59.636Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:21:59.636Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:00.526Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:00.527Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:00.530Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:00.530Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:22:00.630Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:22:00.630Z||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-02-04T16:22:00.631Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:00.641Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:00.641Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:01.531Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:01.532Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:01.534Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:01.534Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:22:01.634Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:22:01.634Z||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-02-04T16:22:01.634Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:01.647Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:01.648Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:02.534Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:02.535Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:02.538Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:02.538Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:22:02.638Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:22:02.638Z||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-02-04T16:22:02.638Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:02.649Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:02.649Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:03.538Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:03.540Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:03.543Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:03.543Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:22:03.643Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:22:03.644Z||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-02-04T16:22:03.644Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:03.653Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:03.654Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:04.544Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:04.544Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:04.547Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:04.547Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:22:04.647Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:22:04.647Z||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-02-04T16:22:04.647Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:04.658Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:04.658Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:05.548Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-04T16:22:05.548Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:05.550Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:05.551Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:22:05.650Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:22:05.651Z||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-02-04T16:22:05.651Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:05.662Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:05.663Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-04T16:22:06.551Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b2de7073-ee27-415f-9c5b-7740be4d9e95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1c9530cf-b11f-460b-ae02-d8a037e147f4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f0248869-1b16-4652-b383-1675acd977e3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1b57120a-2e39-4d7e-b0af-498b656ada14",
      "resourceInvariantUUID": "a59c29dd-8acc-49e6-9eb3-aefc9f0f78d4",
      "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": "MjRjZjhkNzg3NmY4MGY5ODc2ZDAwODJlODMxMTYwYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe0401d6-7ef3-4987-9acb-d30dfe8f0b43"
    }
  ],
  "workloadContext": "Production"
}
2022-02-04T16:22:06.552Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-04T16:22:06.552Z|5a2e78f2-45fa-4248-ac32-68229eb3f9c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b2de7073-ee27-415f-9c5b-7740be4d9e95 ASDC
2022-02-04T16:22:06.553Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:74703f0f-8dd4-458f-81ac-65d3eb868811
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b2de7073-ee27-415f-9c5b-7740be4d9e95
ServiceInvariantUUID:1c9530cf-b11f-460b-ae02-d8a037e147f4
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:fe0401d6-7ef3-4987-9acb-d30dfe8f0b43
ArtifactChecksum:MjRjZjhkNzg3NmY4MGY5ODc2ZDAwODJlODMxMTYwYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f0248869-1b16-4652-b383-1675acd977e3
ResourceInvariantUUID:a59c29dd-8acc-49e6-9eb3-aefc9f0f78d4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1b57120a-2e39-4d7e-b0af-498b656ada14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-04T16:22:06.553Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2de7073-ee27-415f-9c5b-7740be4d9e95 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:22:06.570Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:22:06.570Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:22:06.571Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:22:06.571Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe0401d6-7ef3-4987-9acb-d30dfe8f0b43 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T16:22:06.571Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-04T16:22:06.571Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T16:22:06.765Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-04T16:22:06.771Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fe0401d6-7ef3-4987-9acb-d30dfe8f0b43 105639
2022-02-04T16:22:06.771Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T16:22:06.771Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T16:22:06.771Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-04T16:22:06.772Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:06.773Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:06.773Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991726771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:22:06.873Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:22:06.874Z||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-02-04T16:22:06.874Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:06.885Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:06.885Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:07.774Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-04T16:22:07.775Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-04T16:22:07.776Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fe0401d6-7ef3-4987-9acb-d30dfe8f0b43, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:07.776Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-04T16:22:07.776Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:07.776Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:07.855Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13312703334332908667/Definitions/service-TestPnfMacro-template.yml
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.429Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.430Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.431Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b2de7073-ee27-415f-9c5b-7740be4d9e95
Model Version:NULL
Model InvariantUuid:1c9530cf-b11f-460b-ae02-d8a037e147f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-04T16:22:08.437Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1b57120a-2e39-4d7e-b0af-498b656ada14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:22:08.439Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-02-04T16:22:08.440Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1b57120a-2e39-4d7e-b0af-498b656ada14
2022-02-04T16:22:08.440Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b2de7073-ee27-415f-9c5b-7740be4d9e95
2022-02-04T16:22:08.440Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b2de7073-ee27-415f-9c5b-7740be4d9e95
2022-02-04T16:22:08.440Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1b57120a-2e39-4d7e-b0af-498b656ada14 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:22:08.444Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58a5958f, org.onap.sdc.toscaparser.api.parameters.Input@1d1968b7, org.onap.sdc.toscaparser.api.parameters.Input@2ce3766a, org.onap.sdc.toscaparser.api.parameters.Input@1fcb92e8, org.onap.sdc.toscaparser.api.parameters.Input@6bb66573]
2022-02-04T16:22:08.444Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.444Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.445Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b2de7073-ee27-415f-9c5b-7740be4d9e95: test-pnf
2022-02-04T16:22:08.445Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1b57120a-2e39-4d7e-b0af-498b656ada14
2022-02-04T16:22:08.445Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-04T16:22:08.445Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-04T16:22:08.446Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||Resource customization UUID: f0248869-1b16-4652-b383-1675acd977e3 is the same as notified resource customizationUUID: f0248869-1b16-4652-b383-1675acd977e3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-04T16:22:08.495Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1b57120a-2e39-4d7e-b0af-498b656ada14 0 ASDC deployResourceStructure
2022-02-04T16:22:08.495Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-04T16:22:08.495Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-04T16:22:08.496Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-04T16:22:08.496Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:08.498Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:08.498Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991728495,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:22:08.598Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-04T16:22:08.598Z||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-02-04T16:22:08.598Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:08.609Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:08.610Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-04T16:22:09.498Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74703f0f-8dd4-458f-81ac-65d3eb868811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:22:09.508Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74703f0f-8dd4-458f-81ac-65d3eb868811
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-04T16:22:09.510Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.511Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.512Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.512Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.512Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.512Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-04T16:22:09.512Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-04T16:22:09.515Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-04T16:22:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:22:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:22:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:18.342Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:18.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-04T16:22:18.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991678909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-04T16:22:18.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:22:39.516Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74703f0f-8dd4-458f-81ac-65d3eb868811 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-04T16:22:39.519Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74703f0f-8dd4-458f-81ac-65d3eb868811 and serviceModelVersionId: b2de7073-ee27-415f-9c5b-7740be4d9e95
2022-02-04T16:22:39.520Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c9530cf-b11f-460b-ae02-d8a037e147f4
2022-02-04T16:22:39.520Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0
2022-02-04T16:22:39.527Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-04T16:22:39.550Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-04T16:22:39.551Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0|INFO|500||Invoke
2022-02-04T16:22:39.568Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-04T16:22:39.909Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0|INFO|500||InvokeReturn
2022-02-04T16:22:39.910Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9530cf-b11f-460b-ae02-d8a037e147f4/model-vers/model-ver/b2de7073-ee27-415f-9c5b-7740be4d9e95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220204-16:22:39:576-629], vertex-id=[188632], Content-Length=[0], Date=[Fri, 04 Feb 2022 16:22:39 GMT], Content-Type=[application/json]}
2022-02-04T16:22:39.910Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-04T16:22:39.910Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-04T16:22:39.910Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-04T16:22:39.914Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-04T16:22:39.915Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74703f0f-8dd4-458f-81ac-65d3eb868811 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-04T16:22:39.915Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-04T16:22:39.915Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-04T16:22:39.917Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-04T16:22:39.917Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991759915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:22:40.017Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-04T16:22:40.017Z||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-02-04T16:22:40.018Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:40.032Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:40.032Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-04T16:22:40.925Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:22:40.926Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:22:40.926Z|74703f0f-8dd4-458f-81ac-65d3eb868811|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:50.462Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:22:50.462Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:22:50.463Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:22:50.463Z|74703f0f-8dd4-458f-81ac-65d3eb868811|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:22:59.999Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:00.000Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:00.000Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:23:00.001Z|74703f0f-8dd4-458f-81ac-65d3eb868811|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:09.537Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:09.538Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:09.538Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:23:09.539Z|74703f0f-8dd4-458f-81ac-65d3eb868811|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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:18.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:23:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:18.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:18.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991679912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-04T16:23:18.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:23:18.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991680916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a2e78f2-45fa-4248-ac32-68229eb3f9c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991712119,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991713130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991726771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991728495,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-04T16:23:18.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:23:19.072Z|74703f0f-8dd4-458f-81ac-65d3eb868811|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:19.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:19.074Z||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-02-04T16:23:19.074Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:28.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:28.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:28.607Z||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-02-04T16:23:28.608Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:38.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:23:38.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:23:38.144Z||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-02-04T16:23:38.144Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:23:47.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:24:18.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:24:18.218Z||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-02-04T16:24:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:24:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:24:18.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:24:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:24:18.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:24:18.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-04T16:24:18.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74703f0f-8dd4-458f-81ac-65d3eb868811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643991759915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-04T16:24:18.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-04T16:24:27.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:25:18.217Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:25:18.218Z||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-02-04T16:25:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:25:18.219Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:25:18.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:25:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:25:27.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:25:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:26:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:26:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:26:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:26:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:26:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:26:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:26:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:26:27.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:27:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:27:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:27:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:27:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:27:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:27:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:27:27.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:27:27.764Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:28:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:28:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:28:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:28:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:28:18.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:28:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:28:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:28:27.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:29:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:29:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:29:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:29:18.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:29:18.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:29:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:29:27.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:29:27.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:30:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:30:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:30:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:30:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:30:18.220Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:30:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:30:27.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:30:27.761Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:31:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:31:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:31:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:31:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:31:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:31:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:31:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:31:27.761Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:32:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:32:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:32:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:32:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:32:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:32:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:32:27.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:32:27.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:33:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:33:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:33:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:33:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:33:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:33:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:33:27.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:33:27.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:34:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:34:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:34:18.219Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:34:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:34:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:34:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:34:27.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:34:27.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:35:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:35:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:35:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:35:18.219Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:35:18.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:35:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:35:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:35:27.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:36:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:36:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:36:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:36:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:36:18.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:36:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:36:27.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:36:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:37:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:37:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:37:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:37:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:37:18.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:37:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:37:27.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:37:27.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:38:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:38:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:38:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:38:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:38:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:38:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:38:27.760Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:38:27.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:39:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:39:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:39:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:39:18.219Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:39:18.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:39:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:39:27.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:39:27.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:40:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:40:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:40:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:40:18.219Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:40:18.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:40:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:40:27.756Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:40:27.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:41:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:41:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:41:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:41:18.219Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:41:18.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:41:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:41:27.760Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:41:27.762Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:42:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:42:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:42:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:42:18.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:42:18.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:42:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:42:27.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:42:27.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:43:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:43:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:43:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:43:18.219Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:43:18.220Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:43:18.220Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:43:27.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:43:27.761Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-04T16:44:18.217Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:44:18.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:44:18.218Z||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 JQgqHONhGFbeAe1i) ...
2022-02-04T16:44:18.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-04T16:44:18.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-04T16:44:18.220Z||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 JQgqHONhGFbeAe1i) ...