Results

By type

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

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

2022-05-09T12:53:41.530Z||main|||||INFO|500||The following profiles are active: basic
2022-05-09T12:53:54.697Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-09T12:53:54.698Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-09T12:53:54.855Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-09T12:53:59.441Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-09T12:53:59.865Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-09T12:54:00.418Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-09T12:54:00.436Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-09T12:54:00.553Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-09T12:54:00.802Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-09T12:54:01.449Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-09T12:54:03.518Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-09T12:54:06.167Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-09T12:54:06.232Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-09T12:54:07.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-09T12:54:07.265Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-09T12:54:08.632Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-09T12:54:09.854Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-09T12:54:09.873Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-09T12:54:09.874Z||main|||||WARN|500||The sdc end point is not alive
2022-05-09T12:54:13.579Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-09T12:54:17.225Z||main|||||WARN|500||---
2022-05-09T12:54:17.226Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-09T12:54:17.227Z||main|||||WARN|500||---
2022-05-09T12:54:17.900Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-09T12:54:24.085Z||main|||||INFO|500||Started Application in 46.151 seconds (JVM running for 48.455)
2022-05-09T12:54:24.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-09T12:54:24.127Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-09T12:54:24.141Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-09T12:54:24.169Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-09T12:54:24.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b8ff642-d174-4fd8-b6df-d42907130a1e url= /sdc/v1/artifactTypes
2022-05-09T12:54:24.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-09T12:54:24.576Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-09T12:54:24.620Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-09T12:54:24.655Z||scheduling-1|||||DEBUG|500||create keys
2022-05-09T12:54:24.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-09T12:54:24.704Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:54:24.732Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e231cf65-f1bd-431e-8fd8-d448f80ddce3 url= /sdc/v1/registerForDistribution
2022-05-09T12:54:24.875Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e231cf65-f1bd-431e-8fd8-d448f80ddce3 url= /sdc/v1/registerForDistribution
2022-05-09T12:54:24.876Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-09T12:54:24.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:54:24.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:54:24.895Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-09T12:54:24.902Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:54:24.903Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:54:24.902Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:54:24.905Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:54:35.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:54:35.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:55:24.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:55:24.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:55:24.888Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:55:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:55:24.896Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:55:24.898Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:55:34.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:55:34.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:56:24.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:56:24.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:56:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:56:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:56:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:56:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:56:34.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:56:34.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:57:24.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:57:24.885Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:57:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:57:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:57:24.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:57:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:57:34.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:57:34.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:58:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:58:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:58:24.886Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:58:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:58:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:58:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:58:34.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:58:34.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:59:24.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:59:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:59:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:59:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T12:59:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:59:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:59:34.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T12:59:34.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:00:24.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:00:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:00:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:00:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:00:24.889Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:00:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:00:34.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:00:34.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:01:24.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:01:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:01:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:01:24.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:01:24.894Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:01:24.895Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:01:34.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:01:34.435Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:02:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:02:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:02:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:02:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:02:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:02:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:02:34.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:02:34.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:03:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:03:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:03:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:03:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:03:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:03:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:03:34.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:03:34.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:04:17.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-09T13:04:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:04:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:04:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:04:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:04:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:04:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:04:34.431Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:04:34.432Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:05:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:05:24.885Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:05:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:05:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:05:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:05:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:05:34.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:05:34.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:06:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:06:24.885Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:06:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:06:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:06:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:06:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:06:34.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:06:34.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:07:24.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:07:24.885Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:07:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:07:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:07:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:07:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:07:34.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:07:34.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:08:24.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:08:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:08:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:08:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:08:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:08:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:08:34.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:08:34.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:09:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:09:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:09:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:09:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:09:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:09:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:09:34.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:09:34.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:10:24.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:10:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:10:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:10:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:10:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:10:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:10:34.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:10:34.427Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:11:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:11:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:11:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:11:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:11:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:11:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:11:34.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:11:34.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:12:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:12:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:12:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:12:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:12:24.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:12:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:12:34.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:12:34.432Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:13:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:13:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:13:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:13:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:13:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:13:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:13:34.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:13:34.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:14:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:14:24.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:14:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:14:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:14:24.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:14:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:14:34.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:14:34.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:15:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:15:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:15:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:15:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:15:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:15:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:15:34.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:15:34.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:16:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:16:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:16:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:16:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:16:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:16:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:16:34.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:16:34.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:17:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:17:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:17:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:17:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:17:24.887Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:17:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:17:34.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:17:34.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:18:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:18:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:18:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:18:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:18:24.887Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:18:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:18:34.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:18:34.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:19:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:19:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:19:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:19:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:19:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:19:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:19:34.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:19:34.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:20:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:20:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:20:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:20:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:20:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:20:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:20:34.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:20:34.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:21:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:21:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:21:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:21:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:21:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:21:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:21:34.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:21:34.426Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:22:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:22:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:22:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:22:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:22:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:22:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:22:34.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:22:34.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:23:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:23:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:23:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:23:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:23:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:23:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:23:34.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:23:34.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:24:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:24:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:24:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:24:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:24:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:24:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:24:34.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:24:34.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:25:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:25:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:25:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:25:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:25:24.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:25:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:25:34.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:25:34.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:26:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:26:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:26:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:26:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:26:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:26:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:26:34.431Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:26:34.430Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:27:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:27:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:27:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:27:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:27:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:27:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:27:34.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:27:34.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:28:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:28:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:28:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:28:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:28:24.886Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:28:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:28:34.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:28:34.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:29:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:29:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:29:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:29:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:29:24.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:29:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:29:34.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:29:34.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:30:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:30:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:30:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:30:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:30:24.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:30:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:30:34.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:30:34.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:31:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:31:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:31:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:31:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:31:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:31:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:31:34.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:31:34.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:32:09.357Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:32:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:32:24.884Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:32:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:32:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:32:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:32:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:32:34.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:32:34.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:33:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:33:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:33:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:33:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:33:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:33:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:33:34.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:33:34.422Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:34:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:34:24.885Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:34:24.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:34:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:34:24.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:34:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:34:34.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:34:34.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:35:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:35:24.885Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:35:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:35:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:35:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:35:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:35:34.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:35:34.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:36:24.884Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:36:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:36:24.887Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:36:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:36:24.887Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:36:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:36:34.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:36:34.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:37:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:37:24.885Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:37:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:37:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:37:24.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:37:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:37:34.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:37:34.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:38:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:38:24.885Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:38:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:38:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:38:24.888Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:38:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:38:34.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:38:34.425Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:39:24.885Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:39:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:39:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:39:24.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:39:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:39:25.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:25.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103539317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103555437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "cds",
  "timestamp": 1652103556463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:39:25.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:39:25.326Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:39:25.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103560588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103561880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103563754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103562986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103558021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:39:25.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:39:25.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:25.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"93e6b6a0-1e72-4efa-98ed-0265ae1c3e38","serviceName":"basic_onboard_YggtGS","serviceVersion":"1.0","serviceUUID":"c291934f-fcf6-4eec-b9ea-91cb4f50390c","serviceDescription":"service","serviceInvariantUUID":"dac79ac1-7d63-467a-8835-b1c107f4d855","resources":[{"resourceInstanceName":"basic_onboard_YggtGS 0","resourceName":"basic_onboard_YggtGS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c5c8d11-0957-490e-8c84-743bccabc555","resourceInvariantUUID":"ff6a7670-260b-4a48-bb8a-891c11f39cc1","resourceCustomizationUUID":"9a437622-0b59-4296-b968-0c74b14989d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml","artifactChecksum":"MTczMTE5MTU4MzUxZDVkOWQxNmQ4NTczYTEzMzVmMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6854688-1708-4293-86ae-ccc5f0b9708d","artifactVersion":"1"},{"artifactName":"basic_onboard_yggtgs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json","artifactChecksum":"Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5dd476da-5e02-4fa5-b6ba-1f979dbc7239","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"656837f9-15d6-424a-922d-ae84441f6dc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2219e36-da20-457c-967e-e43ed064d58c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af2bee8-9796-4ae5-817a-886b029d7772","artifactVersion":"2","generatedFromUUID":"656837f9-15d6-424a-922d-ae84441f6dc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYggtgs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml","artifactChecksum":"NGVjMDkxNzE0ZDA0MWQzOTJhNjA2NWQ0ODdmOGNhNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6870d41e-93c9-4e22-bb95-6b7ff78731a3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYggtgs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar","artifactChecksum":"NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15c27756-1b08-4a10-8974-8661e6856f0e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:39:25.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:25.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:25.537Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:25.538Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.638Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-09T13:39:25.643Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:25.643Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:25.653Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:25.654Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:26.546Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:26.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:26.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:26.549Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:39:26.649Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:26.651Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:26.651Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:26.662Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:26.663Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:27.550Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:27.551Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:27.554Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:27.554Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:39:27.655Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:27.657Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:27.657Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:27.667Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:27.668Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:28.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:28.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:28.568Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:28.568Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:28.668Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:28.669Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:28.669Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:28.680Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:28.681Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:29.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:29.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:29.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:29.580Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-09T13:39:29.681Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:39:29.683Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:29.683Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:29.692Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:29.693Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:30.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:30.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:30.585Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:30.585Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:39:30.686Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:30.687Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:30.687Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:30.696Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:30.697Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:31.586Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:31.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:31.589Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:31.590Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:39:31.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:31.691Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:31.691Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:31.700Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:31.701Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:32.591Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "serviceName": "basic_onboard_YggtGS",
  "serviceVersion": "1.0",
  "serviceUUID": "c291934f-fcf6-4eec-b9ea-91cb4f50390c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dac79ac1-7d63-467a-8835-b1c107f4d855",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YggtGS 0",
      "resourceCustomizationUUID": "9a437622-0b59-4296-b968-0c74b14989d2",
      "resourceName": "basic_onboard_YggtGS",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c5c8d11-0957-490e-8c84-743bccabc555",
      "resourceInvariantUUID": "ff6a7670-260b-4a48-bb8a-891c11f39cc1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yggtgs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
          "artifactChecksum": "Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5dd476da-5e02-4fa5-b6ba-1f979dbc7239",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "656837f9-15d6-424a-922d-ae84441f6dc8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7af2bee8-9796-4ae5-817a-886b029d7772",
            "generatedFromUUID": "656837f9-15d6-424a-922d-ae84441f6dc8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7af2bee8-9796-4ae5-817a-886b029d7772",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYggtgs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
      "artifactChecksum": "NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15c27756-1b08-4a10-8974-8661e6856f0e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:39:32.594Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:39:32.594Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c291934f-fcf6-4eec-b9ea-91cb4f50390c ASDC
2022-05-09T13:39:32.793Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
ServiceName:basic_onboard_YggtGS
ServiceVersion:1.0
ServiceUUID:c291934f-fcf6-4eec-b9ea-91cb4f50390c
ServiceInvariantUUID:dac79ac1-7d63-467a-8835-b1c107f4d855
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYggtgs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
ArtifactUUID:15c27756-1b08-4a10-8974-8661e6856f0e
ArtifactChecksum:NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YggtGS 0
ResourceCustomizationUUID:9a437622-0b59-4296-b968-0c74b14989d2
ResourceInvariantUUID:ff6a7670-260b-4a48-bb8a-891c11f39cc1
ResourceName:basic_onboard_YggtGS
ResourceType:VF
ResourceUUID:2c5c8d11-0957-490e-8c84-743bccabc555
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yggtgs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
ArtifactUUID:5dd476da-5e02-4fa5-b6ba-1f979dbc7239
ArtifactChecksum:Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY=
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/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:656837f9-15d6-424a-922d-ae84441f6dc8
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/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
ArtifactUUID:7af2bee8-9796-4ae5-817a-886b029d7772
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/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
ArtifactUUID:7af2bee8-9796-4ae5-817a-886b029d7772
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T13:39:32.794Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c291934f-fcf6-4eec-b9ea-91cb4f50390c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:39:32.872Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:39:32.873Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15c27756-1b08-4a10-8974-8661e6856f0e from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:32.877Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:33.283Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:33.298Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar 15c27756-1b08-4a10-8974-8661e6856f0e 71573
2022-05-09T13:39:33.299Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar ASDC sendASDCNotification
2022-05-09T13:39:33.300Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:33.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:33.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:33.305Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:33.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103573298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:33.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:33.407Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:33.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:33.418Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:33.419Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:34.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:39:34.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:34.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 15c27756-1b08-4a10-8974-8661e6856f0e, URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar to file: /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.309Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.407Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.407Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:35.098Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8406039440807969010/Definitions/service-BasicOnboardYggtgs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-09T13:39:36.938Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YggtGS 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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.946Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.946Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:39:36.954Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.956Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.963Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.963Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:39:36.965Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:39:36.967Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.967Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.972Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.972Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:39:36.974Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.974Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:39:36.975Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=490d96b6-281e-452d-92fa-310d4bd19018
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.982Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YggtGS
Description:service
Model UUID:c291934f-fcf6-4eec-b9ea-91cb4f50390c
Model Version:NULL
Model InvariantUuid:dac79ac1-7d63-467a-8835-b1c107f4d855
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YggtGS
Model UUID:1a20fe01-90c2-4d29-85aa-b3f993036069
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff6a7670-260b-4a48-bb8a-891c11f39cc1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a437622-0b59-4296-b968-0c74b14989d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
ModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
ModelUuid:45163753-c2f6-4d51-b45a-f16a875f4ee4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:490d96b6-281e-452d-92fa-310d4bd19018
ModelInvariantUuid:ff8f7d1e-7f39-47a3-b85b-5e6a785468bd
ModelName:basic_onboard_YggtGS-nodes.ubuntu18Cvfc
ModelUuid:41f878a0-d081-49c0-bc40-8d7616d97482
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:260b63fb-c572-48de-81a6-e22b6dc6ae2b
ModelInvariantUuid:3eac7c4a-e04d-4a0a-af1f-a5727f457b96
ModelName:BasicOnboardYggtgs.compute.nodes.heat.ubuntu18
ModelUuid:f6c6e97e-2029-4323-ac4a-6207ff3a1378
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:39:36.999Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c5c8d11-0957-490e-8c84-743bccabc555
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:39:37.133Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||basic_onboard_YggtGS 0
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c5c8d11-0957-490e-8c84-743bccabc555
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5dd476da-5e02-4fa5-b6ba-1f979dbc7239 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:37.143Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.194Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json 5dd476da-5e02-4fa5-b6ba-1f979dbc7239 798
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json ASDC sendASDCNotification
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:37.199Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:37.199Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103577195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:37.299Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:37.300Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:37.301Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:37.311Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:37.311Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:38.202Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYggtgs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7fdcfed0-ac87-4b2f-aacd-9c2572f7212d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45163753-c2f6-4d51-b45a-f16a875f4ee4",
    "vfModuleModelCustomizationUUID": "27b0e311-5daa-47d4-8756-17dcaa09019e",
    "isBase": true,
    "artifacts": [
      "656837f9-15d6-424a-922d-ae84441f6dc8",
      "7af2bee8-9796-4ae5-817a-886b029d7772"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:39:38.217Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45163753-c2f6-4d51-b45a-f16a875f4ee4
VfModuleModelInvariantUUID:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
VfModuleModelDescription:NULL
Artifacts UUID List:{
656837f9-15d6-424a-922d-ae84441f6dc8
,
7af2bee8-9796-4ae5-817a-886b029d7772

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

isBase:true


}

2022-05-09T13:39:38.220Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYggtgs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7fdcfed0-ac87-4b2f-aacd-9c2572f7212d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45163753-c2f6-4d51-b45a-f16a875f4ee4",
    "vfModuleModelCustomizationUUID": "27b0e311-5daa-47d4-8756-17dcaa09019e",
    "isBase": true,
    "artifacts": [
      "656837f9-15d6-424a-922d-ae84441f6dc8",
      "7af2bee8-9796-4ae5-817a-886b029d7772"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45163753-c2f6-4d51-b45a-f16a875f4ee4
VfModuleModelInvariantUUID:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
VfModuleModelDescription:NULL
Artifacts UUID List:{
656837f9-15d6-424a-922d-ae84441f6dc8
,
7af2bee8-9796-4ae5-817a-886b029d7772

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

isBase:true


}

2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 656837f9-15d6-424a-922d-ae84441f6dc8 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:38.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml 656837f9-15d6-424a-922d-ae84441f6dc8 5033
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:38.305Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:38.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103578303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:38.406Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:38.407Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:38.407Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:38.417Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:38.418Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:39.307Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7af2bee8-9796-4ae5-817a-886b029d7772 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.307Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:39.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.355Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env 7af2bee8-9796-4ae5-817a-886b029d7772 909
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:39.357Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:39.360Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:39.360Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103579356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:39:39.460Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:39.461Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:39.461Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:39.472Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:39.473Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:40.361Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c291934f-fcf6-4eec-b9ea-91cb4f50390c
2022-05-09T13:39:40.362Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YggtGS 0 2c5c8d11-0957-490e-8c84-743bccabc555 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:39:40.430Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a7f06e0, org.onap.sdc.toscaparser.api.parameters.Input@3d7e606a, org.onap.sdc.toscaparser.api.parameters.Input@7c22e1b1, org.onap.sdc.toscaparser.api.parameters.Input@67bb17be, org.onap.sdc.toscaparser.api.parameters.Input@55c145af]
2022-05-09T13:39:40.437Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9a437622-0b59-4296-b968-0c74b14989d2
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a437622-0b59-4296-b968-0c74b14989d2 matches Tosca VF Customization UUID: 9a437622-0b59-4296-b968-0c74b14989d2
2022-05-09T13:39:40.439Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9a437622-0b59-4296-b968-0c74b14989d2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T13:39:40.448Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.448Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.450Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9a437622-0b59-4296-b968-0c74b14989d2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31f266
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:39:40.452Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27b0e311-5daa-47d4-8756-17dcaa09019e
2022-05-09T13:39:40.453Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27b0e311-5daa-47d4-8756-17dcaa09019e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T13:39:40.461Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=490d96b6-281e-452d-92fa-310d4bd19018
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=9a437622-0b59-4296-b968-0c74b14989d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:39:40.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c291934f-fcf6-4eec-b9ea-91cb4f50390c: basic_onboard_YggtGS
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_YggtGS 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:39:40.669Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YggtGS 2c5c8d11-0957-490e-8c84-743bccabc555 1 ASDC deployResourceStructure
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json ASDC sendASDCNotification
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:40.673Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:40.673Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103580670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:39:40.773Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:40.774Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:40.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:40.785Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:40.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:41.674Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:41.677Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:41.677Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103581673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:39:41.777Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:41.779Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:41.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:41.787Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:41.788Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:42.678Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:42.681Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:42.681Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:39:42.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:42.783Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:42.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:42.793Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:42.794Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar ASDC sendASDCNotification
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:43.684Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:43.686Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:43.686Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103583682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:39:43.786Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:43.788Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:39:43.788Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:43.798Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:39:43.799Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:44.687Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:39:44.714Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:40:14.718Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:40:14.728Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:40:14.731Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:40:14.731Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:40:14.732Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:40:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:40:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:40:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:40:24.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:40:24.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:40:24.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103564764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:40:24.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:40:44.732Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:40:44.742Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:40:44.745Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:40:44.745Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:40:44.746Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:41:14.746Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:41:14.758Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:41:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:41:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:41:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103564027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:41:24.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:41:24.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:41:44.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:41:44.775Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:14.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:42:14.789Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:42:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:42:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:42:24.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:42:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "policy-id",
  "timestamp": 1652103565769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:42:24.917Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103565031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103558765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103566751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103569767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103564883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103571780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "clamp",
  "timestamp": 1652103572786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:42:24.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:42:24.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103573298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103567234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103575216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103577195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103578303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103577566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103579356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "aai-ml",
  "timestamp": 1652103578572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:42:24.957Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:42:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103579601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103580607,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:42:24.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.971Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103580670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103581673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103583682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:44.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:42:44.804Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:42:44.808Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:42:44.815Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:43:14.816Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T13:43:14.826Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and serviceModelVersionId: c291934f-fcf6-4eec-b9ea-91cb4f50390c
2022-05-09T13:43:14.826Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dac79ac1-7d63-467a-8835-b1c107f4d855
2022-05-09T13:43:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:43:24.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:43:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:43:24.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103652569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103659317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103657234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103655854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103660490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103667288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103667316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103668301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103668287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "cds",
  "timestamp": 1652103668322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:43:24.949Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.950Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:43:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103668373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103669291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "policy-id",
  "timestamp": 1652103670294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:43:24.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:43:24.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103669526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103670545,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:43:24.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.981Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:43:24.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103671753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103671549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103672758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:43:24.997Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103678021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:25.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:43:30.918Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0
2022-05-09T13:43:31.039Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:43:31.606Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|INFO|500||Invoke
2022-05-09T13:43:31.614Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28dc3fba-62e6-49c9-ba34-a3757a66af61], X-ECOMP-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], X-TransactionId=[], X-ONAP-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], Content-Type=[application/merge-patch+json]}
2022-05-09T13:43:31.752Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T13:43:32.096Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?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/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-13:43:30:815-12498], vertex-id=[192536], Content-Length=[0], Date=[Mon, 09 May 2022 13:43:30 GMT], Content-Type=[application/json]}
2022-05-09T13:43:32.097Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:43:32.098Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|INFO|500||InvokeReturn
2022-05-09T13:43:32.102Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:43:32.103Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:43:32.109Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:43:32.110Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:43:32.111Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:43:32.111Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:32.113Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:32.113Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103812110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:43:32.214Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:32.215Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:32.215Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:32.225Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:32.226Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:43:33.149Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:43:33.150Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:43:33.150Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:43:37.458Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:37.459Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:43:37.459Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"04aa82c3-06b8-4f84-a5b6-e3512da8faf8","serviceName":"vFW 2022-05-09 13-39-05","serviceVersion":"1.0","serviceUUID":"e6523154-aae3-4adc-bd91-2c9c81d29462","serviceDescription":"catalog service description","serviceInvariantUUID":"1466affa-61fa-416b-94f8-2af20cc28ff5","resources":[{"resourceInstanceName":"vFW ab4de767-7f92 0","resourceName":"vFW ab4de767-7f92","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e77cfe42-2710-4d11-bab9-945959933008","resourceInvariantUUID":"3636e791-7456-4473-907a-f0a223e80ce0","resourceCustomizationUUID":"a8283d1d-5661-431a-b717-093e85db20c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml","artifactChecksum":"N2E5Mjc4NDg1ZWMzOTZhOWNlYmI3ZGU5YWZmMjFlNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3791dd4-62ca-4f88-b384-0d1bd30989f8","artifactVersion":"1"},{"artifactName":"vfwab4de7677f920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json","artifactChecksum":"YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a62df479-2467-4422-bb99-ad3516a05679","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42c0c2bf-88b3-4f6a-bd98-b1730a07af63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml","artifactChecksum":"ZGVhNmVmYmJkY2VjMjEwZTFiZTUyYmY4ZTEyYzFmY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09e264d1-0479-4dbc-a267-e3cf3485bdc6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e16f9a4-e46d-42d6-83d8-66cc8dcb4586","artifactVersion":"2","generatedFromUUID":"42c0c2bf-88b3-4f6a-bd98-b1730a07af63"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220509133905-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml","artifactChecksum":"NmU2ZDQzMGU4YjI4MDNkYWIzMmNkMWE2NDYwMWEyNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b53d876-2b73-4296-b2c2-e7a264ec6966","artifactVersion":"1"},{"artifactName":"service-Vfw20220509133905-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar","artifactChecksum":"MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea7bfafc-69fb-4965-aef1-f77d054d6e18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:43:37.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:37.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:37.465Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:37.465Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:37.565Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:37.566Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:37.566Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:37.580Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:37.581Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:38.466Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:38.467Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:38.469Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:38.469Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:43:38.570Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:38.571Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:38.571Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:38.582Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:38.582Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:39.470Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:39.471Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:39.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:39.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:43:39.574Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:39.575Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:39.575Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:39.584Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:39.585Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:40.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:40.477Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:40.477Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:40.579Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:43:40.580Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:40.580Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:40.592Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:40.594Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:41.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:41.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:41.482Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:41.482Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:43:41.582Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:41.583Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:41.583Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:41.594Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:41.595Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:42.483Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:42.484Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:42.486Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:42.486Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:43:42.586Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:42.587Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:42.588Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:42.599Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:42.600Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:43.487Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:43.488Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:43.490Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:43.490Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:43:43.590Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:43.592Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:43.592Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:43.602Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:43.602Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:44.492Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "serviceName": "vFW 2022-05-09 13-39-05",
  "serviceVersion": "1.0",
  "serviceUUID": "e6523154-aae3-4adc-bd91-2c9c81d29462",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1466affa-61fa-416b-94f8-2af20cc28ff5",
  "resources": [
    {
      "resourceInstanceName": "vFW ab4de767-7f92 0",
      "resourceCustomizationUUID": "a8283d1d-5661-431a-b717-093e85db20c6",
      "resourceName": "vFW ab4de767-7f92",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e77cfe42-2710-4d11-bab9-945959933008",
      "resourceInvariantUUID": "3636e791-7456-4473-907a-f0a223e80ce0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwab4de7677f920_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
          "artifactChecksum": "YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a62df479-2467-4422-bb99-ad3516a05679",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586",
            "generatedFromUUID": "42c0c2bf-88b3-4f6a-bd98-b1730a07af63"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220509133905-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
      "artifactChecksum": "MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea7bfafc-69fb-4965-aef1-f77d054d6e18"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:43:44.492Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:43:44.493Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6523154-aae3-4adc-bd91-2c9c81d29462 ASDC
2022-05-09T13:43:44.493Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:04aa82c3-06b8-4f84-a5b6-e3512da8faf8
ServiceName:vFW 2022-05-09 13-39-05
ServiceVersion:1.0
ServiceUUID:e6523154-aae3-4adc-bd91-2c9c81d29462
ServiceInvariantUUID:1466affa-61fa-416b-94f8-2af20cc28ff5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220509133905-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
ArtifactUUID:ea7bfafc-69fb-4965-aef1-f77d054d6e18
ArtifactChecksum:MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ab4de767-7f92 0
ResourceCustomizationUUID:a8283d1d-5661-431a-b717-093e85db20c6
ResourceInvariantUUID:3636e791-7456-4473-907a-f0a223e80ce0
ResourceName:vFW ab4de767-7f92
ResourceType:VF
ResourceUUID:e77cfe42-2710-4d11-bab9-945959933008
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwab4de7677f920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
ArtifactUUID:a62df479-2467-4422-bb99-ad3516a05679
ArtifactChecksum:YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
ArtifactUUID:42c0c2bf-88b3-4f6a-bd98-b1730a07af63
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
ArtifactUUID:9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
ArtifactUUID:9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T13:43:44.493Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6523154-aae3-4adc-bd91-2c9c81d29462 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:43:44.529Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea7bfafc-69fb-4965-aef1-f77d054d6e18 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.531Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:44.531Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.747Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:44.753Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ea7bfafc-69fb-4965-aef1-f77d054d6e18 99058
2022-05-09T13:43:44.753Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ASDC sendASDCNotification
2022-05-09T13:43:44.754Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.754Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:44.755Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:44.757Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:44.757Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103824753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:44.857Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:44.858Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:44.858Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:44.869Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:44.870Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:45.758Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:43:45.759Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:45.760Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ea7bfafc-69fb-4965-aef1-f77d054d6e18, URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar to file: /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.760Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.761Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.761Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.958Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5486116005025748804/Definitions/service-Vfw20220509133905-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-09T13:43:48.079Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ab4de767-7f92 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5bf6515b-f549-4886-881b-65ec2d80f9e1
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f435aec-bb45-4ac6-902a-47c01f406f6d
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fa580c1-6a90-4d1f-93d1-e2d564190e5a
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:48.099Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.099Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-09 13-39-05
Description:catalog service description
Model UUID:e6523154-aae3-4adc-bd91-2c9c81d29462
Model Version:NULL
Model InvariantUuid:1466affa-61fa-416b-94f8-2af20cc28ff5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ab4de767-7f92
Model UUID:c40f1e9b-b473-43f0-b5d9-5c0d21d0c967
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3636e791-7456-4473-907a-f0a223e80ce0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a8283d1d-5661-431a-b717-093e85db20c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d657de56-3a70-4d84-afed-1572a38c3728
ModelName:VfwAb4de7677f92..base_vfw..module-0
ModelUuid:4e998d3a-2bc9-439f-9130-b799f4ad70de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5bf6515b-f549-4886-881b-65ec2d80f9e1
ModelInvariantUuid:b8024163-2281-4ac7-8f59-1dce0888bd05
ModelName:vFW ab4de767-7f92-nodes.vfwCvfc
ModelUuid:1b28cf0c-e10d-4806-b119-4dcf84fb8acb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5ea0519c-6d10-44a6-bdf7-f7f0fead6793
ModelInvariantUuid:fbfb20a6-9546-4e95-ad3e-1da9fd6152f0
ModelName:VfwAb4de7677f92.compute.nodes.heat.vfw
ModelUuid:4171f285-ad53-4202-8144-d48bd783df53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f435aec-bb45-4ac6-902a-47c01f406f6d
ModelInvariantUuid:dfef10dc-a52e-4f6c-b18a-306c374d3b84
ModelName:vFW ab4de767-7f92-nodes.vsnCvfc
ModelUuid:a0f85e1b-cb42-48e1-ab0a-1b3252a99f1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:db703ed0-6eea-450d-a684-10992aaabcd4
ModelInvariantUuid:ef454e85-8ac6-44ab-b798-36181421e604
ModelName:VfwAb4de7677f92.compute.nodes.heat.vsn
ModelUuid:16dcec21-2810-4c3c-97b2-2b4ff4dfb559
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5fa580c1-6a90-4d1f-93d1-e2d564190e5a
ModelInvariantUuid:40dc74e5-05f4-4a02-b992-224df7f7df76
ModelName:vFW ab4de767-7f92-nodes.vpgCvfc
ModelUuid:e6e08a14-da8c-4584-90d1-53bcfb51bce5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:510ddd45-b682-4d9e-8c2a-a9c6775be583
ModelInvariantUuid:060f2a4e-2b84-4781-8911-53c2a90f0746
ModelName:VfwAb4de7677f92.compute.nodes.heat.vpg
ModelUuid:ea92796b-a025-4c6d-9a23-fb744ec8a083
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:43:48.105Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e77cfe42-2710-4d11-bab9-945959933008
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:43:48.108Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||vFW ab4de767-7f92 0
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e77cfe42-2710-4d11-bab9-945959933008
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a62df479-2467-4422-bb99-ad3516a05679 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json a62df479-2467-4422-bb99-ad3516a05679 785
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json ASDC sendASDCNotification
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:48.628Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:48.628Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103828625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:48.729Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:48.730Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:48.730Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:48.741Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:48.742Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:49.629Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAb4de7677f92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d657de56-3a70-4d84-afed-1572a38c3728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e998d3a-2bc9-439f-9130-b799f4ad70de",
    "vfModuleModelCustomizationUUID": "7339ff16-1221-46e7-ab9a-5e3cf8063b36",
    "isBase": true,
    "artifacts": [
      "42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
      "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:43:49.634Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb4de7677f92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e998d3a-2bc9-439f-9130-b799f4ad70de
VfModuleModelInvariantUUID:d657de56-3a70-4d84-afed-1572a38c3728
VfModuleModelDescription:NULL
Artifacts UUID List:{
42c0c2bf-88b3-4f6a-bd98-b1730a07af63
,
9e16f9a4-e46d-42d6-83d8-66cc8dcb4586

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

isBase:true


}

2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAb4de7677f92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d657de56-3a70-4d84-afed-1572a38c3728",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e998d3a-2bc9-439f-9130-b799f4ad70de",
    "vfModuleModelCustomizationUUID": "7339ff16-1221-46e7-ab9a-5e3cf8063b36",
    "isBase": true,
    "artifacts": [
      "42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
      "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb4de7677f92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e998d3a-2bc9-439f-9130-b799f4ad70de
VfModuleModelInvariantUUID:d657de56-3a70-4d84-afed-1572a38c3728
VfModuleModelDescription:NULL
Artifacts UUID List:{
42c0c2bf-88b3-4f6a-bd98-b1730a07af63
,
9e16f9a4-e46d-42d6-83d8-66cc8dcb4586

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

isBase:true


}

2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42c0c2bf-88b3-4f6a-bd98-b1730a07af63 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.934Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:49.935Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml 42c0c2bf-88b3-4f6a-bd98-b1730a07af63 20368
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:49.939Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:49.939Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103829936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:50.039Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:50.040Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:50.040Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:50.056Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:50.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e16f9a4-e46d-42d6-83d8-66cc8dcb4586 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:51.231Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env 9e16f9a4-e46d-42d6-83d8-66cc8dcb4586 2098
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:51.233Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:51.233Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:51.235Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:51.235Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103831232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:43:51.335Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:51.336Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:51.337Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:51.347Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:51.348Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:52.236Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e6523154-aae3-4adc-bd91-2c9c81d29462
2022-05-09T13:43:52.237Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ab4de767-7f92 0 e77cfe42-2710-4d11-bab9-945959933008 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:43:52.255Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7be71ff0, org.onap.sdc.toscaparser.api.parameters.Input@6a542fc0, org.onap.sdc.toscaparser.api.parameters.Input@64732c41, org.onap.sdc.toscaparser.api.parameters.Input@fdd0786, org.onap.sdc.toscaparser.api.parameters.Input@4c868112]
2022-05-09T13:43:52.256Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.256Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a8283d1d-5661-431a-b717-093e85db20c6
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8283d1d-5661-431a-b717-093e85db20c6 matches Tosca VF Customization UUID: a8283d1d-5661-431a-b717-093e85db20c6
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a8283d1d-5661-431a-b717-093e85db20c6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T13:43:52.259Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a8283d1d-5661-431a-b717-093e85db20c6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d0d7104
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7339ff16-1221-46e7-ab9a-5e3cf8063b36
2022-05-09T13:43:52.262Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7339ff16-1221-46e7-ab9a-5e3cf8063b36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5bf6515b-f549-4886-881b-65ec2d80f9e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f435aec-bb45-4ac6-902a-47c01f406f6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:43:52.276Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.277Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.277Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.280Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fa580c1-6a90-4d1f-93d1-e2d564190e5a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:43:52.286Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=a8283d1d-5661-431a-b717-093e85db20c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:43:52.289Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.289Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e6523154-aae3-4adc-bd91-2c9c81d29462: vFW ab4de767-7f92
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:43:52.292Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.292Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-09 13-39-05 
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: 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: 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: 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_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 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 vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:43:52.469Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ab4de767-7f92 e77cfe42-2710-4d11-bab9-945959933008 1 ASDC deployResourceStructure
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json ASDC sendASDCNotification
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:52.471Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:52.474Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:52.474Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103832470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:52.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:43:52.575Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:52.575Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:52.585Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:52.586Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:53.476Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:53.478Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:53.478Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103833474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:53.579Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:43:53.580Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:53.580Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:53.592Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:53.592Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:54.481Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:54.483Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:54.483Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103834479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:54.583Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:54.585Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:54.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:54.595Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:54.596Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:55.484Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ASDC sendASDCNotification
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:55.489Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:55.489Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103835484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:43:55.588Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-09T13:43:55.589Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:43:55.589Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:55.598Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:43:55.598Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:56.490Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:43:56.503Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:44:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:44:24.887Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:44:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:44:24.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:44:24.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103678765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103686650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103689784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103691794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "clamp",
  "timestamp": 1652103692800,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:44:24.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:44:24.916Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:44:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103696279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "aai-ml",
  "timestamp": 1652103697285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:44:24.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:44:24.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:44:26.510Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:44:26.523Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.528Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:44:26.528Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:44:26.533Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:44:56.534Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T13:44:56.541Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and serviceModelVersionId: e6523154-aae3-4adc-bd91-2c9c81d29462
2022-05-09T13:44:56.541Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1466affa-61fa-416b-94f8-2af20cc28ff5
2022-05-09T13:44:56.543Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0
2022-05-09T13:44:56.547Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:44:56.608Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|INFO|500||Invoke
2022-05-09T13:44:56.609Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3d0e1c8-44c6-4369-8639-1a7efb56e6f4], X-ECOMP-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], X-TransactionId=[], X-ONAP-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], Content-Type=[application/merge-patch+json]}
2022-05-09T13:44:56.637Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T13:44:56.786Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?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/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-13:44:55:701-62925], vertex-id=[389176], Content-Length=[0], Date=[Mon, 09 May 2022 13:44:55 GMT], Content-Type=[application/json]}
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|INFO|500||InvokeReturn
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:44:56.788Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:44:56.792Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:56.796Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:56.796Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103896793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:44:56.896Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:56.898Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:44:56.898Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:56.914Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:44:56.915Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:44:57.808Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:44:57.808Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6415158b-64a9-416b-ae42-9a70fb506ce5","serviceName":"vFW 2022-05-09 13-41-41","serviceVersion":"1.0","serviceUUID":"93f365e1-bd47-416e-a23a-2ce824531845","serviceDescription":"catalog service description","serviceInvariantUUID":"4ca7eada-7506-4871-92ac-63cbf16d4773","resources":[{"resourceInstanceName":"vFW 54974ff5-961c 0","resourceName":"vFW 54974ff5-961c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b58c49a5-d28d-4362-a14f-e9d1f435a837","resourceInvariantUUID":"9927b92b-dd78-4764-8915-195bcdcb4d85","resourceCustomizationUUID":"b7abb7c2-72a9-4370-858b-108bbf6f8160","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml","artifactChecksum":"ZGEzOWRhYjkxMjJkMzIxNzc4OWIwOGJlNDk0NWYxNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acf1ee66-1840-4f84-9f9c-7c96c009473f","artifactVersion":"1"},{"artifactName":"vfw54974ff5961c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json","artifactChecksum":"ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04a2a325-12ae-4f7b-9920-b0117f2730b0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97a7f940-1348-4ad7-ac3b-a17d329d1e62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY2Zjc2NGYwMTJiZGFiMjZhODRiNjQ4MDg5ZjcwY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6a966c7-eea2-4295-9cd6-a697c7c73213","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da3adda5-8a31-4c11-a221-f20a50a88d9c","artifactVersion":"2","generatedFromUUID":"97a7f940-1348-4ad7-ac3b-a17d329d1e62"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220509134141-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml","artifactChecksum":"YmUwZjQwMjkyMDdlMGEzOTdiZDlkZWZiZTk5ZmY3M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2bce877-22e2-40e7-ad0f-578dc83e4e99","artifactVersion":"1"},{"artifactName":"service-Vfw20220509134141-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar","artifactChecksum":"MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd1fe4b1-2337-45cd-9b15-596bf9aac818","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:44:57.810Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:57.810Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:57.813Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:57.813Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:44:57.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:57.914Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:44:57.915Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:57.925Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:44:57.926Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:44:58.814Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:58.815Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:58.817Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:58.817Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:44:58.918Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:58.919Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:44:58.919Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:58.935Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:44:58.935Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:44:59.818Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:59.819Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:59.821Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:59.821Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:44:59.921Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:59.922Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:44:59.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:59.932Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:44:59.932Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:00.822Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:00.823Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:00.825Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:00.825Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:00.925Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:00.926Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:00.927Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:00.940Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:00.940Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:01.826Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:01.827Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:01.829Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:01.830Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:45:01.929Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:45:01.931Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:01.931Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:01.940Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:01.940Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:02.830Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:02.831Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:02.857Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:02.857Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:02.934Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-05-09T13:45:02.935Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:02.935Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:02.946Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:02.947Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:03.859Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:03.860Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:03.863Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:03.864Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:03.964Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:45:03.965Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:03.965Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:03.974Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:03.975Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "serviceName": "vFW 2022-05-09 13-41-41",
  "serviceVersion": "1.0",
  "serviceUUID": "93f365e1-bd47-416e-a23a-2ce824531845",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4ca7eada-7506-4871-92ac-63cbf16d4773",
  "resources": [
    {
      "resourceInstanceName": "vFW 54974ff5-961c 0",
      "resourceCustomizationUUID": "b7abb7c2-72a9-4370-858b-108bbf6f8160",
      "resourceName": "vFW 54974ff5-961c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b58c49a5-d28d-4362-a14f-e9d1f435a837",
      "resourceInvariantUUID": "9927b92b-dd78-4764-8915-195bcdcb4d85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw54974ff5961c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
          "artifactChecksum": "ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "04a2a325-12ae-4f7b-9920-b0117f2730b0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "97a7f940-1348-4ad7-ac3b-a17d329d1e62",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "da3adda5-8a31-4c11-a221-f20a50a88d9c",
            "generatedFromUUID": "97a7f940-1348-4ad7-ac3b-a17d329d1e62"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da3adda5-8a31-4c11-a221-f20a50a88d9c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220509134141-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
      "artifactChecksum": "MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd1fe4b1-2337-45cd-9b15-596bf9aac818"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93f365e1-bd47-416e-a23a-2ce824531845 ASDC
2022-05-09T13:45:04.867Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6415158b-64a9-416b-ae42-9a70fb506ce5
ServiceName:vFW 2022-05-09 13-41-41
ServiceVersion:1.0
ServiceUUID:93f365e1-bd47-416e-a23a-2ce824531845
ServiceInvariantUUID:4ca7eada-7506-4871-92ac-63cbf16d4773
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220509134141-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
ArtifactUUID:bd1fe4b1-2337-45cd-9b15-596bf9aac818
ArtifactChecksum:MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 54974ff5-961c 0
ResourceCustomizationUUID:b7abb7c2-72a9-4370-858b-108bbf6f8160
ResourceInvariantUUID:9927b92b-dd78-4764-8915-195bcdcb4d85
ResourceName:vFW 54974ff5-961c
ResourceType:VF
ResourceUUID:b58c49a5-d28d-4362-a14f-e9d1f435a837
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw54974ff5961c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
ArtifactUUID:04a2a325-12ae-4f7b-9920-b0117f2730b0
ArtifactChecksum:ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
ArtifactUUID:97a7f940-1348-4ad7-ac3b-a17d329d1e62
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
ArtifactUUID:da3adda5-8a31-4c11-a221-f20a50a88d9c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
ArtifactUUID:da3adda5-8a31-4c11-a221-f20a50a88d9c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T13:45:04.867Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93f365e1-bd47-416e-a23a-2ce824531845 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:04.908Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:45:04.909Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:04.909Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd1fe4b1-2337-45cd-9b15-596bf9aac818 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:05.459Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:05.463Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar bd1fe4b1-2337-45cd-9b15-596bf9aac818 98972
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar ASDC sendASDCNotification
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:05.465Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:05.481Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:05.481Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103905464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:05.568Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-05-09T13:45:05.569Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:05.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:05.582Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:05.583Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:06.482Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:45:06.483Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bd1fe4b1-2337-45cd-9b15-596bf9aac818, URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar to file: /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.485Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.738Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14119888570161956560/Definitions/service-Vfw20220509134141-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-09T13:45:08.774Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 54974ff5-961c 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e45fed97-bafa-424d-8f23-056dc2aab6e4
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9988acb-9f35-4a37-9b48-e270d97d6dd9
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0ffa39-c122-4ce6-9d0a-170ab1219815
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-09 13-41-41
Description:catalog service description
Model UUID:93f365e1-bd47-416e-a23a-2ce824531845
Model Version:NULL
Model InvariantUuid:4ca7eada-7506-4871-92ac-63cbf16d4773
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 54974ff5-961c
Model UUID:fa98d0f7-ce6e-46ed-b2cd-c74ef5521acd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9927b92b-dd78-4764-8915-195bcdcb4d85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7abb7c2-72a9-4370-858b-108bbf6f8160
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e40723cb-8e62-43d9-9854-93c0f3ab2043
ModelName:Vfw54974ff5961c..base_vfw..module-0
ModelUuid:dc0159e2-3219-4f94-a282-6f18860cc657
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e45fed97-bafa-424d-8f23-056dc2aab6e4
ModelInvariantUuid:da083969-19c0-401d-8807-789b909572c6
ModelName:vFW 54974ff5-961c-nodes.vfwCvfc
ModelUuid:8150c2ad-7223-4af6-81db-6d99da66dc38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b9e9bc20-2e3a-4838-a3e2-509bac5d6b43
ModelInvariantUuid:f872e9b2-1ea3-45cc-8721-ad4c2aeb7735
ModelName:Vfw54974ff5961c.compute.nodes.heat.vfw
ModelUuid:3664fc66-2902-433a-8416-4f1c0ddbce4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c9988acb-9f35-4a37-9b48-e270d97d6dd9
ModelInvariantUuid:c3929453-8abc-4a33-9374-e394f2d5c4e9
ModelName:vFW 54974ff5-961c-nodes.vsnCvfc
ModelUuid:d42866cb-c4e2-4d7b-ac8b-a39864fdb0b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:eda93f90-0bb8-48e3-bcac-66356cd40963
ModelInvariantUuid:2abeb92c-d31b-4c6a-b85f-96c44b57107b
ModelName:Vfw54974ff5961c.compute.nodes.heat.vsn
ModelUuid:237c0529-bd1a-4cba-b774-7fdf29c68d20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d0ffa39-c122-4ce6-9d0a-170ab1219815
ModelInvariantUuid:ecdafa63-e1e4-43cf-8e22-9ee372d2d105
ModelName:vFW 54974ff5-961c-nodes.vpgCvfc
ModelUuid:b34620d4-94d3-4444-9bae-01455328a21f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a1cfce9a-dca1-41bf-b39c-cf060b19b8b9
ModelInvariantUuid:e15fcb09-4941-4cfc-a6d8-468d3a528502
ModelName:Vfw54974ff5961c.compute.nodes.heat.vpg
ModelUuid:2477c111-ab56-460e-aa77-bae75a15d818
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:45:08.802Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b58c49a5-d28d-4362-a14f-e9d1f435a837
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||vFW 54974ff5-961c 0
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b58c49a5-d28d-4362-a14f-e9d1f435a837
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 04a2a325-12ae-4f7b-9920-b0117f2730b0 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:08.808Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.872Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:08.872Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json 04a2a325-12ae-4f7b-9920-b0117f2730b0 785
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json ASDC sendASDCNotification
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:08.874Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:08.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:08.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103908873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:08.977Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:08.978Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:08.978Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:08.989Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:08.990Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:09.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw54974ff5961c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e40723cb-8e62-43d9-9854-93c0f3ab2043",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc0159e2-3219-4f94-a282-6f18860cc657",
    "vfModuleModelCustomizationUUID": "9b58bcd3-1098-49b0-8360-f1b277d6b604",
    "isBase": true,
    "artifacts": [
      "97a7f940-1348-4ad7-ac3b-a17d329d1e62",
      "da3adda5-8a31-4c11-a221-f20a50a88d9c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:45:09.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54974ff5961c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc0159e2-3219-4f94-a282-6f18860cc657
VfModuleModelInvariantUUID:e40723cb-8e62-43d9-9854-93c0f3ab2043
VfModuleModelDescription:NULL
Artifacts UUID List:{
97a7f940-1348-4ad7-ac3b-a17d329d1e62
,
da3adda5-8a31-4c11-a221-f20a50a88d9c

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

isBase:true


}

2022-05-09T13:45:09.890Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw54974ff5961c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e40723cb-8e62-43d9-9854-93c0f3ab2043",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc0159e2-3219-4f94-a282-6f18860cc657",
    "vfModuleModelCustomizationUUID": "9b58bcd3-1098-49b0-8360-f1b277d6b604",
    "isBase": true,
    "artifacts": [
      "97a7f940-1348-4ad7-ac3b-a17d329d1e62",
      "da3adda5-8a31-4c11-a221-f20a50a88d9c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54974ff5961c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc0159e2-3219-4f94-a282-6f18860cc657
VfModuleModelInvariantUUID:e40723cb-8e62-43d9-9854-93c0f3ab2043
VfModuleModelDescription:NULL
Artifacts UUID List:{
97a7f940-1348-4ad7-ac3b-a17d329d1e62
,
da3adda5-8a31-4c11-a221-f20a50a88d9c

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

isBase:true


}

2022-05-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97a7f940-1348-4ad7-ac3b-a17d329d1e62 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:09.892Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:10.062Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:10.062Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml 97a7f940-1348-4ad7-ac3b-a17d329d1e62 20368
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:10.065Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:10.065Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103910063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:10.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:45:10.167Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:10.167Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:10.179Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:10.180Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da3adda5-8a31-4c11-a221-f20a50a88d9c from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.348Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env da3adda5-8a31-4c11-a221-f20a50a88d9c 2098
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:11.350Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:11.352Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:11.352Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103911349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:11.452Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:11.453Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:11.453Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:11.465Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:11.465Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:12.353Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 93f365e1-bd47-416e-a23a-2ce824531845
2022-05-09T13:45:12.354Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 54974ff5-961c 0 b58c49a5-d28d-4362-a14f-e9d1f435a837 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:45:12.373Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b6b7903, org.onap.sdc.toscaparser.api.parameters.Input@2738cf9a, org.onap.sdc.toscaparser.api.parameters.Input@48071d39, org.onap.sdc.toscaparser.api.parameters.Input@55a9b6c4, org.onap.sdc.toscaparser.api.parameters.Input@459a7e13]
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b7abb7c2-72a9-4370-858b-108bbf6f8160
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7abb7c2-72a9-4370-858b-108bbf6f8160 matches Tosca VF Customization UUID: b7abb7c2-72a9-4370-858b-108bbf6f8160
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b7abb7c2-72a9-4370-858b-108bbf6f8160  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b7abb7c2-72a9-4370-858b-108bbf6f8160: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ca68188
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b58bcd3-1098-49b0-8360-f1b277d6b604
2022-05-09T13:45:12.380Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b58bcd3-1098-49b0-8360-f1b277d6b604
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e45fed97-bafa-424d-8f23-056dc2aab6e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.390Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.390Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:12.390Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:12.390Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:45:12.391Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:12.391Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.391Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:12.391Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.391Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9988acb-9f35-4a37-9b48-e270d97d6dd9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:45:12.393Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.393Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.393Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.394Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:12.395Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.396Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.396Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:45:12.396Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0ffa39-c122-4ce6-9d0a-170ab1219815
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:45:12.398Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.398Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.398Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.398Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.399Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.399Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=b7abb7c2-72a9-4370-858b-108bbf6f8160
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:45:12.400Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.401Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.401Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 93f365e1-bd47-416e-a23a-2ce824531845: vFW 54974ff5-961c
2022-05-09T13:45:12.401Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.401Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.401Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.402Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.402Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.402Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.402Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.402Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.403Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:45:12.403Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.403Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-09 13-41-41 
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: 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: 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: 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_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 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 vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:12.563Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 54974ff5-961c b58c49a5-d28d-4362-a14f-e9d1f435a837 1 ASDC deployResourceStructure
2022-05-09T13:45:12.563Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json ASDC sendASDCNotification
2022-05-09T13:45:12.564Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:12.564Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:45:12.564Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:12.566Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:12.567Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103912563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:12.667Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:12.668Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:12.668Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:12.678Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:12.678Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:13.568Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:45:13.568Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:13.569Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:45:13.569Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:13.571Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:13.571Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103913568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:13.671Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:13.672Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:13.672Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:13.682Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:13.683Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:14.572Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:45:14.572Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:14.573Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:45:14.573Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:14.575Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:14.576Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103914572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:14.676Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:14.677Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:14.677Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:14.687Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:14.688Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:15.577Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar ASDC sendASDCNotification
2022-05-09T13:45:15.578Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:15.578Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:45:15.578Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:15.581Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:15.582Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103915577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:15.682Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:15.683Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:45:15.683Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:15.693Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:15.694Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:16.583Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6415158b-64a9-416b-ae42-9a70fb506ce5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:45:16.595Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6415158b-64a9-416b-ae42-9a70fb506ce5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:45:16.597Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:45:16.597Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:45:16.597Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:45:24.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:45:24.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:45:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:45:24.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:45:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103812110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:45:24.924Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652103800490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103807234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103798765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103816446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103815525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103809317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103817077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "cds",
  "timestamp": 1652103818084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:24.945Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:24.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103819676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103812569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652103820681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:24.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:24.969Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103820503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103815854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103821910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103823776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103823309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103824753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103824782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:24.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:24.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103824335,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:24.985Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:24.985Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:24.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:24.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "policy-id",
  "timestamp": 1652103825786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:24.996Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:24.997Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652103825340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103826466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "aai-ml",
  "timestamp": 1652103827470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:25.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:25.014Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:25.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103828625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:45:25.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103829936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103831232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:25.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103832470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103833474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103834479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103828021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103835484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103841813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103843821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:45:25.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:45:25.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:45:25.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "clamp",
  "timestamp": 1652103844825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:25.032Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6415158b-64a9-416b-ae42-9a70fb506ce5
2022-05-09T13:45:25.032Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6415158b-64a9-416b-ae42-9a70fb506ce5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:45:46.598Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6415158b-64a9-416b-ae42-9a70fb506ce5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:45:46.613Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6415158b-64a9-416b-ae42-9a70fb506ce5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:45:46.624Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:45:46.624Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:45:46.625Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:45:46.625Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:45:46.625Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.625Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.625Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.626Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.626Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.626Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:45:46.626Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:45:46.632Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:46:16.632Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6415158b-64a9-416b-ae42-9a70fb506ce5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T13:46:16.639Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6415158b-64a9-416b-ae42-9a70fb506ce5 and serviceModelVersionId: 93f365e1-bd47-416e-a23a-2ce824531845
2022-05-09T13:46:16.639Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ca7eada-7506-4871-92ac-63cbf16d4773
2022-05-09T13:46:16.641Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0
2022-05-09T13:46:16.648Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:46:16.703Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-09T13:46:16.709Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0|INFO|500||Invoke
2022-05-09T13:46:16.740Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T13:46:17.152Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0|INFO|500||InvokeReturn
2022-05-09T13:46:17.154Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ca7eada-7506-4871-92ac-63cbf16d4773/model-vers/model-ver/93f365e1-bd47-416e-a23a-2ce824531845?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220509-13:46:15:798-27162], vertex-id=[180440], Content-Length=[0], Date=[Mon, 09 May 2022 13:46:15 GMT], Content-Type=[application/json]}
2022-05-09T13:46:17.154Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:46:17.155Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:46:17.155Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:46:17.159Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:46:17.160Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6415158b-64a9-416b-ae42-9a70fb506ce5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:46:17.160Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:46:17.161Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:46:17.165Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:46:17.165Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103977160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:46:17.265Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:46:17.266Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:46:17.266Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:46:17.279Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:17.280Z||pool-50-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-05-09T13:46:18.177Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:18.178Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:18.178Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:46:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:46:24.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103896793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:46:24.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:46:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:46:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-09T13:46:24.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:46:24.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103813149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103905464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103908873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103910063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103911349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:46:24.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103912563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:46:24.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103913568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:46:24.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103914572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:46:24.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-09T13:46:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103915577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:46:24.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:46:28.373Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:28.375Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:28.375Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:28.375Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:46:37.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:37.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:37.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:37.929Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:46:47.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:47.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:47.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:47.465Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:46:56.998Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:46:57.000Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:46:57.000Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:46:57.001Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:47:06.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:47:06.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:47:06.538Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:47:06.538Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:47:16.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:47:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:47:24.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:47:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:47:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:47:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:47:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:47:25.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:47:25.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T13:47:25.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652103977160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:47:25.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:47:34.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:48:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:48:24.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:48:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:48:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:48:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:48:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:48:34.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:48:34.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:49:24.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:49:24.885Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:49:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:49:24.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:49:24.887Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:49:24.887Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:49:34.419Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:49:34.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:50:24.883Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:50:24.884Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:50:24.885Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:50:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:50:24.887Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:50:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:50:34.422Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:50:34.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:51:24.883Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:51:24.884Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:51:24.884Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:51:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:51:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:51:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:51:34.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:51:34.415Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:52:24.884Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:52:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:52:24.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:52:24.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:52:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:52:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:52:34.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:52:34.425Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:24.885Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:53:24.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:53:24.887Z|6415158b-64a9-416b-ae42-9a70fb506ce5|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:53:24.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:53:24.890Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:53:24.890Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:53:25.515Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:25.516Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.516Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbe213ac-1415-41d5-903f-6269c2b602a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a066d17f-bc12-489c-a3dd-4d56178c4cda","serviceDescription":"service","serviceInvariantUUID":"89c6649b-182a-4e0b-8b20-1f62347dca27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8c1cb7ae-9af8-48be-96c4-5b226c13bb91","resourceInvariantUUID":"e6bafd30-659c-43c4-a0a5-822635c8173a","resourceCustomizationUUID":"c0b970a5-2b8d-4a59-9495-d423c9dfcea0","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":"OWRlYzIzN2VkZWQwMGZmNDQ5MzlhNWU4Mzk2OTcyMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8eb8da86-eda7-4454-aeaf-233655db0d4d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmNkZGM1NmQzMmQyMTkyMGVlZjMxN2JjY2I3ODAwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5f65766-4a82-4c21-8813-1124e0cd1b86","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:53:25.517Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:25.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "cds",
  "timestamp": 1652104394317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "policy-id",
  "timestamp": 1652104395854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104392569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "cds",
  "timestamp": 1652104394317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "policy-id",
  "timestamp": 1652104395854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104392569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "clamp",
  "timestamp": 1652104398021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "clamp",
  "timestamp": 1652104398021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "cds",
  "timestamp": 1652104399093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "policy-id",
  "timestamp": 1652104400060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "aai-ml",
  "timestamp": 1652104398765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "cds",
  "timestamp": 1652104400102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-09T13:53:25.525Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:53:25.539Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:53:25.552Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbe213ac-1415-41d5-903f-6269c2b602a3
2022-05-09T13:53:25.552Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe213ac-1415-41d5-903f-6269c2b602a3 and ComponentName cds
2022-05-09T13:53:25.553Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:53:25.554Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104404885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:53:25.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "policy-id",
  "timestamp": 1652104401065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "aai-ml",
  "timestamp": 1652104398765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "policy-id",
  "timestamp": 1652104402069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:53:25.571Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbe213ac-1415-41d5-903f-6269c2b602a3
2022-05-09T13:53:25.571Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe213ac-1415-41d5-903f-6269c2b602a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:53:25.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104400490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "aai-ml",
  "timestamp": 1652104401761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:53:25.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:53:25.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:53:25.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104400490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:53:25.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:53:25.653Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:53:25.654Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:53:25.654Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:53:25.667Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:25.667Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:53:26.555Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:53:26.556Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:53:26.559Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:53:26.560Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104404885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:53:26.659Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:53:26.661Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:53:26.661Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:53:26.671Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:26.671Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:53:27.562Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a066d17f-bc12-489c-a3dd-4d56178c4cda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89c6649b-182a-4e0b-8b20-1f62347dca27",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c0b970a5-2b8d-4a59-9495-d423c9dfcea0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8c1cb7ae-9af8-48be-96c4-5b226c13bb91",
      "resourceInvariantUUID": "e6bafd30-659c-43c4-a0a5-822635c8173a",
      "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": "ZmNkZGM1NmQzMmQyMTkyMGVlZjMxN2JjY2I3ODAwN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5f65766-4a82-4c21-8813-1124e0cd1b86"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:53:27.562Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:53:27.563Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a066d17f-bc12-489c-a3dd-4d56178c4cda ASDC
2022-05-09T13:53:27.563Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bbe213ac-1415-41d5-903f-6269c2b602a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a066d17f-bc12-489c-a3dd-4d56178c4cda
ServiceInvariantUUID:89c6649b-182a-4e0b-8b20-1f62347dca27
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:a5f65766-4a82-4c21-8813-1124e0cd1b86
ArtifactChecksum:ZmNkZGM1NmQzMmQyMTkyMGVlZjMxN2JjY2I3ODAwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c0b970a5-2b8d-4a59-9495-d423c9dfcea0
ResourceInvariantUUID:e6bafd30-659c-43c4-a0a5-822635c8173a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8c1cb7ae-9af8-48be-96c4-5b226c13bb91
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-09T13:53:27.564Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a066d17f-bc12-489c-a3dd-4d56178c4cda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:53:27.600Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:53:27.601Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:53:27.601Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:53:27.601Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5f65766-4a82-4c21-8813-1124e0cd1b86 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-09T13:53:27.601Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:53:27.602Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-09T13:53:28.046Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:53:28.048Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a5f65766-4a82-4c21-8813-1124e0cd1b86 52509
2022-05-09T13:53:28.048Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-09T13:53:28.048Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-09T13:53:28.048Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:53:28.049Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:53:28.052Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:53:28.052Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104408048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:53:28.152Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:53:28.154Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:53:28.154Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:53:28.164Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:28.164Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:53:29.053Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:53:29.054Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:53:29.054Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a5f65766-4a82-4c21-8813-1124e0cd1b86, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.054Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-09T13:53:29.055Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.055Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.259Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14793646380801020355/Definitions/service-BasicNetwork-template.yml
2022-05-09T13:53:29.754Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:53:29.755Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:53:29.755Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.755Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-09T13:53:29.755Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.756Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.756Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.756Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.756Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.757Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.757Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.757Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.757Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:53:29.758Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.758Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.758Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-09T13:53:29.759Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:53:29.759Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:53:29.760Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.760Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.761Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-09T13:53:29.761Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:53:29.761Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:53:29.762Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.762Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.762Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.762Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.763Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.763Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.763Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.763Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.763Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.764Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.764Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a066d17f-bc12-489c-a3dd-4d56178c4cda
Model Version:NULL
Model InvariantUuid:89c6649b-182a-4e0b-8b20-1f62347dca27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e6bafd30-659c-43c4-a0a5-822635c8173a
Model UUID:1f771fc8-afc1-48d1-8bd4-3f2f76a7ea82
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c0b970a5-2b8d-4a59-9495-d423c9dfcea0
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:53:29.773Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 8c1cb7ae-9af8-48be-96c4-5b226c13bb91
2022-05-09T13:53:29.774Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||No resources found for Service: a066d17f-bc12-489c-a3dd-4d56178c4cda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:53:29.783Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||
2022-05-09T13:53:29.783Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-09T13:53:29.784Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a066d17f-bc12-489c-a3dd-4d56178c4cda
2022-05-09T13:53:29.784Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a066d17f-bc12-489c-a3dd-4d56178c4cda
2022-05-09T13:53:29.784Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-09T13:53:29.784Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:53:29.788Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ddbfe4, org.onap.sdc.toscaparser.api.parameters.Input@53844989, org.onap.sdc.toscaparser.api.parameters.Input@5549557f, org.onap.sdc.toscaparser.api.parameters.Input@7b7e9854, org.onap.sdc.toscaparser.api.parameters.Input@64432a40]
2022-05-09T13:53:29.790Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.790Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.790Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.791Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.791Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a066d17f-bc12-489c-a3dd-4d56178c4cda: Generic NeutronNet
2022-05-09T13:53:29.791Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.791Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.792Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.792Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-09T13:53:29.846Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.847Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.847Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.847Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.847Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:53:29.848Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:53:29.848Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-09T13:53:29.917Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-09T13:53:29.918Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-09T13:53:29.918Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-09T13:53:29.918Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:53:29.918Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:53:29.920Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:53:29.920Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104409918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:53:30.021Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:53:30.022Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:53:30.022Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:53:30.032Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:53:30.032Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:53:30.922Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:53:30.933Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:53:30.936Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:53:30.936Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:53:30.937Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:54:00.937Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:54:00.954Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:54:00.957Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:54:00.958Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:54:00.958Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:54:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:54:24.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:54:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:54:25.015Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:54:25.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:54:25.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104404885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:54:25.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:54:30.959Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:54:30.973Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:54:30.976Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:54:30.977Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:54:30.977Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:55:00.978Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:55:00.991Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:55:00.993Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:55:00.994Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:55:00.994Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:55:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:55:24.888Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:55:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:55:24.908Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:55:24.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "clamp",
  "timestamp": 1652104405922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:55:24.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104404885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:55:24.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:55:24.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104407234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:55:24.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:55:24.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "clamp",
  "timestamp": 1652104407932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:55:24.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104408048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:55:24.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "aai-ml",
  "timestamp": 1652104407601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:55:24.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104407234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:55:24.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:55:24.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "clamp",
  "timestamp": 1652104408936,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:55:24.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbe213ac-1415-41d5-903f-6269c2b602a3
2022-05-09T13:55:24.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe213ac-1415-41d5-903f-6269c2b602a3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:55:24.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "aai-ml",
  "timestamp": 1652104408605,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:55:24.947Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbe213ac-1415-41d5-903f-6269c2b602a3
2022-05-09T13:55:24.947Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe213ac-1415-41d5-903f-6269c2b602a3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:55:24.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104409918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:55:24.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104410218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:55:24.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104411926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:55:24.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:55:24.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:55:24.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104412931,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:55:24.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbe213ac-1415-41d5-903f-6269c2b602a3
2022-05-09T13:55:24.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe213ac-1415-41d5-903f-6269c2b602a3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:55:30.994Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:55:31.007Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:55:31.010Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:55:31.010Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:55:31.010Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.011Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.012Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:55:31.012Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:55:31.017Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:56:01.018Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbe213ac-1415-41d5-903f-6269c2b602a3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T13:56:01.025Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbe213ac-1415-41d5-903f-6269c2b602a3 and serviceModelVersionId: a066d17f-bc12-489c-a3dd-4d56178c4cda
2022-05-09T13:56:01.025Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89c6649b-182a-4e0b-8b20-1f62347dca27
2022-05-09T13:56:01.027Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0
2022-05-09T13:56:01.034Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:56:01.088Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0|INFO|500||Invoke
2022-05-09T13:56:01.088Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbe213ac-1415-41d5-903f-6269c2b602a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9089acd-a92e-4154-ad13-3308bdfa2254], X-ECOMP-RequestID=[bbe213ac-1415-41d5-903f-6269c2b602a3], X-TransactionId=[], X-ONAP-RequestID=[bbe213ac-1415-41d5-903f-6269c2b602a3], Content-Type=[application/merge-patch+json]}
2022-05-09T13:56:01.114Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T13:56:01.340Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?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/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220509-13:56:00:156-53282], vertex-id=[225312], Content-Length=[0], Date=[Mon, 09 May 2022 13:56:00 GMT], Content-Type=[application/json]}
2022-05-09T13:56:01.341Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:56:01.341Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89c6649b-182a-4e0b-8b20-1f62347dca27/model-vers/model-ver/a066d17f-bc12-489c-a3dd-4d56178c4cda?depth=0|INFO|500||InvokeReturn
2022-05-09T13:56:01.342Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:56:01.342Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:56:01.348Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:56:01.349Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbe213ac-1415-41d5-903f-6269c2b602a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:56:01.349Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:56:01.350Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:01.353Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:01.354Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104561349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:56:01.453Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:56:01.455Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:01.455Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:01.465Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:01.465Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:56:02.366Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:56:02.366Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:56:02.366Z|bbe213ac-1415-41d5-903f-6269c2b602a3|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:56:06.692Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:06.693Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:56:06.693Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab","serviceName":"Demo_pNF_WH0YIdmnh05Xp3O1tXie","serviceVersion":"1.0","serviceUUID":"4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a","serviceDescription":"catalog service description","serviceInvariantUUID":"7b110d0e-28ba-4901-8c96-32b128ac04bf","resources":[{"resourceInstanceName":"pNF 7014aaf4-ad94 0","resourceName":"pNF 7014aaf4-ad94","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77","resourceInvariantUUID":"e40956ae-2b11-4269-8a35-5703477f64f8","resourceCustomizationUUID":"f8dc44e8-d890-4a34-b27b-75f33a3d65ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml","artifactChecksum":"N2JlNjUyNjA5Mjg2MTY5MTkwZTQzZWU4ZWRhMDQ4MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"788c670f-11c9-44d8-a364-874ec7bd96da","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar","artifactChecksum":"NzRmMmRmZjlkMDc5ZjMyM2NkODk1ODMzOWI4NTNkYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d10cdba-1405-45d0-a38f-7fd33b24adc5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3f51d6c-70bd-4f73-9522-eb3b8c5454a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml","artifactChecksum":"MTg0MTcxY2QyZTE0ODczNWNlNzMyYjFkYjc4OTFlM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71181e54-d241-4fc6-a308-072895dc41d6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f7258d8-a846-4921-81e9-fe6ae219013f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"843a55ce-bba9-4a62-b54d-a4695d5330ad","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWh0yidmnh05xp3o1txie-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml","artifactChecksum":"ZTM4ZTUwNzViYzM5NzU3ZTRiNWJhMmRhZmZjYTMxZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ff81502-d47b-42e3-9839-329e248ebfb9","artifactVersion":"1"},{"artifactName":"service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar","artifactChecksum":"MTQ0MzBlOWY4NGIwOTNjYWRlNmFmNDg3ODdiZDIzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"140756c5-bf5a-444a-9738-2609906b52cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:56:06.696Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:06.696Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:06.698Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:06.698Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:06.799Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:06.800Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:06.801Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:06.811Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:06.811Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:07.699Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:07.701Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:07.703Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:07.703Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:07.803Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:07.804Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:07.804Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:07.823Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:07.823Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:08.704Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:08.704Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:08.709Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:08.709Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:08.813Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-09T13:56:08.814Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:08.814Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:08.832Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:08.833Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:09.709Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:09.710Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:09.714Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:09.714Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:09.813Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:56:09.814Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:09.814Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:09.822Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:09.822Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:10.715Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:10.715Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:10.718Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:10.718Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:10.818Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:10.819Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:10.819Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:10.828Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:10.829Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:11.718Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:11.719Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:11.721Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:11.721Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:11.821Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:11.822Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:11.822Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:11.831Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:11.831Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:12.722Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:12.723Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:12.726Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:12.726Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:12.829Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-09T13:56:12.830Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:12.830Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:12.841Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:12.841Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:13.727Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:56:13.727Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:13.730Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:13.730Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:56:13.830Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:13.831Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:13.831Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:13.840Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:13.841Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:14.731Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "serviceName": "Demo_pNF_WH0YIdmnh05Xp3O1tXie",
  "serviceVersion": "1.0",
  "serviceUUID": "4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7b110d0e-28ba-4901-8c96-32b128ac04bf",
  "resources": [
    {
      "resourceInstanceName": "pNF 7014aaf4-ad94 0",
      "resourceCustomizationUUID": "f8dc44e8-d890-4a34-b27b-75f33a3d65ce",
      "resourceName": "pNF 7014aaf4-ad94",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77",
      "resourceInvariantUUID": "e40956ae-2b11-4269-8a35-5703477f64f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
      "artifactChecksum": "MTQ0MzBlOWY4NGIwOTNjYWRlNmFmNDg3ODdiZDIzYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "140756c5-bf5a-444a-9738-2609906b52cc"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:56:14.732Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:56:14.732Z|bbe213ac-1415-41d5-903f-6269c2b602a3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a ASDC
2022-05-09T13:56:14.733Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
ServiceName:Demo_pNF_WH0YIdmnh05Xp3O1tXie
ServiceVersion:1.0
ServiceUUID:4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a
ServiceInvariantUUID:7b110d0e-28ba-4901-8c96-32b128ac04bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
ArtifactUUID:140756c5-bf5a-444a-9738-2609906b52cc
ArtifactChecksum:MTQ0MzBlOWY4NGIwOTNjYWRlNmFmNDg3ODdiZDIzYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7014aaf4-ad94 0
ResourceCustomizationUUID:f8dc44e8-d890-4a34-b27b-75f33a3d65ce
ResourceInvariantUUID:e40956ae-2b11-4269-8a35-5703477f64f8
ResourceName:pNF 7014aaf4-ad94
ResourceType:PNF
ResourceUUID:57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-09T13:56:14.733Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:56:14.764Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:56:14.765Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:56:14.766Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:56:14.766Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 140756c5-bf5a-444a-9738-2609906b52cc from URL: /sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:14.766Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:56:14.767Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:14.985Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:56:14.989Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar 140756c5-bf5a-444a-9738-2609906b52cc 82649
2022-05-09T13:56:14.990Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar ASDC sendASDCNotification
2022-05-09T13:56:14.990Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:14.990Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:56:14.991Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:14.994Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:14.994Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104574990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:56:15.094Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:15.095Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:15.096Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:15.104Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:15.104Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:56:15.995Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:56:15.996Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:56:15.996Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 140756c5-bf5a-444a-9738-2609906b52cc, URL: /sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar to file: /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:15.996Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:15.997Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:15.997Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:16.162Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8984017704992692340/Definitions/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml
2022-05-09T13:56:17.076Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:56:17.077Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:56:17.077Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.077Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-09T13:56:17.078Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||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-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.078Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.078Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||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-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.078Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||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-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.079Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||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-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.079Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.079Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7014aaf4-ad94 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-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.079Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:56:17.080Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.080Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.080Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Node template pNF 7014aaf4-ad94 0 is matching search criteria
2022-05-09T13:56:17.081Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:56:17.081Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7014aaf4-ad94 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:56:17.082Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.082Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.083Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Node template pNF 7014aaf4-ad94 0 is matching search criteria
2022-05-09T13:56:17.083Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:56:17.083Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7014aaf4-ad94 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:56:17.084Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.085Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.086Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.086Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.086Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.086Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WH0YIdmnh05Xp3O1tXie
Description:catalog service description
Model UUID:4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a
Model Version:NULL
Model InvariantUuid:7b110d0e-28ba-4901-8c96-32b128ac04bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:56:17.091Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:56:17.097Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||pNF 7014aaf4-ad94 0
2022-05-09T13:56:17.097Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77
2022-05-09T13:56:17.098Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a
2022-05-09T13:56:17.098Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a
2022-05-09T13:56:17.098Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7014aaf4-ad94 0 57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:56:17.104Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6eec3155, org.onap.sdc.toscaparser.api.parameters.Input@64f53cdc, org.onap.sdc.toscaparser.api.parameters.Input@509764e9, org.onap.sdc.toscaparser.api.parameters.Input@508b2634, org.onap.sdc.toscaparser.api.parameters.Input@5fe2d3e9]
2022-05-09T13:56:17.105Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.105Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.105Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a: pNF 7014aaf4-ad94
2022-05-09T13:56:17.105Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Processing PNF resource: 57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77
2022-05-09T13:56:17.105Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:56:17.106Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_WH0YIdmnh05Xp3O1tXie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:56:17.106Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||Resource customization UUID: f8dc44e8-d890-4a34-b27b-75f33a3d65ce is the same as notified resource customizationUUID: f8dc44e8-d890-4a34-b27b-75f33a3d65ce
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-09T13:56:17.149Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7014aaf4-ad94 57ecfb03-edfa-4e7b-98ac-e1cf51ff4f77 0 ASDC deployResourceStructure
2022-05-09T13:56:17.149Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar ASDC sendASDCNotification
2022-05-09T13:56:17.149Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar
2022-05-09T13:56:17.149Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:56:17.150Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:56:17.151Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:56:17.152Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104577149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:56:17.252Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:56:17.253Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:56:17.253Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:56:17.263Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:17.263Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:56:18.153Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:56:18.163Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:56:18.165Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:56:18.165Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:56:18.166Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:56:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:56:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:56:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:56:24.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:56:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:24.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:56:24.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:56:24.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:56:48.166Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:56:48.183Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:56:48.185Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:56:48.185Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:56:48.185Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:57:18.186Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:57:18.196Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:57:18.198Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:57:18.199Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:57:18.199Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:57:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:57:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:57:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:57:24.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:57:24.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:57:24.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:57:24.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:57:48.199Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:57:48.209Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:57:48.211Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:57:48.211Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:57:48.211Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:58:18.211Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:58:18.222Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:58:18.224Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:58:18.224Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:58:18.224Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:58:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:58:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:58:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:58:24.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:58:24.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104520490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104518765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104512569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104514317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104518022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104515854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104530262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104530219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104530224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.935Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104531242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "cds",
  "timestamp": 1652104531270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:24.945Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:24.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:24.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104532247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104531357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "policy-id",
  "timestamp": 1652104533251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:24.961Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:24.961Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:24.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104532360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:24.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:24.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:24.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104527234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104534943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104535959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104536232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:24.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104535906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:24.985Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:24.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "clamp",
  "timestamp": 1652104536963,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:24.990Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:24.990Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:24.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:24.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "aai-ml",
  "timestamp": 1652104536911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.002Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:25.002Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104538185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104539189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
2022-05-09T13:58:25.016Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104540490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104544317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104556698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "cds",
  "timestamp": 1652104557703,
  "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-05-09T13:58:25.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.058Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104558512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbe213ac-1415-41d5-903f-6269c2b602a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104561349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104562542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104563751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104565810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104565043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104566813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104567052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104566177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104566480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "policy-id",
  "timestamp": 1652104567817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.093Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104567211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.108Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.109Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:58:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "aai-ml",
  "timestamp": 1652104567484,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104568949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104568215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104559317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104570322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.149Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104560490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104569730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104570958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/resourceInstances/pnf7014aaf4ad940/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "clamp",
  "timestamp": 1652104571961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.174Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
2022-05-09T13:58:25.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "cds",
  "timestamp": 1652104571931,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:58:25.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104574990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104577149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWh0yidmnh05xp3o1txie/1.0/artifacts/service-DemoPnfWh0yidmnh05xp3o1txie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104548765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104579360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104578766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104580366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104579484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "policy-id",
  "timestamp": 1652104581370,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:25.235Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:58:25.236Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104580674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104581647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104548021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104581784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.249Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104582281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104583953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104583003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:25.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "cds",
  "timestamp": 1652104583286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:58:25.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:58:25.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:58:25.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:58:25.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:58:48.225Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:58:48.238Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.241Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.242Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.242Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.242Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.242Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:58:48.242Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:58:48.248Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:59:18.248Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T13:59:18.257Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and serviceModelVersionId: 4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a
2022-05-09T13:59:18.257Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b110d0e-28ba-4901-8c96-32b128ac04bf
2022-05-09T13:59:18.258Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0
2022-05-09T13:59:18.263Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:59:18.311Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-09T13:59:18.313Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0|INFO|500||Invoke
2022-05-09T13:59:18.335Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T13:59:18.767Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0|INFO|500||InvokeReturn
2022-05-09T13:59:18.768Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b110d0e-28ba-4901-8c96-32b128ac04bf/model-vers/model-ver/4dc8c5a4-9ca4-4abc-8bdc-ba150284e10a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-13:59:17:373-22229], vertex-id=[221320], Content-Length=[0], Date=[Mon, 09 May 2022 13:59:17 GMT], Content-Type=[application/json]}
2022-05-09T13:59:18.768Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:59:18.769Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:59:18.769Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:59:18.776Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T13:59:18.777Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:59:18.777Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:59:18.778Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:18.780Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:18.780Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104758777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:59:18.880Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:18.881Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:18.881Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:18.893Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:18.894Z||pool-66-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-05-09T13:59:19.794Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:59:19.794Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c76389aa-17d3-42c0-8b7b-00caa4d2abf5","serviceDescription":"service","serviceInvariantUUID":"048f6ba1-3f1b-456f-975e-67ff89b990fd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"825e419c-387d-4a51-81b6-61364d30db12","resourceInvariantUUID":"3490977f-3458-46c1-9450-86c3b69b5b98","resourceCustomizationUUID":"a0a8c93d-a5a9-41cf-a196-8442eccc6fca","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":"ODY2MzcwNjA5M2Q5MTgwZTlhZGRkOGViZGU3ZDMzYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2142d4be-d1b3-43ca-bc12-f93724f48f7b","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":"13bbe12c-70f7-436e-93a6-a6405ea46bcb","artifactVersion":"2","generatedFromUUID":"3f8dc337-e8f1-4525-9c8d-68c4889033f9"},{"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":"3f8dc337-e8f1-4525-9c8d-68c4889033f9","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":"MTI2ZDcyMzAzZjA4NzljMzhkYjEzYmZlODAxOTllMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"332f6718-5618-46c2-89f5-bbde5ab20823","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":"403bc351-4172-4ee2-a16f-34d1d3978662","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":"9fe75177-b6e3-4593-8c51-0e31a134689a","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":"b9eab752-0895-4165-ae45-cada01ca7d13","artifactVersion":"2","generatedFromUUID":"403bc351-4172-4ee2-a16f-34d1d3978662"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzVmNzAwNGRlOWEwMmI3ODEzOGU5NGJkYjRiMGM5Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cf32d34-d4dc-4f89-bba6-cd78aae96571","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjA3YWRmYWEzZjg4NGM0ZGFiNzRiZTAwYjcwMjViZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"520c9654-c97e-4a16-8b4b-b0ffec5d14da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:59:19.795Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:19.795Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:19.798Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:19.798Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:19.898Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:19.899Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:19.899Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:19.908Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:19.909Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:20.799Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:20.800Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:20.802Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:20.802Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-09T13:59:20.902Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:20.904Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:20.904Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:20.916Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:20.916Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:21.803Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:21.804Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:21.806Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:21.806Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-09T13:59:21.906Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:21.907Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:21.907Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:21.919Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:21.920Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:22.807Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:22.807Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:22.810Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:22.810Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:59:22.910Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:22.911Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:22.911Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:22.922Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:22.923Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:23.811Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:23.812Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:23.814Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:23.814Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:59:23.914Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:23.915Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:23.915Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:23.924Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:23.924Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:24.815Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:24.816Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:24.818Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:24.818Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:59:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:59:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:59:24.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:24.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104584958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:24.916Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:59:24.917Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName SDNC
2022-05-09T13:59:24.918Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:59:24.919Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:24.919Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:24.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104584058,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-09T13:59:24.927Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:24.927Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 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=?
2022-05-09T13:59:24.931Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:59:24.931Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104585062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104588003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:24.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104589625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:24.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "aai-ml",
  "timestamp": 1652104589008,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:24.952Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:59:24.953Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.960Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104590634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "policy-id",
  "timestamp": 1652104591640,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:24.968Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:59:24.969Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:24.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104574317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104592957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104552569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104593151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104592566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104593346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:59:24.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:24.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:24.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "cds",
  "timestamp": 1652104593812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:24.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:24.994Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104594418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104595517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652104580490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104596116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104595475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104596521,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.011Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:59:25.012Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104590011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "clamp",
  "timestamp": 1652104597120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eee13053-2ae6-4af1-a683-22665027ab8d
2022-05-09T13:59:25.026Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId eee13053-2ae6-4af1-a683-22665027ab8d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104596496,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.040Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:59:25.040Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:59:25.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104597125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104597499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104555854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104600883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104601887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "policy-id",
  "timestamp": 1652104602897,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.059Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:25.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104557234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104605695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104605458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104598502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "aai-ml",
  "timestamp": 1652104606462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.077Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:59:25.077Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104608024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104607803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652104609029,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.090Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:25.090Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104609085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104610285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104611305,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:25.110Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-09T13:59:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652104612308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104613957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104615971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "clamp",
  "timestamp": 1652104616977,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5caea72d-1ca8-4310-ab52-627cf120b8de
2022-05-09T13:59:25.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5caea72d-1ca8-4310-ab52-627cf120b8de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104608765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104617515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:25.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104598124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T13:59:25.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104624782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "aai-ml",
  "timestamp": 1652104625785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.148Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:25.148Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104637963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:25.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104640968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:25.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:59:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T13:59:25.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "clamp",
  "timestamp": 1652104641971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:25.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of daf21a6f-be79-4a1c-84f2-ea63d60815f3
2022-05-09T13:59:25.165Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId daf21a6f-be79-4a1c-84f2-ea63d60815f3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:25.819Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:25.821Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:25.823Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:25.823Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-09T13:59:25.923Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:25.924Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:25.924Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:25.933Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:25.933Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:26.823Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:26.824Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:26.826Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:26.827Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T13:59:26.927Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:26.928Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:26.928Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:26.939Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:26.940Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:27.828Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:59:27.829Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:27.831Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:27.831Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T13:59:27.932Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:59:27.933Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:27.933Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:27.941Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:27.941Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:28.833Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c76389aa-17d3-42c0-8b7b-00caa4d2abf5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "048f6ba1-3f1b-456f-975e-67ff89b990fd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a0a8c93d-a5a9-41cf-a196-8442eccc6fca",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "825e419c-387d-4a51-81b6-61364d30db12",
      "resourceInvariantUUID": "3490977f-3458-46c1-9450-86c3b69b5b98",
      "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": "13bbe12c-70f7-436e-93a6-a6405ea46bcb",
          "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": "3f8dc337-e8f1-4525-9c8d-68c4889033f9",
          "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": "MTI2ZDcyMzAzZjA4NzljMzhkYjEzYmZlODAxOTllMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "332f6718-5618-46c2-89f5-bbde5ab20823",
          "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": "403bc351-4172-4ee2-a16f-34d1d3978662",
          "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": "b9eab752-0895-4165-ae45-cada01ca7d13",
            "generatedFromUUID": "403bc351-4172-4ee2-a16f-34d1d3978662"
          },
          "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": "b9eab752-0895-4165-ae45-cada01ca7d13",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjA3YWRmYWEzZjg4NGM0ZGFiNzRiZTAwYjcwMjViZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "520c9654-c97e-4a16-8b4b-b0ffec5d14da"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T13:59:28.833Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:59:28.833Z|fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c76389aa-17d3-42c0-8b7b-00caa4d2abf5 ASDC
2022-05-09T13:59:28.834Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c76389aa-17d3-42c0-8b7b-00caa4d2abf5
ServiceInvariantUUID:048f6ba1-3f1b-456f-975e-67ff89b990fd
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:520c9654-c97e-4a16-8b4b-b0ffec5d14da
ArtifactChecksum:MjA3YWRmYWEzZjg4NGM0ZGFiNzRiZTAwYjcwMjViZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a0a8c93d-a5a9-41cf-a196-8442eccc6fca
ResourceInvariantUUID:3490977f-3458-46c1-9450-86c3b69b5b98
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:825e419c-387d-4a51-81b6-61364d30db12
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:13bbe12c-70f7-436e-93a6-a6405ea46bcb
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:3f8dc337-e8f1-4525-9c8d-68c4889033f9
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:332f6718-5618-46c2-89f5-bbde5ab20823
ArtifactChecksum:MTI2ZDcyMzAzZjA4NzljMzhkYjEzYmZlODAxOTllMGI=
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:403bc351-4172-4ee2-a16f-34d1d3978662
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:b9eab752-0895-4165-ae45-cada01ca7d13
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:b9eab752-0895-4165-ae45-cada01ca7d13
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T13:59:28.834Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c76389aa-17d3-42c0-8b7b-00caa4d2abf5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T13:59:28.865Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:59:28.866Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:59:28.866Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:59:28.866Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 520c9654-c97e-4a16-8b4b-b0ffec5d14da from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-09T13:59:28.866Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:28.867Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-09T13:59:29.518Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:29.521Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 520c9654-c97e-4a16-8b4b-b0ffec5d14da 68957
2022-05-09T13:59:29.522Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-09T13:59:29.522Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-09T13:59:29.522Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:29.522Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:29.524Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:29.524Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104769522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:29.624Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:29.625Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:29.626Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:29.635Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:29.635Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:30.525Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:59:30.526Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:59:30.526Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 520c9654-c97e-4a16-8b4b-b0ffec5d14da, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:30.526Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-09T13:59:30.527Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:30.527Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:30.640Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8724030018832699305/Definitions/service-BasicCnf-template.yml
2022-05-09T13:59:31.721Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:59:31.721Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:59:31.721Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:31.721Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-09T13:59:31.721Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.722Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:31.723Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:59:31.723Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:59:31.723Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.723Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.723Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-09T13:59:31.724Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:31.725Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:31.726Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a7fadbc-69a7-480c-80af-bc184a10db60
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.727Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.728Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.728Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.728Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:31.728Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:31.728Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c76389aa-17d3-42c0-8b7b-00caa4d2abf5
Model Version:NULL
Model InvariantUuid:048f6ba1-3f1b-456f-975e-67ff89b990fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:85e4aec8-7455-4887-ab44-7b57da4a87d2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3490977f-3458-46c1-9450-86c3b69b5b98
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0a8c93d-a5a9-41cf-a196-8442eccc6fca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:76d08c14-0c0c-44da-aa4d-b110ca65499e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:95f26b6b-fe81-447d-8f08-8bf0ee2175c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7a7fadbc-69a7-480c-80af-bc184a10db60
ModelInvariantUuid:865d64f3-8373-4e20-9620-9f68fe90f876
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:99b00354-b1d4-4d11-9bd5-030c42c1ce60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1a339d20-7eb8-4440-ae4e-5eb02ed20e99
ModelInvariantUuid:203b78ba-cb57-46a3-a6a4-676d25654a08
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:867a6eec-e8a0-404a-a5f0-27aea166b98c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T13:59:31.734Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 825e419c-387d-4a51-81b6-61364d30db12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:59:31.737Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-05-09T13:59:31.737Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 825e419c-387d-4a51-81b6-61364d30db12
2022-05-09T13:59:31.738Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 13bbe12c-70f7-436e-93a6-a6405ea46bcb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-09T13:59:31.738Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:31.738Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-09T13:59:31.927Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:31.928Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 13bbe12c-70f7-436e-93a6-a6405ea46bcb 12
2022-05-09T13:59:31.928Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-09T13:59:31.928Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-09T13:59:31.928Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:31.928Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:31.931Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:31.931Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104771928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:32.031Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:32.032Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:32.032Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:32.055Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:32.056Z||pool-77-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2022-05-09T13:59:32.932Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3f8dc337-e8f1-4525-9c8d-68c4889033f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-09T13:59:32.932Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:32.932Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-09T13:59:33.081Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:33.081Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3f8dc337-e8f1-4525-9c8d-68c4889033f9 2688
2022-05-09T13:59:33.082Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-09T13:59:33.082Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-09T13:59:33.082Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:33.082Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:33.084Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:33.084Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104773082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:33.184Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:33.185Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:33.185Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:33.195Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:33.196Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:59:34.086Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 332f6718-5618-46c2-89f5-bbde5ab20823 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-09T13:59:34.086Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:34.087Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-09T13:59:34.148Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:34.148Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 332f6718-5618-46c2-89f5-bbde5ab20823 828
2022-05-09T13:59:34.149Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-09T13:59:34.149Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-09T13:59:34.149Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:34.150Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:34.153Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:34.153Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104774149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:34.252Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:59:34.253Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:34.253Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:34.273Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:34.274Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:35.154Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "76d08c14-0c0c-44da-aa4d-b110ca65499e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95f26b6b-fe81-447d-8f08-8bf0ee2175c9",
    "vfModuleModelCustomizationUUID": "3ea247cc-6796-4f50-b1fa-76df7b4f85ba",
    "isBase": true,
    "artifacts": [
      "403bc351-4172-4ee2-a16f-34d1d3978662",
      "3f8dc337-e8f1-4525-9c8d-68c4889033f9",
      "b9eab752-0895-4165-ae45-cada01ca7d13"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:59:35.159Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95f26b6b-fe81-447d-8f08-8bf0ee2175c9
VfModuleModelInvariantUUID:76d08c14-0c0c-44da-aa4d-b110ca65499e
VfModuleModelDescription:NULL
Artifacts UUID List:{
403bc351-4172-4ee2-a16f-34d1d3978662
,
3f8dc337-e8f1-4525-9c8d-68c4889033f9
,
b9eab752-0895-4165-ae45-cada01ca7d13

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

isBase:true


}

2022-05-09T13:59:35.160Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "76d08c14-0c0c-44da-aa4d-b110ca65499e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95f26b6b-fe81-447d-8f08-8bf0ee2175c9",
    "vfModuleModelCustomizationUUID": "3ea247cc-6796-4f50-b1fa-76df7b4f85ba",
    "isBase": true,
    "artifacts": [
      "403bc351-4172-4ee2-a16f-34d1d3978662",
      "3f8dc337-e8f1-4525-9c8d-68c4889033f9",
      "b9eab752-0895-4165-ae45-cada01ca7d13"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T13:59:35.161Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95f26b6b-fe81-447d-8f08-8bf0ee2175c9
VfModuleModelInvariantUUID:76d08c14-0c0c-44da-aa4d-b110ca65499e
VfModuleModelDescription:NULL
Artifacts UUID List:{
403bc351-4172-4ee2-a16f-34d1d3978662
,
3f8dc337-e8f1-4525-9c8d-68c4889033f9
,
b9eab752-0895-4165-ae45-cada01ca7d13

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

isBase:true


}

2022-05-09T13:59:35.161Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 403bc351-4172-4ee2-a16f-34d1d3978662 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-09T13:59:35.162Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:35.162Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-09T13:59:35.265Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:35.266Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 403bc351-4172-4ee2-a16f-34d1d3978662 1164
2022-05-09T13:59:35.266Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-09T13:59:35.266Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-09T13:59:35.266Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:35.266Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:35.271Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:35.271Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104775266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:35.371Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:35.372Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:35.372Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:35.411Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:35.412Z||pool-80-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:36.272Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9eab752-0895-4165-ae45-cada01ca7d13 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-09T13:59:36.272Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:59:36.273Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-09T13:59:36.319Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:59:36.320Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b9eab752-0895-4165-ae45-cada01ca7d13 200
2022-05-09T13:59:36.320Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-09T13:59:36.320Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-09T13:59:36.320Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:59:36.320Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:36.323Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:36.323Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104776320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T13:59:36.423Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:36.424Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:36.424Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:36.452Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:36.452Z||pool-81-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:37.323Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c76389aa-17d3-42c0-8b7b-00caa4d2abf5
2022-05-09T13:59:37.324Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 825e419c-387d-4a51-81b6-61364d30db12 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-05-09T13:59:37.342Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||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-05-09T13:59:37.352Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d551335, org.onap.sdc.toscaparser.api.parameters.Input@319870f6, org.onap.sdc.toscaparser.api.parameters.Input@64e38729, org.onap.sdc.toscaparser.api.parameters.Input@7c1643e3, org.onap.sdc.toscaparser.api.parameters.Input@9af2bef]
2022-05-09T13:59:37.353Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.354Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.354Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T13:59:37.354Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a0a8c93d-a5a9-41cf-a196-8442eccc6fca
2022-05-09T13:59:37.354Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0a8c93d-a5a9-41cf-a196-8442eccc6fca matches Tosca VF Customization UUID: a0a8c93d-a5a9-41cf-a196-8442eccc6fca
2022-05-09T13:59:37.354Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a0a8c93d-a5a9-41cf-a196-8442eccc6fca  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T13:59:37.356Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.356Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.357Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a0a8c93d-a5a9-41cf-a196-8442eccc6fca: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-09T13:59:37.357Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4da7ada6
2022-05-09T13:59:37.357Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.358Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:59:37.358Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ea247cc-6796-4f50-b1fa-76df7b4f85ba
2022-05-09T13:59:37.358Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ea247cc-6796-4f50-b1fa-76df7b4f85ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T13:59:37.360Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.361Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:37.361Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:37.361Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.361Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:37.362Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:37.362Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.362Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-09T13:59:37.362Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-09T13:59:37.363Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a7fadbc-69a7-480c-80af-bc184a10db60
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T13:59:37.364Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.365Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:37.365Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:59:37.365Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.365Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-09T13:59:37.366Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a0a8c93d-a5a9-41cf-a196-8442eccc6fca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:59:37.367Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.368Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.368Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c76389aa-17d3-42c0-8b7b-00caa4d2abf5: basic_cnf
2022-05-09T13:59:37.368Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.368Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.368Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.369Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.369Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.369Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.369Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.370Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.370Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T13:59:37.370Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:59:37.370Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:59:37.429Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 825e419c-387d-4a51-81b6-61364d30db12 1 ASDC deployResourceStructure
2022-05-09T13:59:37.430Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-09T13:59:37.430Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-09T13:59:37.430Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-09T13:59:37.430Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:37.436Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:37.436Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104777429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T13:59:37.538Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-09T13:59:37.539Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:37.539Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:37.554Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:37.554Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:38.437Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-09T13:59:38.437Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-09T13:59:38.438Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-09T13:59:38.438Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:38.440Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:38.441Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104778437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T13:59:38.541Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:59:38.542Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:38.542Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:38.551Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:38.551Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:59:39.442Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-09T13:59:39.442Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-09T13:59:39.443Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:59:39.443Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:39.445Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:39.445Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104779442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:39.545Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:39.546Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:39.546Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:39.556Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:39.557Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:40.446Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-09T13:59:40.447Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-09T13:59:40.447Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:59:40.447Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:40.450Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:40.450Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104780446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:40.550Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:40.551Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:40.551Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:40.566Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:40.566Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:41.451Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-09T13:59:41.451Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-09T13:59:41.451Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:59:41.452Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:41.454Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:41.454Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104781451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:41.554Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:41.555Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:41.555Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:41.563Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:41.564Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:59:42.454Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-09T13:59:42.455Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-09T13:59:42.455Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:59:42.456Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:59:42.458Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:59:42.458Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104782454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T13:59:42.558Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:59:42.559Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T13:59:42.559Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:59:42.571Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T13:59:42.571Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:59:43.459Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:59:43.493Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T13:59:43.496Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:59:43.496Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:59:43.496Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:59:43.497Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:59:43.497Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.497Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.497Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.498Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.498Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.498Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T13:59:43.498Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T13:59:43.503Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T14:00:13.503Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T14:00:13.511Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and serviceModelVersionId: c76389aa-17d3-42c0-8b7b-00caa4d2abf5
2022-05-09T14:00:13.511Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048f6ba1-3f1b-456f-975e-67ff89b990fd
2022-05-09T14:00:13.512Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0
2022-05-09T14:00:13.516Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T14:00:13.559Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0|INFO|500||Invoke
2022-05-09T14:00:13.560Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ba46860-e102-49ea-951a-2995821014d0], X-ECOMP-RequestID=[d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f], X-TransactionId=[], X-ONAP-RequestID=[d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f], Content-Type=[application/merge-patch+json]}
2022-05-09T14:00:13.579Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T14:00:14.069Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?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/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-14:00:12:614-91170], vertex-id=[188608], Content-Length=[0], Date=[Mon, 09 May 2022 14:00:12 GMT], Content-Type=[application/json]}
2022-05-09T14:00:14.069Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T14:00:14.070Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/048f6ba1-3f1b-456f-975e-67ff89b990fd/model-vers/model-ver/c76389aa-17d3-42c0-8b7b-00caa4d2abf5?depth=0|INFO|500||InvokeReturn
2022-05-09T14:00:14.071Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T14:00:14.071Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:00:14.078Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T14:00:14.078Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T14:00:14.078Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T14:00:14.078Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:14.080Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:14.080Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104814078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:00:14.180Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:14.182Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:14.182Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:14.195Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:14.196Z||pool-88-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-05-09T14:00:15.094Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T14:00:15.095Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"eee13053-2ae6-4af1-a683-22665027ab8d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"eedec518-62f1-428b-9b35-8f14d88fcb3e","serviceDescription":"service","serviceInvariantUUID":"f733c81d-df32-4a78-8825-49b8d2bc0396","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f494ed2-cab7-417d-9a96-0f02f6fe5b6b","resourceInvariantUUID":"89e56b1c-8196-4926-a74b-2304c695e3a9","resourceCustomizationUUID":"a71c007a-95ec-4d35-b035-4f354cc245b8","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":"NGM2MDcxOTI5MDk0MGQ5MDRhNTdlMDFiODk2NjU5MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dea4118-4da4-4f92-9232-222f5cb682c7","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":"MjMyOWZhMGNiNGY5ZmQxMzhmNDRiMzdhYTY1NTVkYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"276d45ec-1090-4804-ae88-a0eadd71d0b7","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":"f1d8a3b5-5bd7-4528-b895-892cd7d06e7b","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":"2649bf6e-4715-442b-b647-cea2dcff75f6","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":"921d5bf3-40c9-4e55-9978-45aebd06a423","artifactVersion":"2","generatedFromUUID":"6f544b5b-43d2-4ce1-b313-224b57a1862a"},{"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":"7f071c82-e7a0-4ba4-8fb9-3c251b435230","artifactVersion":"2","generatedFromUUID":"f1d8a3b5-5bd7-4528-b895-892cd7d06e7b"},{"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":"6f544b5b-43d2-4ce1-b313-224b57a1862a","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":"0e577335-747a-4f0b-924f-9035e2941e48","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":"Y2MyNWFhZTNjZmMzM2Q2M2M0NDU2MzcyYmQ3NWViMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03ea751a-bba8-4bc4-9fee-5b167b140290","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjUxMzYzOTAzNDlkODM4ZjZhNTMyMTg3OGRhMDBjYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59f0ce60-74cb-4b8c-8602-adcdf8d16afb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T14:00:15.095Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:15.095Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:15.097Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:15.098Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:00:15.198Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:15.199Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:15.199Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:15.209Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:15.209Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:16.098Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:16.099Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:16.102Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:16.102Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:00:16.202Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:16.203Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:16.204Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:16.213Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:16.213Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:17.103Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:17.104Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:17.106Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:17.107Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:00:17.207Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:17.209Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:17.209Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:17.236Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:17.237Z||pool-91-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:18.107Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:18.108Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:18.110Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:18.110Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:00:18.210Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:18.211Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:18.212Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:18.257Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:18.258Z||pool-92-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:19.111Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:19.112Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:19.114Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:19.114Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-09T14:00:19.214Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:19.215Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:19.215Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:19.230Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:19.230Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:20.115Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:20.116Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:20.119Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:20.119Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-09T14:00:20.219Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:20.220Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:20.220Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:20.230Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:20.231Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:21.119Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:21.120Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:21.122Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:21.122Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-09T14:00:21.223Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:21.224Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:21.224Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:21.234Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:21.235Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:22.123Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:22.124Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:22.126Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:22.126Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:00:22.226Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:22.227Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:22.227Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:22.237Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:22.237Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:23.127Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:23.128Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:23.130Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:23.130Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:00:23.230Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:23.231Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:23.231Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:23.248Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:23.249Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:24.130Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:00:24.131Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:24.134Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:24.134Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:00:24.234Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:24.235Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:24.235Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:24.246Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:24.247Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:00:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:00:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:00:24.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:24.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa7c99ee-fc51-4e04-9fc0-d2a1b20a8cab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104758777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:00:24.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:00:24.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:00:24.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:00:25.141Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eedec518-62f1-428b-9b35-8f14d88fcb3e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f733c81d-df32-4a78-8825-49b8d2bc0396",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a71c007a-95ec-4d35-b035-4f354cc245b8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f494ed2-cab7-417d-9a96-0f02f6fe5b6b",
      "resourceInvariantUUID": "89e56b1c-8196-4926-a74b-2304c695e3a9",
      "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": "MjMyOWZhMGNiNGY5ZmQxMzhmNDRiMzdhYTY1NTVkYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "276d45ec-1090-4804-ae88-a0eadd71d0b7",
          "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": "f1d8a3b5-5bd7-4528-b895-892cd7d06e7b",
          "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": "7f071c82-e7a0-4ba4-8fb9-3c251b435230",
            "generatedFromUUID": "f1d8a3b5-5bd7-4528-b895-892cd7d06e7b"
          },
          "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": "921d5bf3-40c9-4e55-9978-45aebd06a423",
          "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": "7f071c82-e7a0-4ba4-8fb9-3c251b435230",
          "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": "6f544b5b-43d2-4ce1-b313-224b57a1862a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjUxMzYzOTAzNDlkODM4ZjZhNTMyMTg3OGRhMDBjYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59f0ce60-74cb-4b8c-8602-adcdf8d16afb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T14:00:25.141Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T14:00:25.142Z|d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 eedec518-62f1-428b-9b35-8f14d88fcb3e ASDC
2022-05-09T14:00:25.143Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:eee13053-2ae6-4af1-a683-22665027ab8d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:eedec518-62f1-428b-9b35-8f14d88fcb3e
ServiceInvariantUUID:f733c81d-df32-4a78-8825-49b8d2bc0396
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:59f0ce60-74cb-4b8c-8602-adcdf8d16afb
ArtifactChecksum:MjUxMzYzOTAzNDlkODM4ZjZhNTMyMTg3OGRhMDBjYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a71c007a-95ec-4d35-b035-4f354cc245b8
ResourceInvariantUUID:89e56b1c-8196-4926-a74b-2304c695e3a9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7f494ed2-cab7-417d-9a96-0f02f6fe5b6b
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:276d45ec-1090-4804-ae88-a0eadd71d0b7
ArtifactChecksum:MjMyOWZhMGNiNGY5ZmQxMzhmNDRiMzdhYTY1NTVkYzA=
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:f1d8a3b5-5bd7-4528-b895-892cd7d06e7b
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:7f071c82-e7a0-4ba4-8fb9-3c251b435230
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:921d5bf3-40c9-4e55-9978-45aebd06a423
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:7f071c82-e7a0-4ba4-8fb9-3c251b435230
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:6f544b5b-43d2-4ce1-b313-224b57a1862a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T14:00:25.143Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedec518-62f1-428b-9b35-8f14d88fcb3e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T14:00:25.181Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:00:25.182Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:00:25.182Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:00:25.182Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59f0ce60-74cb-4b8c-8602-adcdf8d16afb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:25.183Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:25.183Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:25.538Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:25.548Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 59f0ce60-74cb-4b8c-8602-adcdf8d16afb 158213
2022-05-09T14:00:25.548Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-09T14:00:25.548Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:25.548Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:25.549Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:25.551Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:25.551Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104825548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:25.653Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T14:00:25.654Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:25.654Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:25.667Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:25.667Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:26.552Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:00:26.554Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:00:26.554Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 59f0ce60-74cb-4b8c-8602-adcdf8d16afb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:26.555Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-09T14:00:26.555Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:26.555Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:26.668Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP853866571539601839/Definitions/service-BasicCnfMacro-template.yml
2022-05-09T14:00:27.805Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T14:00:27.806Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:00:27.806Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:27.806Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-09T14:00:27.806Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:27.806Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:27.807Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:27.807Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:27.807Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:00:27.807Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.807Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.808Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.808Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:00:27.808Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:00:27.808Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.809Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.809Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.809Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:00:27.809Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:00:27.810Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.810Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.810Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.810Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-09T14:00:27.810Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-09T14:00:27.811Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-09T14:00:27.811Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T14:00:27.811Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.811Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:00:27.812Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.812Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.812Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:27.812Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.813Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.813Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:27.813Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.813Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.813Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:27.814Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.814Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:27.814Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:27.814Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.815Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-09T14:00:27.815Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-09T14:00:27.815Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=655c08ef-4fac-43dd-be77-59235b78f2dd
2022-05-09T14:00:27.815Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.815Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.816Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.816Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.816Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.816Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.816Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:27.817Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:27.817Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:eedec518-62f1-428b-9b35-8f14d88fcb3e
Model Version:NULL
Model InvariantUuid:f733c81d-df32-4a78-8825-49b8d2bc0396
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:df35ab03-b0bb-4fea-82ec-bc8b41105f3d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89e56b1c-8196-4926-a74b-2304c695e3a9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a71c007a-95ec-4d35-b035-4f354cc245b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fa59e5fb-f27a-486d-84a8-5fff7f7fbcd0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:72c9b24c-8df1-4cf3-ada0-88ed85485bf2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:85100c06-c165-497c-8071-ab8188b30cf4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c0b91215-919a-4eb1-8f37-f9924b7c0055
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:655c08ef-4fac-43dd-be77-59235b78f2dd
ModelInvariantUuid:afd397f8-3083-4688-98d0-2965e51a065b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:121da600-cdee-4c69-a923-4896fd0eae42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b46acc11-8d30-48fa-ace9-70300ce8cad3
ModelInvariantUuid:c696cc1b-aee3-416e-8a8a-20319cf8c28c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1d457b4c-76c2-481e-91ff-a745b396dd88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T14:00:27.827Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f494ed2-cab7-417d-9a96-0f02f6fe5b6b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:00:27.830Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-05-09T14:00:27.830Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f494ed2-cab7-417d-9a96-0f02f6fe5b6b
2022-05-09T14:00:27.830Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 276d45ec-1090-4804-ae88-a0eadd71d0b7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-09T14:00:27.830Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:27.831Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-09T14:00:28.039Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:28.039Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 276d45ec-1090-4804-ae88-a0eadd71d0b7 1565
2022-05-09T14:00:28.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-09T14:00:28.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-09T14:00:28.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:28.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:28.042Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:28.042Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104828039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:28.142Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:28.143Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:28.143Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:28.156Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:28.157Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:29.043Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "85100c06-c165-497c-8071-ab8188b30cf4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0b91215-919a-4eb1-8f37-f9924b7c0055",
    "vfModuleModelCustomizationUUID": "8d63be2c-b63e-46e0-b770-2a1bf61cd7e0",
    "isBase": true,
    "artifacts": [
      "f1d8a3b5-5bd7-4528-b895-892cd7d06e7b",
      "7f071c82-e7a0-4ba4-8fb9-3c251b435230"
    ],
    "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": "fa59e5fb-f27a-486d-84a8-5fff7f7fbcd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72c9b24c-8df1-4cf3-ada0-88ed85485bf2",
    "vfModuleModelCustomizationUUID": "69320e22-e7b8-4122-a7b6-e6d69471be31",
    "isBase": false,
    "artifacts": [
      "6f544b5b-43d2-4ce1-b313-224b57a1862a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:00:29.047Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0b91215-919a-4eb1-8f37-f9924b7c0055
VfModuleModelInvariantUUID:85100c06-c165-497c-8071-ab8188b30cf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1d8a3b5-5bd7-4528-b895-892cd7d06e7b
,
7f071c82-e7a0-4ba4-8fb9-3c251b435230

}
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:72c9b24c-8df1-4cf3-ada0-88ed85485bf2
VfModuleModelInvariantUUID:fa59e5fb-f27a-486d-84a8-5fff7f7fbcd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f544b5b-43d2-4ce1-b313-224b57a1862a

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

isBase:false


}

2022-05-09T14:00:29.049Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "85100c06-c165-497c-8071-ab8188b30cf4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0b91215-919a-4eb1-8f37-f9924b7c0055",
    "vfModuleModelCustomizationUUID": "8d63be2c-b63e-46e0-b770-2a1bf61cd7e0",
    "isBase": true,
    "artifacts": [
      "f1d8a3b5-5bd7-4528-b895-892cd7d06e7b",
      "7f071c82-e7a0-4ba4-8fb9-3c251b435230"
    ],
    "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": "fa59e5fb-f27a-486d-84a8-5fff7f7fbcd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72c9b24c-8df1-4cf3-ada0-88ed85485bf2",
    "vfModuleModelCustomizationUUID": "69320e22-e7b8-4122-a7b6-e6d69471be31",
    "isBase": false,
    "artifacts": [
      "6f544b5b-43d2-4ce1-b313-224b57a1862a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:00:29.049Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0b91215-919a-4eb1-8f37-f9924b7c0055
VfModuleModelInvariantUUID:85100c06-c165-497c-8071-ab8188b30cf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1d8a3b5-5bd7-4528-b895-892cd7d06e7b
,
7f071c82-e7a0-4ba4-8fb9-3c251b435230

}
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:72c9b24c-8df1-4cf3-ada0-88ed85485bf2
VfModuleModelInvariantUUID:fa59e5fb-f27a-486d-84a8-5fff7f7fbcd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f544b5b-43d2-4ce1-b313-224b57a1862a

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

isBase:false


}

2022-05-09T14:00:29.049Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f1d8a3b5-5bd7-4528-b895-892cd7d06e7b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-09T14:00:29.049Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:29.050Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-09T14:00:29.235Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:29.235Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f1d8a3b5-5bd7-4528-b895-892cd7d06e7b 914
2022-05-09T14:00:29.236Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-09T14:00:29.236Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-09T14:00:29.236Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:29.236Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:29.238Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:29.239Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104829236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:29.339Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:29.340Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:29.340Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:29.349Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:29.350Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:30.240Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 921d5bf3-40c9-4e55-9978-45aebd06a423 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-09T14:00:30.241Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:30.241Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-09T14:00:30.424Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:30.426Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 921d5bf3-40c9-4e55-9978-45aebd06a423 12
2022-05-09T14:00:30.426Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-09T14:00:30.426Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-09T14:00:30.426Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:30.427Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:30.429Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:30.429Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104830426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:30.529Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:30.530Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:30.531Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:30.540Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:30.541Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:31.430Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f071c82-e7a0-4ba4-8fb9-3c251b435230 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-09T14:00:31.431Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:31.431Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-09T14:00:31.723Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:31.723Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7f071c82-e7a0-4ba4-8fb9-3c251b435230 96
2022-05-09T14:00:31.724Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-09T14:00:31.724Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-09T14:00:31.724Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:31.724Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:31.727Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:31.727Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104831724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:31.827Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:31.828Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:31.828Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:31.838Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:31.838Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:32.727Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f544b5b-43d2-4ce1-b313-224b57a1862a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-09T14:00:32.728Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:00:32.728Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-09T14:00:32.916Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:00:32.917Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6f544b5b-43d2-4ce1-b313-224b57a1862a 20206
2022-05-09T14:00:32.917Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-09T14:00:32.918Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-09T14:00:32.918Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:00:32.918Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:32.920Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:32.920Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104832917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:00:33.020Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:33.021Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:33.022Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:33.030Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:33.031Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:33.930Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: eedec518-62f1-428b-9b35-8f14d88fcb3e
2022-05-09T14:00:33.930Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7f494ed2-cab7-417d-9a96-0f02f6fe5b6b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:00:33.938Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9ae2ec, org.onap.sdc.toscaparser.api.parameters.Input@52ff83b6, org.onap.sdc.toscaparser.api.parameters.Input@37474b09, org.onap.sdc.toscaparser.api.parameters.Input@2c9d6014, org.onap.sdc.toscaparser.api.parameters.Input@7bc77ae9]
2022-05-09T14:00:33.939Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.939Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.940Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T14:00:33.940Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a71c007a-95ec-4d35-b035-4f354cc245b8
2022-05-09T14:00:33.940Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a71c007a-95ec-4d35-b035-4f354cc245b8 matches Tosca VF Customization UUID: a71c007a-95ec-4d35-b035-4f354cc245b8
2022-05-09T14:00:33.940Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a71c007a-95ec-4d35-b035-4f354cc245b8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T14:00:33.942Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.942Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.943Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a71c007a-95ec-4d35-b035-4f354cc245b8: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-09T14:00:33.943Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f43e468
2022-05-09T14:00:33.943Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.943Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:00:33.944Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69320e22-e7b8-4122-a7b6-e6d69471be31
2022-05-09T14:00:33.944Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69320e22-e7b8-4122-a7b6-e6d69471be31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T14:00:33.946Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.946Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:33.946Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:33.947Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.947Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:33.947Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:00:33.947Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.948Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-09T14:00:33.948Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a71c007a-95ec-4d35-b035-4f354cc245b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:00:33.950Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.950Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.951Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid eedec518-62f1-428b-9b35-8f14d88fcb3e: basic_cnf_macro
2022-05-09T14:00:33.951Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.951Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.951Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.951Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.952Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.952Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.952Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.952Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.953Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:00:33.953Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:00:33.953Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T14:00:33.988Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7f494ed2-cab7-417d-9a96-0f02f6fe5b6b 2 ASDC deployResourceStructure
2022-05-09T14:00:33.989Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-09T14:00:33.989Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-09T14:00:33.989Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:00:33.989Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:33.991Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:33.992Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104833989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:00:34.092Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:34.093Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:34.093Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:34.103Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:34.104Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:34.993Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-09T14:00:34.993Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-09T14:00:34.994Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:00:34.994Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:34.997Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:34.997Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104834993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:00:35.097Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:35.098Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:35.098Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:35.111Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:35.112Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:35.998Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-09T14:00:35.998Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-09T14:00:35.999Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-09T14:00:36.000Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:36.003Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:36.003Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104835998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:00:36.104Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T14:00:36.105Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:36.105Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:36.117Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:36.118Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:37.004Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-09T14:00:37.005Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-09T14:00:37.005Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:00:37.006Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:37.008Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:37.009Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104837004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:00:37.109Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:37.110Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:37.110Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:37.121Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:37.122Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:00:38.013Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-09T14:00:38.014Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-09T14:00:38.014Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-09T14:00:38.014Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:38.017Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:38.017Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104838013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:00:38.117Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:38.118Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:38.118Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:38.127Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:38.127Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:39.018Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-09T14:00:39.019Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-09T14:00:39.019Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:00:39.019Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:00:39.021Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:00:39.021Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104839018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:00:39.121Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:00:39.122Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:00:39.122Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:00:39.132Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:00:39.133Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:00:40.022Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eee13053-2ae6-4af1-a683-22665027ab8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:00:40.033Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eee13053-2ae6-4af1-a683-22665027ab8d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:00:40.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T14:00:40.040Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.041Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.042Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.042Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:00:40.042Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T14:00:40.048Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T14:01:10.049Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eee13053-2ae6-4af1-a683-22665027ab8d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T14:01:10.059Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eee13053-2ae6-4af1-a683-22665027ab8d and serviceModelVersionId: eedec518-62f1-428b-9b35-8f14d88fcb3e
2022-05-09T14:01:10.059Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f733c81d-df32-4a78-8825-49b8d2bc0396
2022-05-09T14:01:10.060Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0
2022-05-09T14:01:10.066Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T14:01:10.114Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0|INFO|500||Invoke
2022-05-09T14:01:10.114Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eee13053-2ae6-4af1-a683-22665027ab8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be9f9eec-71a5-4f74-854f-746e94239671], X-ECOMP-RequestID=[eee13053-2ae6-4af1-a683-22665027ab8d], X-TransactionId=[], X-ONAP-RequestID=[eee13053-2ae6-4af1-a683-22665027ab8d], Content-Type=[application/merge-patch+json]}
2022-05-09T14:01:10.135Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T14:01:10.306Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?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/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-14:01:09:169-61129], vertex-id=[479288], Content-Length=[0], Date=[Mon, 09 May 2022 14:01:09 GMT], Content-Type=[application/json]}
2022-05-09T14:01:10.307Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T14:01:10.308Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f733c81d-df32-4a78-8825-49b8d2bc0396/model-vers/model-ver/eedec518-62f1-428b-9b35-8f14d88fcb3e?depth=0|INFO|500||InvokeReturn
2022-05-09T14:01:10.309Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T14:01:10.309Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:01:10.315Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T14:01:10.316Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eee13053-2ae6-4af1-a683-22665027ab8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T14:01:10.317Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T14:01:10.317Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:10.320Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:10.321Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104870316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:01:10.421Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T14:01:10.422Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:10.422Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:10.433Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:10.434Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T14:01:11.335Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T14:01:11.335Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5caea72d-1ca8-4310-ab52-627cf120b8de","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e3902dc1-9305-4a60-b915-814ab2cce304","serviceDescription":"service","serviceInvariantUUID":"eef4beca-4e4b-42a6-802e-f3144c2d1358","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5536eb8-cd56-4626-852a-157b0106781e","resourceInvariantUUID":"d7ceae02-0caa-47b2-8b34-891f42816762","resourceCustomizationUUID":"59a87e9d-65cf-4804-8288-08641ec9c3e1","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":"NmI0MTg3Y2Q5NWUxMmVmZjZiODc2MmQyODBhZTk1NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1541c8c-7837-48c3-90b5-71111dffcb60","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":"NTFhOTM1NzAyNWYwMjU1ZWUyMzQzZGZhY2VhNTM0OWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9aadc4ba-3635-4cc5-a6e6-7615ca128760","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":"c05daa60-8ea7-4fb7-a24f-12d108c42044","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":"2ee4eb7f-34b0-43b8-9fd3-9b2f6000b44d","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":"f29b44a0-d78c-43e5-b4d0-99938e0bf697","artifactVersion":"2","generatedFromUUID":"c05daa60-8ea7-4fb7-a24f-12d108c42044"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTA2YzA4OWQ5ZjdiNjc3OTI5MDlmZTUyMGE5NjM3ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"202cdd5b-2626-414f-9cf7-27f3ecd63b71","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODU5ZDk2Y2U1MGEyYmNhZTAyNDAwMTZjMDI3MDI4ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0185c6c-0661-49c1-97a2-47efd03a6ab3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T14:01:11.336Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:11.336Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:11.338Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:11.338Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:01:11.438Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:11.439Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:11.440Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:11.450Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:11.451Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:12.341Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:12.342Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:12.346Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:12.346Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:01:12.446Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:12.447Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:12.447Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:12.456Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:12.456Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:13.347Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:13.348Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:13.350Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:13.350Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:01:13.450Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:13.451Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:13.452Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:13.463Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:13.463Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:14.350Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:14.351Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:14.353Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:14.353Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:01:14.454Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:14.455Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:14.455Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:14.465Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:14.466Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:15.354Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:15.355Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:15.357Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:15.357Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T14:01:15.457Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:15.458Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:15.459Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:15.471Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:15.471Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:16.358Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:16.359Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:16.361Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:16.361Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:01:16.461Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:16.462Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:16.463Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:16.472Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:16.473Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:17.362Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:01:17.363Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:17.366Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:17.366Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:01:17.466Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:17.467Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:17.467Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:17.477Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:17.478Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:18.367Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e3902dc1-9305-4a60-b915-814ab2cce304",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eef4beca-4e4b-42a6-802e-f3144c2d1358",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "59a87e9d-65cf-4804-8288-08641ec9c3e1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5536eb8-cd56-4626-852a-157b0106781e",
      "resourceInvariantUUID": "d7ceae02-0caa-47b2-8b34-891f42816762",
      "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": "NTFhOTM1NzAyNWYwMjU1ZWUyMzQzZGZhY2VhNTM0OWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9aadc4ba-3635-4cc5-a6e6-7615ca128760",
          "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": "c05daa60-8ea7-4fb7-a24f-12d108c42044",
          "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": "f29b44a0-d78c-43e5-b4d0-99938e0bf697",
            "generatedFromUUID": "c05daa60-8ea7-4fb7-a24f-12d108c42044"
          },
          "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": "f29b44a0-d78c-43e5-b4d0-99938e0bf697",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODU5ZDk2Y2U1MGEyYmNhZTAyNDAwMTZjMDI3MDI4ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0185c6c-0661-49c1-97a2-47efd03a6ab3"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T14:01:18.368Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T14:01:18.368Z|eee13053-2ae6-4af1-a683-22665027ab8d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3902dc1-9305-4a60-b915-814ab2cce304 ASDC
2022-05-09T14:01:18.368Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5caea72d-1ca8-4310-ab52-627cf120b8de
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e3902dc1-9305-4a60-b915-814ab2cce304
ServiceInvariantUUID:eef4beca-4e4b-42a6-802e-f3144c2d1358
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:a0185c6c-0661-49c1-97a2-47efd03a6ab3
ArtifactChecksum:ODU5ZDk2Y2U1MGEyYmNhZTAyNDAwMTZjMDI3MDI4ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:59a87e9d-65cf-4804-8288-08641ec9c3e1
ResourceInvariantUUID:d7ceae02-0caa-47b2-8b34-891f42816762
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d5536eb8-cd56-4626-852a-157b0106781e
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:9aadc4ba-3635-4cc5-a6e6-7615ca128760
ArtifactChecksum:NTFhOTM1NzAyNWYwMjU1ZWUyMzQzZGZhY2VhNTM0OWY=
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:c05daa60-8ea7-4fb7-a24f-12d108c42044
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:f29b44a0-d78c-43e5-b4d0-99938e0bf697
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:f29b44a0-d78c-43e5-b4d0-99938e0bf697
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T14:01:18.369Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3902dc1-9305-4a60-b915-814ab2cce304 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T14:01:18.407Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:01:18.408Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:01:18.408Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:01:18.408Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0185c6c-0661-49c1-97a2-47efd03a6ab3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-09T14:01:18.409Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:01:18.409Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-09T14:01:19.573Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:01:19.576Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a0185c6c-0661-49c1-97a2-47efd03a6ab3 71058
2022-05-09T14:01:19.576Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-09T14:01:19.576Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-09T14:01:19.576Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:01:19.576Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:19.578Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:19.578Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104879576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:01:19.678Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:19.680Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:19.680Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:19.690Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:19.691Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:20.579Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:01:20.580Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:01:20.580Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a0185c6c-0661-49c1-97a2-47efd03a6ab3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:20.581Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-09T14:01:20.581Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:20.581Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:20.715Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4661667138541052481/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-09T14:01:21.915Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.916Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.917Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:01:21.918Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-09T14:01:21.919Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.920Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.921Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a4722c01-56de-47d3-a779-b0ed216f4b9f
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.922Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:21.923Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e3902dc1-9305-4a60-b915-814ab2cce304
Model Version:NULL
Model InvariantUuid:eef4beca-4e4b-42a6-802e-f3144c2d1358
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e57e0fb2-6652-46c3-848d-412db33f5eca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7ceae02-0caa-47b2-8b34-891f42816762
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59a87e9d-65cf-4804-8288-08641ec9c3e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28b48142-40c2-4fff-93e8-ccbc04b0bf8b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3ba4d960-0749-498e-83ff-137d0397f707
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a4722c01-56de-47d3-a779-b0ed216f4b9f
ModelInvariantUuid:c52cd391-9f16-49d9-b4b6-0eda9c1502ce
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:49f4c7ca-6b8c-41bf-9a5c-d16522677dbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9f9a0648-abad-4dbe-aaa8-3d7ba65af151
ModelInvariantUuid:ce851ae1-99f3-4847-af00-a318544b9f87
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:284fa025-0acf-477e-8939-cfe7f402f184
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T14:01:21.929Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d5536eb8-cd56-4626-852a-157b0106781e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:01:21.932Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-05-09T14:01:21.932Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5536eb8-cd56-4626-852a-157b0106781e
2022-05-09T14:01:21.932Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9aadc4ba-3635-4cc5-a6e6-7615ca128760 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-09T14:01:21.932Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:01:21.933Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-09T14:01:22.169Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:01:22.169Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9aadc4ba-3635-4cc5-a6e6-7615ca128760 787
2022-05-09T14:01:22.169Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-09T14:01:22.170Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-09T14:01:22.170Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:01:22.170Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:22.173Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:22.173Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104882169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:01:22.278Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-09T14:01:22.283Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:22.283Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:22.297Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:22.297Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:23.174Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28b48142-40c2-4fff-93e8-ccbc04b0bf8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ba4d960-0749-498e-83ff-137d0397f707",
    "vfModuleModelCustomizationUUID": "3d932c97-65bc-4856-830c-555a954a5f60",
    "isBase": true,
    "artifacts": [
      "c05daa60-8ea7-4fb7-a24f-12d108c42044",
      "f29b44a0-d78c-43e5-b4d0-99938e0bf697"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:01:23.179Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ba4d960-0749-498e-83ff-137d0397f707
VfModuleModelInvariantUUID:28b48142-40c2-4fff-93e8-ccbc04b0bf8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c05daa60-8ea7-4fb7-a24f-12d108c42044
,
f29b44a0-d78c-43e5-b4d0-99938e0bf697

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

isBase:true


}

2022-05-09T14:01:23.180Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28b48142-40c2-4fff-93e8-ccbc04b0bf8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ba4d960-0749-498e-83ff-137d0397f707",
    "vfModuleModelCustomizationUUID": "3d932c97-65bc-4856-830c-555a954a5f60",
    "isBase": true,
    "artifacts": [
      "c05daa60-8ea7-4fb7-a24f-12d108c42044",
      "f29b44a0-d78c-43e5-b4d0-99938e0bf697"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:01:23.180Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ba4d960-0749-498e-83ff-137d0397f707
VfModuleModelInvariantUUID:28b48142-40c2-4fff-93e8-ccbc04b0bf8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c05daa60-8ea7-4fb7-a24f-12d108c42044
,
f29b44a0-d78c-43e5-b4d0-99938e0bf697

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

isBase:true


}

2022-05-09T14:01:23.181Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c05daa60-8ea7-4fb7-a24f-12d108c42044 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-09T14:01:23.181Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:01:23.181Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-09T14:01:23.281Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:01:23.281Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c05daa60-8ea7-4fb7-a24f-12d108c42044 5033
2022-05-09T14:01:23.282Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-09T14:01:23.282Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-09T14:01:23.282Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:01:23.282Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:23.286Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:23.286Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104883282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:01:23.390Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-09T14:01:23.392Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:23.392Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:23.409Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:23.409Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:24.287Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f29b44a0-d78c-43e5-b4d0-99938e0bf697 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-09T14:01:24.288Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:01:24.288Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-09T14:01:24.350Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:01:24.351Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f29b44a0-d78c-43e5-b4d0-99938e0bf697 903
2022-05-09T14:01:24.351Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-09T14:01:24.351Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-09T14:01:24.351Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:01:24.352Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:24.358Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:24.358Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104884351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:01:24.458Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:24.459Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:24.459Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:24.469Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:24.469Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:01:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:01:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:01:24.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:24.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-09T14:01:24.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:01:24.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:01:25.358Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3902dc1-9305-4a60-b915-814ab2cce304
2022-05-09T14:01:25.360Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d5536eb8-cd56-4626-852a-157b0106781e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:01:25.379Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58b571d2, org.onap.sdc.toscaparser.api.parameters.Input@5dc14124, org.onap.sdc.toscaparser.api.parameters.Input@1b324763, org.onap.sdc.toscaparser.api.parameters.Input@2d42379e, org.onap.sdc.toscaparser.api.parameters.Input@5e0ae805]
2022-05-09T14:01:25.381Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.381Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.381Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T14:01:25.381Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 59a87e9d-65cf-4804-8288-08641ec9c3e1
2022-05-09T14:01:25.382Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59a87e9d-65cf-4804-8288-08641ec9c3e1 matches Tosca VF Customization UUID: 59a87e9d-65cf-4804-8288-08641ec9c3e1
2022-05-09T14:01:25.382Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 59a87e9d-65cf-4804-8288-08641ec9c3e1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T14:01:25.385Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.385Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.386Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 59a87e9d-65cf-4804-8288-08641ec9c3e1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-09T14:01:25.386Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cd734d4
2022-05-09T14:01:25.387Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.387Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:01:25.387Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d932c97-65bc-4856-830c-555a954a5f60
2022-05-09T14:01:25.387Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d932c97-65bc-4856-830c-555a954a5f60
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T14:01:25.390Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.390Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:25.391Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:25.391Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.391Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:25.392Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:25.392Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.392Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-09T14:01:25.392Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-09T14:01:25.392Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:01:25.393Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a4722c01-56de-47d3-a779-b0ed216f4b9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T14:01:25.395Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.395Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:25.396Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:01:25.396Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.396Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-09T14:01:25.396Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=59a87e9d-65cf-4804-8288-08641ec9c3e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:01:25.398Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.399Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.399Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3902dc1-9305-4a60-b915-814ab2cce304: basic_vm
2022-05-09T14:01:25.399Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.400Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.400Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.400Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.400Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.400Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.401Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.401Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.401Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:01:25.401Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:01:25.402Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T14:01:25.478Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d5536eb8-cd56-4626-852a-157b0106781e 1 ASDC deployResourceStructure
2022-05-09T14:01:25.479Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-09T14:01:25.479Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-09T14:01:25.481Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:01:25.481Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:25.497Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:25.497Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104885479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:01:25.585Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-05-09T14:01:25.586Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:25.586Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:25.597Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:25.597Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:26.499Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-09T14:01:26.500Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-09T14:01:26.500Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:01:26.500Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:26.502Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:26.502Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:01:26.603Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T14:01:26.604Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:26.604Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:26.618Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:26.618Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:27.504Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-09T14:01:27.504Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-09T14:01:27.504Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:01:27.504Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:27.506Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:27.506Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104887503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:01:27.607Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:01:27.608Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:27.608Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:27.637Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:27.638Z||pool-125-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:28.508Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-09T14:01:28.509Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-09T14:01:28.509Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:01:28.509Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:01:28.511Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:01:28.511Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104888508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:01:28.612Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T14:01:28.614Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:01:28.614Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:01:28.625Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:01:28.626Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:01:29.512Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5caea72d-1ca8-4310-ab52-627cf120b8de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:01:29.524Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5caea72d-1ca8-4310-ab52-627cf120b8de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:01:29.526Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T14:01:29.526Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.527Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.528Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:01:29.528Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T14:01:29.542Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T14:01:59.542Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5caea72d-1ca8-4310-ab52-627cf120b8de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T14:01:59.551Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5caea72d-1ca8-4310-ab52-627cf120b8de and serviceModelVersionId: e3902dc1-9305-4a60-b915-814ab2cce304
2022-05-09T14:01:59.551Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eef4beca-4e4b-42a6-802e-f3144c2d1358
2022-05-09T14:01:59.553Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0
2022-05-09T14:01:59.558Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T14:01:59.636Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0|INFO|500||Invoke
2022-05-09T14:01:59.636Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5caea72d-1ca8-4310-ab52-627cf120b8de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b17dd0a5-238f-4a15-b53c-d6a1fa7e4775], X-ECOMP-RequestID=[5caea72d-1ca8-4310-ab52-627cf120b8de], X-TransactionId=[], X-ONAP-RequestID=[5caea72d-1ca8-4310-ab52-627cf120b8de], Content-Type=[application/merge-patch+json]}
2022-05-09T14:01:59.675Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T14:02:00.038Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?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/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220509-14:01:58:708-76501], vertex-id=[254088], Content-Length=[0], Date=[Mon, 09 May 2022 14:01:58 GMT], Content-Type=[application/json]}
2022-05-09T14:02:00.038Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T14:02:00.039Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eef4beca-4e4b-42a6-802e-f3144c2d1358/model-vers/model-ver/e3902dc1-9305-4a60-b915-814ab2cce304?depth=0|INFO|500||InvokeReturn
2022-05-09T14:02:00.039Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T14:02:00.040Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:02:00.046Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T14:02:00.047Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5caea72d-1ca8-4310-ab52-627cf120b8de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T14:02:00.047Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T14:02:00.047Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:00.049Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:00.050Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104920047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:02:00.150Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:00.151Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:00.151Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:00.168Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:00.168Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T14:02:01.059Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T14:02:01.060Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"daf21a6f-be79-4a1c-84f2-ea63d60815f3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"053e9534-28b9-4356-a966-fc124f50e011","serviceDescription":"service","serviceInvariantUUID":"5e3cdeae-9c14-426a-9e56-ed868a27b991","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a18ee9d-f82b-48a1-869b-98746d7d7f5f","resourceInvariantUUID":"c4e72d3d-6452-496c-a9f6-8808927e4857","resourceCustomizationUUID":"5146bd41-c8a5-43f3-8aa2-dd92e1dc60da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGE5Y2MyMDA1Y2IzOWYzMDQ1YjNlMzcxNmM0MDU0YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6efcb1f-ef56-4750-914e-99a6b1b570ea","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MTYwZmJhMjVlMGZiY2E5OGQxODE3MWUzYzFlMzdlYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4df4efc8-60fe-4c70-b090-b77b1c3305ac","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a29f46e-e78d-45a7-a72e-cfe8dd229198","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cebf9c16-1cb2-4bb1-b2e6-ff42b4115be2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ad8f18e-5542-424d-8fdb-a36a35be6181","artifactVersion":"2","generatedFromUUID":"1a29f46e-e78d-45a7-a72e-cfe8dd229198"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZjUxYmU2MjYzMmYxZWM5MjMzY2IyZTZjNzMyZmI3NWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d545c84-998d-46db-82e4-b0b325f54405","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDhlMTE2YzJmMmRhOGE1Mzk1ZWQxNjA4YTgzNDMxZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0dacb174-8085-4035-b7e8-e0fe295fad50","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTFlZDhiMWIyNDc3MTMzNjNmYjU5OTE3MWNhMGZhYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a42c541-c4c4-4e2a-a2fc-6b9c912a0925","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T14:02:01.060Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:01.061Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:01.063Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:01.063Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:01.163Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:01.164Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:01.165Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:01.179Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:01.179Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:02:02.064Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:02.066Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:02.069Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:02.069Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:02:02.169Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:02.170Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:02.170Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:02.181Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:02.181Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:03.073Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:03.073Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:03.079Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:03.079Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:02:03.177Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-09T14:02:03.178Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:03.178Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:03.187Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:03.187Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:04.080Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:04.081Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:04.083Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:04.083Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:04.185Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-09T14:02:04.186Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:04.186Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:04.199Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:04.199Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1}
2022-05-09T14:02:05.083Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:05.084Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:05.086Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:05.086Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T14:02:05.186Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:05.187Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:05.187Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:05.198Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:05.198Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:06.086Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:06.087Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:06.090Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:06.090Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:06.190Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T14:02:06.191Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:06.191Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:06.202Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:06.202Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:02:07.091Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:07.092Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:07.102Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:07.103Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:07.203Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:07.203Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:07.204Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:07.212Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:07.213Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:08.107Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T14:02:08.108Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:08.121Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:08.121Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:02:08.215Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-09T14:02:08.216Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:08.216Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:08.225Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:08.225Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:09.122Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "053e9534-28b9-4356-a966-fc124f50e011",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e3cdeae-9c14-426a-9e56-ed868a27b991",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "5146bd41-c8a5-43f3-8aa2-dd92e1dc60da",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3a18ee9d-f82b-48a1-869b-98746d7d7f5f",
      "resourceInvariantUUID": "c4e72d3d-6452-496c-a9f6-8808927e4857",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MTYwZmJhMjVlMGZiY2E5OGQxODE3MWUzYzFlMzdlYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4df4efc8-60fe-4c70-b090-b77b1c3305ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1a29f46e-e78d-45a7-a72e-cfe8dd229198",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5ad8f18e-5542-424d-8fdb-a36a35be6181",
            "generatedFromUUID": "1a29f46e-e78d-45a7-a72e-cfe8dd229198"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5ad8f18e-5542-424d-8fdb-a36a35be6181",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTFlZDhiMWIyNDc3MTMzNjNmYjU5OTE3MWNhMGZhYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a42c541-c4c4-4e2a-a2fc-6b9c912a0925"
    }
  ],
  "workloadContext": "Production"
}
2022-05-09T14:02:09.122Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T14:02:09.122Z|5caea72d-1ca8-4310-ab52-627cf120b8de|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 053e9534-28b9-4356-a966-fc124f50e011 ASDC
2022-05-09T14:02:09.122Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:daf21a6f-be79-4a1c-84f2-ea63d60815f3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:053e9534-28b9-4356-a966-fc124f50e011
ServiceInvariantUUID:5e3cdeae-9c14-426a-9e56-ed868a27b991
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:4a42c541-c4c4-4e2a-a2fc-6b9c912a0925
ArtifactChecksum:OTFlZDhiMWIyNDc3MTMzNjNmYjU5OTE3MWNhMGZhYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:5146bd41-c8a5-43f3-8aa2-dd92e1dc60da
ResourceInvariantUUID:c4e72d3d-6452-496c-a9f6-8808927e4857
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3a18ee9d-f82b-48a1-869b-98746d7d7f5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:4df4efc8-60fe-4c70-b090-b77b1c3305ac
ArtifactChecksum:MTYwZmJhMjVlMGZiY2E5OGQxODE3MWUzYzFlMzdlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:1a29f46e-e78d-45a7-a72e-cfe8dd229198
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:5ad8f18e-5542-424d-8fdb-a36a35be6181
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:5ad8f18e-5542-424d-8fdb-a36a35be6181
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-09T14:02:09.123Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 053e9534-28b9-4356-a966-fc124f50e011 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-09T14:02:09.164Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:02:09.164Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:02:09.164Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:02:09.165Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a42c541-c4c4-4e2a-a2fc-6b9c912a0925 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-09T14:02:09.165Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:02:09.165Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-09T14:02:09.378Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:02:09.382Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4a42c541-c4c4-4e2a-a2fc-6b9c912a0925 78820
2022-05-09T14:02:09.382Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-09T14:02:09.382Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-09T14:02:09.382Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:02:09.382Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:09.384Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:09.384Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104929382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:09.485Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:09.486Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:09.486Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:09.497Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:09.497Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:10.385Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T14:02:10.386Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T14:02:10.386Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4a42c541-c4c4-4e2a-a2fc-6b9c912a0925, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:10.387Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-09T14:02:10.387Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:10.388Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:10.574Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8297451273240448357/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-09T14:02:11.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T14:02:11.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:02:11.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-09T14:02:11.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T14:02:11.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-09T14:02:11.868Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.869Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.870Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d99671d-f86e-4b71-9299-846309ed9ba2
2022-05-09T14:02:11.871Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:11.872Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:053e9534-28b9-4356-a966-fc124f50e011
Model Version:NULL
Model InvariantUuid:5e3cdeae-9c14-426a-9e56-ed868a27b991
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f345b1b9-0207-46f7-b567-33c221347cd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c4e72d3d-6452-496c-a9f6-8808927e4857
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5146bd41-c8a5-43f3-8aa2-dd92e1dc60da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:021e5d5b-f037-40be-a9e4-c69423a966d8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ff6e37a2-5098-49e6-af55-eaf3532b989c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d99671d-f86e-4b71-9299-846309ed9ba2
ModelInvariantUuid:36a090a1-0b98-4be5-b522-2be6d7ddbebb
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c2317c44-be6b-4153-bf4b-90376fc70a42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cc4b838c-3070-4298-9d93-3ae13825376f
ModelInvariantUuid:56530e06-8e8f-4137-92e3-15644c23a3d4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6573ac58-c5ef-4195-b78e-2a0896d22669
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-09T14:02:11.878Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a18ee9d-f82b-48a1-869b-98746d7d7f5f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:02:11.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-05-09T14:02:11.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a18ee9d-f82b-48a1-869b-98746d7d7f5f
2022-05-09T14:02:11.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4df4efc8-60fe-4c70-b090-b77b1c3305ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-09T14:02:11.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:02:11.882Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-09T14:02:12.182Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:02:12.183Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4df4efc8-60fe-4c70-b090-b77b1c3305ac 792
2022-05-09T14:02:12.183Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-09T14:02:12.183Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-09T14:02:12.183Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:02:12.183Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:12.185Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:12.185Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104932183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:12.286Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T14:02:12.287Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:12.287Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:12.298Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:12.298Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:13.186Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "021e5d5b-f037-40be-a9e4-c69423a966d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff6e37a2-5098-49e6-af55-eaf3532b989c",
    "vfModuleModelCustomizationUUID": "c006236d-fea8-4452-99db-c3b10d60f457",
    "isBase": true,
    "artifacts": [
      "1a29f46e-e78d-45a7-a72e-cfe8dd229198",
      "5ad8f18e-5542-424d-8fdb-a36a35be6181"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:02:13.193Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff6e37a2-5098-49e6-af55-eaf3532b989c
VfModuleModelInvariantUUID:021e5d5b-f037-40be-a9e4-c69423a966d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a29f46e-e78d-45a7-a72e-cfe8dd229198
,
5ad8f18e-5542-424d-8fdb-a36a35be6181

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

isBase:true


}

2022-05-09T14:02:13.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "021e5d5b-f037-40be-a9e4-c69423a966d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff6e37a2-5098-49e6-af55-eaf3532b989c",
    "vfModuleModelCustomizationUUID": "c006236d-fea8-4452-99db-c3b10d60f457",
    "isBase": true,
    "artifacts": [
      "1a29f46e-e78d-45a7-a72e-cfe8dd229198",
      "5ad8f18e-5542-424d-8fdb-a36a35be6181"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-09T14:02:13.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff6e37a2-5098-49e6-af55-eaf3532b989c
VfModuleModelInvariantUUID:021e5d5b-f037-40be-a9e4-c69423a966d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a29f46e-e78d-45a7-a72e-cfe8dd229198
,
5ad8f18e-5542-424d-8fdb-a36a35be6181

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

isBase:true


}

2022-05-09T14:02:13.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a29f46e-e78d-45a7-a72e-cfe8dd229198 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-09T14:02:13.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:02:13.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-09T14:02:13.477Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:02:13.477Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1a29f46e-e78d-45a7-a72e-cfe8dd229198 5033
2022-05-09T14:02:13.478Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-09T14:02:13.478Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-09T14:02:13.478Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:02:13.478Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:13.481Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:13.481Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104933478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:13.581Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:13.582Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:13.582Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:13.591Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:13.591Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:14.482Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5ad8f18e-5542-424d-8fdb-a36a35be6181 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-09T14:02:14.486Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T14:02:14.487Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-09T14:02:14.680Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T14:02:14.681Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5ad8f18e-5542-424d-8fdb-a36a35be6181 903
2022-05-09T14:02:14.681Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-09T14:02:14.682Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-09T14:02:14.682Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T14:02:14.682Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:14.684Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:14.684Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104934681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:14.784Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:14.785Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:14.785Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:14.796Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:14.796Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:15.685Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 053e9534-28b9-4356-a966-fc124f50e011
2022-05-09T14:02:15.686Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3a18ee9d-f82b-48a1-869b-98746d7d7f5f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:02:15.706Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a43ce17, org.onap.sdc.toscaparser.api.parameters.Input@24eddef, org.onap.sdc.toscaparser.api.parameters.Input@236b24e2, org.onap.sdc.toscaparser.api.parameters.Input@721bc4a9, org.onap.sdc.toscaparser.api.parameters.Input@36ec9f8b]
2022-05-09T14:02:15.708Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.708Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.709Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-09T14:02:15.709Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5146bd41-c8a5-43f3-8aa2-dd92e1dc60da
2022-05-09T14:02:15.709Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5146bd41-c8a5-43f3-8aa2-dd92e1dc60da matches Tosca VF Customization UUID: 5146bd41-c8a5-43f3-8aa2-dd92e1dc60da
2022-05-09T14:02:15.709Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5146bd41-c8a5-43f3-8aa2-dd92e1dc60da  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-09T14:02:15.712Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.712Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.714Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5146bd41-c8a5-43f3-8aa2-dd92e1dc60da: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-09T14:02:15.714Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@141d48b9
2022-05-09T14:02:15.714Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.715Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T14:02:15.715Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c006236d-fea8-4452-99db-c3b10d60f457
2022-05-09T14:02:15.715Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c006236d-fea8-4452-99db-c3b10d60f457
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-09T14:02:15.718Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.719Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:15.720Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:15.720Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.721Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:15.721Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:15.721Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.722Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-09T14:02:15.722Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-09T14:02:15.722Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-09T14:02:15.723Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7d99671d-f86e-4b71-9299-846309ed9ba2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-09T14:02:15.725Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.726Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:15.726Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T14:02:15.726Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.727Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-09T14:02:15.727Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5146bd41-c8a5-43f3-8aa2-dd92e1dc60da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:02:15.729Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.730Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.730Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 053e9534-28b9-4356-a966-fc124f50e011: basic_vm_macro
2022-05-09T14:02:15.730Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.731Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.741Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.742Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.742Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.743Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.743Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.743Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.744Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-09T14:02:15.744Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T14:02:15.744Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_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 heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T14:02:15.853Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3a18ee9d-f82b-48a1-869b-98746d7d7f5f 1 ASDC deployResourceStructure
2022-05-09T14:02:15.854Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-09T14:02:15.854Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-09T14:02:15.854Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:02:15.854Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:15.856Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:15.856Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104935854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:15.958Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-09T14:02:15.959Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:15.959Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:15.968Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:15.968Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-09T14:02:16.857Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-09T14:02:16.858Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-09T14:02:16.858Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:02:16.858Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:16.861Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:16.861Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104936857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:16.961Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:16.962Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:16.962Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:16.974Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:16.974Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:02:17.862Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-09T14:02:17.862Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-09T14:02:17.863Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:02:17.863Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:17.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:17.865Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104937862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:17.965Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:17.966Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:17.967Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:17.975Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:17.976Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:02:18.866Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-09T14:02:18.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-09T14:02:18.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T14:02:18.867Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:18.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:18.881Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104938866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:18.969Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-05-09T14:02:18.970Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:18.971Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:18.979Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:18.979Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-05-09T14:02:19.882Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daf21a6f-be79-4a1c-84f2-ea63d60815f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:02:19.893Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daf21a6f-be79-4a1c-84f2-ea63d60815f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-09T14:02:19.897Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T14:02:19.897Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T14:02:19.897Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T14:02:19.897Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T14:02:19.898Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.898Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.898Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.898Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.898Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.899Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-09T14:02:19.899Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-09T14:02:19.904Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T14:02:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:02:24.887Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:02:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:02:24.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:24.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:24.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104769522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104771928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104773082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104774149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104775266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104776320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104777429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104778437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:02:24.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104779442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:24.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104780446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:24.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104781451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:24.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104782454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:02:24.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8807fb5-e6fd-4c4a-a0c4-ba0c7dd46c2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104814078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:02:24.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:02:24.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:24.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:24.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:02:24.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:24.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-09T14:02:24.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:02:24.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:02:49.904Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daf21a6f-be79-4a1c-84f2-ea63d60815f3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-09T14:02:49.919Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daf21a6f-be79-4a1c-84f2-ea63d60815f3 and serviceModelVersionId: 053e9534-28b9-4356-a966-fc124f50e011
2022-05-09T14:02:49.920Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e3cdeae-9c14-426a-9e56-ed868a27b991
2022-05-09T14:02:49.921Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0
2022-05-09T14:02:49.925Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T14:02:49.980Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-09T14:02:49.983Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0|INFO|500||Invoke
2022-05-09T14:02:50.002Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-09T14:02:50.187Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0|INFO|500||InvokeReturn
2022-05-09T14:02:50.188Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e3cdeae-9c14-426a-9e56-ed868a27b991/model-vers/model-ver/053e9534-28b9-4356-a966-fc124f50e011?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220509-14:02:49:033-53688], vertex-id=[278560], Content-Length=[0], Date=[Mon, 09 May 2022 14:02:49 GMT], Content-Type=[application/json]}
2022-05-09T14:02:50.189Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-09T14:02:50.189Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T14:02:50.189Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T14:02:50.195Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-09T14:02:50.195Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daf21a6f-be79-4a1c-84f2-ea63d60815f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T14:02:50.195Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T14:02:50.196Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T14:02:50.198Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T14:02:50.198Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104970195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:02:50.298Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T14:02:50.299Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-09T14:02:50.299Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T14:02:50.313Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:02:50.314Z||pool-144-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-05-09T14:02:51.210Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:02:51.210Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:02:51.211Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:01.432Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:01.433Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:01.434Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:01.434Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:10.972Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:10.973Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:10.973Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:10.974Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:20.513Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:20.514Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:20.515Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:20.515Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:24.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:24.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104825548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104828039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104829236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104830426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104831724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104832917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104833989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104834993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104835998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104837004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104838013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104839018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eee13053-2ae6-4af1-a683-22665027ab8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104870316,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:03:24.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104879576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104882169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104883282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:24.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-09T14:03:24.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104884351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:03:24.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:03:30.053Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:30.054Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:30.054Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:30.054Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:39.592Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:39.593Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:39.593Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:39.594Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:49.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:49.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:49.131Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:49.131Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:03:58.661Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:03:58.662Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:03:58.662Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:03:58.662Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:04:08.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:04:08.200Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:04:08.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:04:08.201Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:04:17.746Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:04:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:04:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:04:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:04:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:04:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:04:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:04:24.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:04:24.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104885479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104886499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104887503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104888508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5caea72d-1ca8-4310-ab52-627cf120b8de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104920047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:04:24.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:04:24.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-09T14:04:24.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-09T14:04:24.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:04:24.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:04:24.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-09T14:04:24.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104562366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-09T14:04:24.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-09T14:04:24.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104929382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:04:24.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104932183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:04:24.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104933478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:04:24.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104934681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-09T14:04:24.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104935854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104936857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.924Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104937862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:04:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104938866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-09T14:04:24.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:04:34.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:05:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:05:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:05:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:05:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:05:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:05:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:05:25.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:05:25.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-09T14:05:25.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daf21a6f-be79-4a1c-84f2-ea63d60815f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652104970195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T14:05:25.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T14:05:34.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:06:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:06:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:06:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:06:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:06:24.886Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:06:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:06:34.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:06:34.421Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:07:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:07:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:07:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:07:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:07:24.886Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:07:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:07:34.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:07:34.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:08:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:08:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:08:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:08:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:08:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:08:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:08:34.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:08:34.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:09:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:09:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:09:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:09:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:09:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:09:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:09:34.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:09:34.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:10:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:10:24.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:10:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:10:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:10:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:10:24.887Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:10:34.427Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:10:34.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:11:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:11:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:11:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:11:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:11:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:11:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:11:34.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:11:34.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:12:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:12:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:12:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:12:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:12:24.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:12:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:12:34.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:12:34.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:13:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:13:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:13:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:13:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:13:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:13:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:13:34.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:13:34.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:14:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:14:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:14:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:14:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:14:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:14:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:14:34.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:14:34.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:15:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:15:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:15:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:15:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:15:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:15:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:15:34.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:15:34.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:16:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:16:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:16:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:16:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:16:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:16:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:16:34.425Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:16:34.426Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:17:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:17:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:17:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:17:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:17:24.887Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:17:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:17:34.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:17:34.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:18:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:18:24.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:18:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:18:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:18:24.887Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:18:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:18:34.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:18:34.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:19:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:19:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:19:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:19:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:19:24.886Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:19:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:19:34.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:19:34.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:20:24.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:20:24.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:20:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:20:24.886Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:20:24.886Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:20:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:20:34.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:20:34.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:21:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:21:24.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:21:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:21:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:21:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:21:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:21:34.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:21:34.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:22:24.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:22:24.884Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:22:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:22:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:22:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:22:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:22:34.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:22:34.424Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:23:24.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:23:24.885Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:23:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:23:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:23:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:23:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:23:34.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:23:34.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:24:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:24:24.884Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:24:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:24:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:24:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:24:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:24:34.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:24:34.420Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:25:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:25:24.884Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:25:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:25:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:25:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:25:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:25:34.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:25:34.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:26:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:26:24.887Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:26:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:26:24.889Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:26:24.890Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:26:24.890Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:26:34.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:26:34.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:27:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:27:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:27:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:27:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:27:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:27:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:27:34.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:27:34.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:28:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:28:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:28:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:28:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:28:24.887Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:28:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:28:34.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:28:34.449Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:29:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:29:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:29:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:29:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:29:24.886Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:29:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:29:34.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:29:34.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:30:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:30:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:30:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:30:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:30:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:30:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:30:34.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:30:34.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:31:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:31:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:31:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:31:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:31:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:31:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:31:34.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:31:34.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:32:24.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:32:24.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:32:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:32:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:32:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:32:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:32:34.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:32:34.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:33:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:33:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:33:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:33:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:33:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:33:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:33:34.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:33:34.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:34:24.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:34:24.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:34:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:34:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:34:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:34:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:34:34.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:34:34.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:35:24.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:35:24.884Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:35:24.884Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T14:35:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:35:24.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:35:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:35:34.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:35:34.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:36:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:36:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:36:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:36:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:36:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:36:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:36:34.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:36:34.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:37:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:37:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:37:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:37:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:37:24.887Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:37:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:37:34.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:37:34.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:38:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:38:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:38:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:38:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:38:24.886Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:38:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:38:34.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:38:34.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:39:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:39:24.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:39:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:39:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:39:24.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:39:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:39:34.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:39:34.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:40:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:40:24.885Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:40:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:40:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:40:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:40:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:40:34.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:40:34.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:41:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:41:24.884Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:41:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:41:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:41:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:41:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:41:34.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:41:34.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:42:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:42:24.884Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:42:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:42:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:42:24.888Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:42:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:42:34.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:42:34.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:43:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:43:24.884Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:43:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:43:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:43:24.887Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:43:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:43:34.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:43:34.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:44:24.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:44:24.885Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:44:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:44:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:44:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:44:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:44:34.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:44:34.433Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:45:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:45:24.885Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:45:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:45:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:45:24.886Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:45:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:45:34.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:45:34.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:46:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:46:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:46:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:46:24.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:46:24.887Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:46:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:46:34.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:46:34.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:47:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:47:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:47:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:47:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:47:24.886Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:47:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:47:34.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:47:34.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:48:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:48:24.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:48:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:48:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:48:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:48:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:48:34.424Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:48:34.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:49:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:49:24.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:49:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:49:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:49:24.887Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:49:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:49:34.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:49:34.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:50:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:50:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:50:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:50:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:50:24.886Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:50:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:50:34.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:50:34.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:51:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:51:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:51:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:51:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:51:24.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:51:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:51:34.423Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:51:34.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:52:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:52:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:52:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:52:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:52:24.887Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:52:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:52:34.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:52:34.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:53:24.883Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:53:24.884Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:53:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:53:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:53:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:53:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:53:34.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:53:34.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:54:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:54:24.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:54:24.884Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:54:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:54:24.887Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:54:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:54:34.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:54:34.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:55:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:55:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:55:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T14:55:24.886Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T14:55:24.887Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T14:55:24.887Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|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 MuODBnycxlqCe7i8) ...
2022-05-09T14:55:34.424Z|daf21a6f-be79-4a1c-84f2-ea63d60815f3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-09T14:55:34.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK